DBA Data[Home] [Help]

APPS.CSI_PROCESS_TXN_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 97: FROM mtl_secondary_inventories

93:
94: BEGIN
95: SELECT location_id
96: INTO l_location_id
97: FROM mtl_secondary_inventories
98: WHERE organization_id = p_organization_id
99: AND secondary_inventory_name = p_subinventory_code;
100: EXCEPTION
101: WHEN no_data_found THEN