DBA Data[Home] [Help]

APPS.JAI_MTL_TRXS_PKG dependencies on HR_LOCATIONS

Line 4935: hr_locations hrl

4931: FROM
4932: hz_cust_acct_sites_all cas,
4933: hz_cust_site_uses_all su,
4934: po_location_associations_all pla,
4935: hr_locations hrl
4936: WHERE cas.cust_acct_site_id = su.cust_acct_site_id
4937: AND su.site_use_id = pla.site_use_id(+)
4938: AND pla.location_id = hrl.location_id(+)
4939: AND su.site_use_code = 'SHIP_TO'