In this Document

Goal
  Solution
  1. Sample Notes for BOM APIs
  2. Datatypes used in these APIs
  3. Limitations / ERs
  References

APPLIES TO:

Oracle Bills of Material - Version 12.0.0 to 12.1.3 [Release 12 to 12.1]

Oracle Engineering - Version 12.0.0 to 12.1.3 [Release 12 to 12.1]

Information in this document applies to any platform.

GOAL

The document lists references to notes that show how to use public APIs provided for Bills of Material and Engineering along with sample code for testing purposes.

SOLUTION

Note 729513.1 How to use APIs: This demonstration walks the user through the API specifics, creating the PL/SQL procedure
for using an API and also debugging guidelines.

1. Sample Notes for BOM APIs

Note Title
Note 1242524.1 How to Create an Engineering Change Order (ECO) using Eng_Eco_PUB.Process_Eco API [Video] ?
Note 1242665.1 How to Create, Update or Delete a Bill of Material (BOM) using Bom_Bo_Pub.Process_Bom API [Video] ?
Note 1663810.1 How to CREATE / UPDATE / DELETE Product Family Bills using BOM_BO_PUB.Process_BOM API [Video] ?
Note 1244125.1 How to Create a Routing for a Bill using Bom_Rtg_Pub.Process_Rtg API [Video] ?

2. Datatypes used in these APIs

Type Internal Datatype
ECO Header Eng_Eco_Pub.Eco_Rec_Type
ECO Revision Eng_Eco_Pub.Eco_Revision_Tbl_Type
ECO Revised Item Eng_Eco_Pub.Revised_Item_Tbl_Type
ECO Revised Component Bom_Bo_Pub.Rev_Component_Tbl_Type
ECO Revised Operation Bom_Rtg_Pub.Rev_Operation_Tbl_Type
ECO Revised Operation Resource Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type
ECO Revised Operation Substitute Resource Bom_Rtg_Pub.Rev_Sub_Resource_Tbl_Type
BOM Header Bom_Bo_Pub.Bom_head_rec_type
BOM Revision Bom_Bo_Pub.Bom_revision_tbl_type
BOM Components Bom_Bo_Pub.Bom_comps_tbl_type
BOM Routing Header Bom_Rtg_Pub.Rtg_Header_Rec_Type
BOM Routing Revision Bom_Rtg_Pub.Rtg_Revision_Tbl_Type
BOM Routing Operation Bom_Rtg_Pub.Operation_Tbl_Type
BOM Routing Operation Resource Bom_Rtg_Pub.Op_Resource_Tbl_Type
BOM Routing Sub-Operation Resource Bom_Rtg_Pub.Sub_Resource_Tbl_Type
BOM Routing Operation Network Bom_Rtg_Pub.Op_Network_Tbl_Type
BOM Substitute Component Bom_Bo_Pub.Sub_Component_Tbl_Type
BOM Reference Designator Bom_Bo_Pub.Ref_Designator_Tbl_Typ

3. Limitations / ERs

Note 1386427.1 - Is there an API to Create BOM Resources?

REFERENCES

NOTE:729513.1 - How to use APIs for Inventory / Product Information Management [Video] ?

NOTE:869386.1 - How to Enable Trace or Debug for APIs executed as SQL Script Outside of the Applications ? [Video]

NOTE:136099.1 - How To Use Bill Of Material Business Object API - An Example

文档具体信息

 

 
  类型:
  状态:
  上次主更新:
  上次更新:
 
  HOWTO
  PUBLISHED
  2014-5-28
  2014-5-28

     
 

相关产品

 
Oracle Bills of Material
Oracle Engineering
     

