DBA Data[Home] [Help]

APPS.RLM_CUM_SV dependencies on MTL_CUSTOMER_ITEM_XREFS

Line 6418: FROM MTL_CUSTOMER_ITEM_XREFS

6414: Temp_Inactive_Flag Varchar2(1) := NULL;
6415:
6416: CURSOR CI_XREF_Cur IS
6417: SELECT Master_Organization_Id, Inventory_Item_Id, Inactive_Flag
6418: FROM MTL_CUSTOMER_ITEM_XREFS
6419: WHERE Customer_Item_Id = x_customer_item_id
6420: ORDER BY Preference_Number ASC;
6421:
6422: BEGIN