Entries by Oracle ERP Apps Guide

, , , ,

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 […]

, , , , ,

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. 3.       Define Value Set for Sub Section. Sub Section Value Set is dependent on item section. […]

, , , ,

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 […]

, , , , , ,

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 […]