DBA Data[Home] [Help]

APPS.CST_MGD_MSTR_BOOK_RPT dependencies on HR_LOCATIONS_ALL

Line 1317: ,hr_locations_all H

1313: INTO lc_location
1314: ,lc_type
1315: ,lc_address
1316: FROM mtl_secondary_inventories A
1317: ,hr_locations_all H
1318: WHERE A.secondary_inventory_name = p_subinvname
1319: AND H.location_id(+) = A.location_id
1320: AND organization_id = p_org_id;
1321: