码迷,mamicode.com
首页 > 移动开发 > 详细

Oracle Bills of Material and Engineering Application Program Interface (APIs)

时间:2015-01-07 10:39:27      阅读:1153      评论:0      收藏:0      [点我收藏+]

标签:

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
技术分享
技术分享

Oracle Bills of Material and Engineering Application Program Interface (APIs)

标签:

原文地址:http://www.cnblogs.com/bhlsheji/p/4207618.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!