Oracle Bills of Material and Engineering Application Program Interface (APIs)的更多相关文章

  1. Oracle Inventory Management Application Program Interface ( APIs)

    In this Document   Goal   Solution   References APPLIES TO: Oracle Inventory Management - Version 12 ...

  2. Oracle Inventory Management Application Program Interface ( APIs) (Doc ID 729998.1)

    In this Document Goal Solution References APPLIES TO: Oracle Inventory Management - Version 12.0.0 a ...

  3. Application binary interface and method of interfacing binary application program to digital computer

    An application binary interface includes linkage structures for interfacing a binary application pro ...

  4. You (oracle) are not allowed to use this program (crontab)

      检查一台ORACLE数据库服务器的crontab作业(用户为oracle,实际环境中可能为oracle.也有可能是其它用户)时,发现出现下面提示信息: $ crontab -l You (orac ...

  5. Linking code for an enhanced application binary interface (ABI) with decode time instruction optimization

    A code sequence made up multiple instructions and specifying an offset from a base address is identi ...

  6. ABAP术语-BAPI (Business Application Programming Interface)

    BAPI (Business Application Programming Interface) 原文:http://www.cnblogs.com/qiangsheng/archive/2007/ ...

  7. ABI(Application Binary Interface)

    拷贝自维基百科,参考百度百科 ==>调用栈结构与系统相关. 在计算机中,应用二进制接口(英语:application binary interface,缩写为 ABI)描述了应用程序(或者其他类 ...

  8. API(Application Programming Interface,应用程序编程接口)

    API(Application Programming Interface,应用程序编程接口)是一些预先定义的函数,目的是提供应用程序与开发人员基于某软件或硬件得以访问一组例程的能力,而又无需访问源码 ...

  9. My first win32 application program

    #include<afxwin.h>#include<afx.h>#define _AFXDLLclass CHelloApp :public CWinApp{public:  ...

随机推荐

  1. 什么是JS事件冒泡

    什么是JS事件冒泡? 在一个对象上触发某类事件(比如单击onclick事件),如果此对象定义了此事件的处理程序,那么此事件就会调用这个处理程序,如果没有定义此事件处理程序或者事件返回true,那么这个 ...

  2. c语言_常见图片格式判断

    c语言_常见图片格式判断 我想尽各种思路.今天,终于把图片判断搞定了. 在此,我写一下我的思路.希望对那些不想看代码的朋友们有帮助. 常风的的图片格式有:bmp,png,jpg,gif等图片格式. 我 ...

  3. 一个简单java爬虫爬取网页中邮箱并保存

    此代码为一十分简单网络爬虫,仅供娱乐之用. java代码如下: package tool; import java.io.BufferedReader; import java.io.File; im ...

  4. 写一个将当前页面 URL 中的 get 参数解析成一个对象的方法。

    function getQuery () { var args = {}; var query = window.location.search.substring(1); var pairs = q ...

  5. 关于CoreData的理解和使用.

    CoreData是苹果官方推出的一种方便的面向对象的存储方式,相信大家都已经对其有所了解,但是对于CoreData的概念大家都存在部分的误区.给大家推荐个网址是苹果的官方文档的翻译版(http://o ...

  6. Walking Ant(一道有意思的蚂蚁游戏,bfs)

    Walking Ant Time Limit: 2 Seconds      Memory Limit: 65536 KB Ants are quite diligent. They sometime ...

  7. 爱加密亮相第十八届软博会,移动App安全引关注

    2014年5月29日至31日,2014年第十八届中国国际软件博览会在北京展览馆举行,此次软博会的主题为"软件引领信息消费,助力经济转型升级",充分展示软件业在促进信息消费.提升社会 ...

  8. 后台特殊字符处理,ajax

    Dictionary<string, string> d = new Dictionary<string, string>(); d.Add("price" ...

  9. sqlserver数据库三范式的理解

    从来都是听过概念,过一段时间就忘记了,根本就没有深入的理解.这次梳理一遍,用自己的方式记录一下. 1nf 原子性,不可拆分性 例如一张表里包含一个class属性(软件系,外语系,经贸系...)字段,这 ...

  10. Oracle Dataguard三种保护模式概述(转)

    Oracle的DataGuard技术有三种实现模式,分别是max performance.max availability.max protection这三种模式. 以下是来自Oracle文档的摘要信 ...