Oracle Product Hub / Product Lifecycle Management / Product Information Management / Advanced Produc

In this Document

  Goal
  Solution
  1. Master List showing sample code for
APIs in Product Data Hub
  2. FAQ
  a. Need API to load Item Catalog Category
people, Associating ICC with Templates & Match Rules, is there an API for this purpose?
  References

APPLIES TO:

Oracle Product Hub - Version 12.0.4 and later

Information in this document applies to any platform.

This document applies to all version of Oracle E-Business Suite release 12 and higher

GOAL

This document lists references to notes showing how to use public APIs provided and examples of sample code that show the use of PLM / PIM APIs

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. Master List showing sample code for APIs in Product Data Hub

Note Title
Note 605487.1 How To Load User Defined Item Attributes using EGO_USER_ATTRS_DATA_PUB.PROCESS_USER_ATTRS_DATA API ? [Video]
Note 728364.1 How to Assign Multiple Items to Inventory Organizations using EGO_ITEM_PUB.PROCESS_ITEM_ORG_ASSIGNMENTS API ? [Video]
Note 729241.1 How to Load User Defined Attributes for Item using EGO_ITEM_PUB.PROCESS_USER_ATTRS_FOR_ITEM API ? [Video]
Note 728350.1 How to load Inventory Items using EGO_ITEM_PUB.PROCESS_ITEMS API? [Video]
Note 728358.1 How to Retrieve User Defined Attributes for Item using EGO_USER_ATTRS_DATA_PUB.GET_USER_ATTRS_DATA API ? [Video]
Note 728361.1 How to Assign Items to Inventory Organizations using EGO_ITEM_PUB.ASSIGN_ITEM_TO_ORG API ? [Video]
Note 728917.1 How To Assign Inventory Items To Categories Using EGO_ITEM_PUB.PROCESS_ITEM_CAT_ASSIGNMENT API ? [Video]
Note 729246.1 How To Create Or Update Role Grants On Item Using EGO_ITEM_PUB.PROCESS_ITEM_ROLE API ? [Video]
Note 1340478.1 API For BOM Structure User Defined Attributes (UDA)? [Video]
Note 1340855.1 API For BOM Component User Defined Attributes (UDA)? [Video]
Note 1366502.1 How to Create / Update User Defined Attributes on an ECO using an API [Video] ?
Note 1526870.1 How to Create, Update or Delete Multi Row User Defined Attributes Using EGO_USER_ATTRS_PUB.Process_User_Attrs_Data API ? [Video]
Note 1600662.1 How to Create Category Codes Using INV_ITEM_CATEGORY_PUB.Create_Category API ?
Note 1666349.1 How to Associate "Images" or "Detailed Description" User-Defined Seeded Attributes to an Item using EGO_USER_ATTRS_DATA_PUB.Process_User_Attrs_Data API ?

For a list of all the APIs , Please refer to Integration Repository available from Integrated SOA Gateway responsibility in the Application.

2. FAQ

a. Need API to load Item Catalog Category people, Associating ICC with Templates & Match Rules, is there an API for this purpose?

The API EGO_SECURITY_PUB.create_instance_set and EGO_SECURITY_PUB.grant_role suggested will not work for ICC people role. You want to add the Item catalog category user role in the ICC. So you are looking for ICC
people and not Item people.  EGO_SECURITY_PUB.grant_role_guid is the private api which is called for this. Since this is Private API , this is not supported by development or support. You may have to use it at your own risk. There are no Public APIs.

REFERENCES

NOTE:728361.1 - How To Assign Items
To Inventory Organizations Using EGO_ITEM_PUB.ASSIGN_ITEM_TO_ORG API [Video]

NOTE:728364.1 - How To Assign Items
To Inventory Organizations Using EGO_ITEM_PUB.Process_Item_Org_Assignments API [Video] ?

NOTE:728917.1 - How To Assign Inventory
Items To Categories Using EGO_ITEM_PUB.PROCESS_ITEM_CAT_ASSIGNMENT API [Video]

NOTE:729241.1 - How To Load User Defined
Attributes For Item Using EGO_ITEM_PUB.Process_User_Attrs_For_Item API [Video] ?

NOTE:729246.1 - How To Create Or Update
Role Grants On Item Using EGO_ITEM_PUB.PROCESS_ITEM_ROLE API [Video]

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

NOTE:1340855.1 - API For Component
User Defined Attributes (UDA)?

