DBA Data[Home] [Help]

APPS.CSI_INTERFACE_PKG dependencies on MTL_SECONDARY_INVENTORIES

Line 5305: FROM mtl_secondary_inventories

5301:
5302: BEGIN
5303: SELECT location_id
5304: INTO l_location_id
5305: FROM mtl_secondary_inventories
5306: WHERE organization_id = p_organization_id
5307: AND secondary_inventory_name = p_subinventory_code;
5308: EXCEPTION
5309: WHEN no_data_found THEN