DBA Data[Home] [Help]

APPS.CSI_INTERFACE_PKG dependencies on MTL_SECONDARY_INVENTORIES

Line 5412: FROM mtl_secondary_inventories

5408:
5409: BEGIN
5410: SELECT location_id
5411: INTO l_location_id
5412: FROM mtl_secondary_inventories
5413: WHERE organization_id = p_organization_id
5414: AND secondary_inventory_name = p_subinventory_code;
5415: EXCEPTION
5416: WHEN no_data_found THEN