Powered By Blogger

Tuesday, October 19, 2010

Assign item to organization by ego_item_pub.assign_item_to_org API.

This post will cover API ego_item_pub.assign_item_to_org used to assign item to an organization.
Step by step demonstration of code.
Please download attached file to use as sample code. This sample code assign single item at a time to single organization you can modify it for multiple items or multiple organizations at a time.
This API assigns a specific item to any inventory organization. The item to be assigned must already assigned to parent organization before running this API.

Input parameters.
P_param1                   pass inventory item id.
P_organization_id      organization id to which you want to assign item
P_organization_code organization code of specific organization

Thursday, October 14, 2010

How to Define Cost Type In Oracle Inventory

Cost type is required while we define any new organization.


Some cost types which are already defined are Average and Frozen.
Steps to Define.
Choose inventory responsibility and navigate to form.
Setup -> Costs -> Cost Types
On Cost Type Window

Saturday, October 9, 2010

Configuring Work Day calendar in oracle Inventory

If you want to predict needs of your material or to plan material requirement then you can configure workday calendar for this.
Work day calendar(Oracle Inventory Calendar) provide lot of flexibility in terms of shifts, pattern for working days also you can configure exceptions.
Following are Configuration Steps.


1.       Go to work day calendar.
Setup>Organizations>Calendars


On Workday Calendar Window.

Thursday, October 7, 2010

How to configure System Items Flexfield

1.    First define value set for item flexfield segments.
Go to inventory responsibility and navigate to value set.
Setup -> Flexfield->Validation->Sets

2.       Define Value Set for Item Section.
Choices: List Type, Enter format validation of your own choice, validation type.

Monday, October 4, 2010

Oracle Supply Chain all APIS









1.EGO_ITEM_PUB.Assign_Item_To_Org
This API provide functionality to assign one/more items to an organization(s)
How to Assign Item Using Assign_item_to_org 

2. Item Creation and Updation Public API.
This API used to create items.
EGO_ITEM_PUB.Process_item(s)


 3. Category Code Creation Public API.
This API provides functionality to create a category.
INV_ITEM_CATEGORY_PUB.Create_Category

4. Item Category Assignment Public API
EGO_ITEM_PUB.Process_Item_Cat_Assignment

5. Item Catalog Descriptive Element Public API.