DBA Data[Home] [Help]

APPS.PJM_UNIT_EFF dependencies on MTL_SYSTEM_ITEMS_B

Line 209: from mtl_system_items_b

205: Items (eam_item_type = 2 in MSI table) */
206:
207: select nvl(eam_item_type, -2)
208: into l_item
209: from mtl_system_items_b
210: where inventory_item_id =X_ITEM_ID
211: and organization_id = X_organization_id;
212:
213: if l_item = 1 then