NOTE:1340478.1 - API For BOM Structure
User Defined Attributes (UDA)? [Video]

NOTE:1366502.1 - How to Create /
Update User Defined Attributes on an ECO using an API [Video] ?

NOTE:605487.1 - How To Load User Defined
Item Attributes Using EGO_USER_ATTRS_DATA_PUB.Process_User_Attrs_Data API ? [Video]

NOTE:728350.1 - How To Load Inventory
Items Using EGO_ITEM_PUB.PROCESS_ITEMS API ? [Video]

NOTE:728358.1 - How To Retrieve User
Defined Attributes For Item Using EGO_USER_ATTRS_DATA_PUB.Get_User_Attrs_Data API ? [Video]

时间: 2024-10-16 03:28:55

Oracle Product Hub / Product Lifecycle Management / Product Information Management / Advanced Produc的相关文章

Optimizing Item Import Performance in Oracle Product Hub/Inventory

APPLIES TO: Oracle Product Hub - Version 12.1.1 to 12.1.1 [Release 12.1] Oracle Inventory Management - Version 12.1.1 to 12.1.1 [Release 12.1] Oracle Item Master - Version 12.0.6 to 12.0.6 [Release 12] Information in this document applies to any plat

Citrix XenMobile学习笔记之四:MIM移动信息管理(Mobility Information Management)

产品简介: Citrix MIM移动信息管理由Citrix ShareFile这一产品来集成.Citrix ShareFile是一种企业"数据跟随(Follow-me-data)"解决方案,使IT部门可交付可靠的数据共享和同步服务,满足用户的移动性和协作需求,以及企业的数据安全需求.ShareFile使"数据跟随(Follow-me data)"服务成了每个用户日常生活中无缝而直观的组成部分,可帮助当前高度机动化.随时随地通过任何设备办公的员工队伍确保最高的生产率.

2015年5月9日 student information management system

/*大作业SIMS*///头文件 1 #ifndef __FUNC_C__ 2 #define __FUNC_C__ 3 4 5 #include <stdio.h> 6 #include <stdlib.h> 7 #include <string.h> 8 #define LEN 128 9 #define M 100 //账户最多人数 10 #define N 1000 //学生最多人数 11 #define USR_NAME_LEN 20 12 #define U

python练习:做一个简易的课程设计。Student Information Management System

Student Information Management System 犹记得,大一时候,用C语言做这个课程设计,我特么一口老血都要喷出来,现在用Python做,反而有一种亲切感. 做一个menu菜单,在while循环里调用定义的insert(),delete(),modify(),sort(),display(),exit()等函数. import pickle as p import os #Class Item class Item: def __init__(self,name,ag

Information Management Policy(信息管理策略)的使用范例

基础知识 很多人都会定期收拾自己的书架或者抽屉,把里面过旧的资料拿走,为新的资料腾出空间来,这样既可以节省空间,而且当冗余资料过多的时候也会降低你查找的速度和效率.那么,在企业的SharePoint中我们也有一样的需求. 管理SharePoint久了你就会发现,很多用户习惯于把它当作文件存储来用,不停的向里面堆积资料却不删除,久而久之连他们自己都忘了哪些东西是需要的,哪些又是可以丢弃的.为了防止这种问题于未然,很多企业会制定出很多的信息管理策略(information management po

Information Management System

Information Management System 一.代码部分 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <windows.h> typedef struct STU { char name[20]; char sex[5]; char num[20]; char _class[20]; char score[5]; }; void home(void)

Product Management vs. Product Marketing

Posted by Marty Cagan on August 28, 2007 Tags: product management, product marketing, program management, product discovery Industry pundits claim that 9 out of 10 product releases are failures in that they don’t meet their goals.  I don’t know if th

(转载)Cross product

原文地址:https://en.wikipedia.org/wiki/Cross_product Cross product From Wikipedia, the free encyclopedia This article is about the cross product of two vectors in three-dimensional Euclidean space. For other uses, see Cross product (disambiguation). In m

ora-01017 no message file for product=RDBMS

windows server 2008 R2 RAC环境,其装了oracle 11.2.0.1版本,后来升级至oracle 11.2.0.4版本,重启电脑发现数据库无法启动,分析步骤如下:1 进入cmd:set ORACLE_HOME=e:\app\set ORACLE_SID=sid_name 2 用 sqlplus / as sysdba连接报错: ora-01017 message file for product=RDBMS, facility=ORA用oerr查看 oerr ora 0