DBA Data[Home] [Help]

APPS.AHL_MR_LOOP_CHAIN_RELNS_PVT dependencies on AHL_UTIL_UC_PKG

Line 943: ahl_util_uc_pkg.getcsi_locationDesc(ii.location_id, ii.location_type_code,

939: (select kfv.concatenated_segments from mtl_system_items_kfv kfv
940: where kfv.inventory_item_id = ii.inventory_item_id
941: AND kfv.organization_id = ii.inv_master_organization_id) item_number,
942: ii.inventory_item_id,
943: ahl_util_uc_pkg.getcsi_locationDesc(ii.location_id, ii.location_type_code,
944: ii.inv_organization_id, ii.inv_subinventory_name,
945: ii.inv_locator_id, ii.wip_job_id) Location_description,
946: (select f.meaning from csi_lookups f where ii.instance_usage_code = f.lookup_code
947: AND f.lookup_type = 'CSI_INSTANCE_USAGE_CODE') Status,