DBA Data[Home] [Help]

APPS.CSI_PROCESS_TXN_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 38: FROM mtl_secondary_inventories

34:
35: BEGIN
36: SELECT location_id
37: INTO l_location_id
38: FROM mtl_secondary_inventories
39: WHERE organization_id = p_organization_id
40: AND secondary_inventory_name = p_subinventory_code;
41: EXCEPTION
42: WHEN no_data_found THEN