DBA Data[Home] [Help]

APPS.CSD_DEPOT_UPDATE_PVT dependencies on MTL_SYSTEM_ITEMS

Line 48: from mtl_system_items

44:
45: Begin
46: select primary_uom_code
47: into v_primary_uom_code
48: from mtl_system_items
49: where organization_id = p_organization_id
50: and inventory_item_id = p_item_id;
51: EXCEPTION
52: WHEN NO_DATA_FOUND THEN

Line 1344: from mtl_system_items

1340:
1341: select
1342: comms_nl_trackable_flag
1343: into l_ib_flag
1344: from mtl_system_items
1345: where inventory_item_id = C1.inventory_item_id
1346: and organization_id = C1.organization_id
1347: and rownum < 2; -- travi
1348: