DBA Data[Home] [Help]

APPS.RLM_CUM_SV dependencies on MTL_CUSTOMER_ITEM_XREFS

Line 6428: FROM MTL_CUSTOMER_ITEM_XREFS

6424: Temp_Inactive_Flag Varchar2(1) := NULL;
6425:
6426: CURSOR CI_XREF_Cur IS
6427: SELECT Master_Organization_Id, Inventory_Item_Id, Inactive_Flag
6428: FROM MTL_CUSTOMER_ITEM_XREFS
6429: WHERE Customer_Item_Id = x_customer_item_id
6430: ORDER BY Preference_Number ASC;
6431:
6432: BEGIN