DBA Data[Home] [Help]

APPS.JAI_MTL_TRXS_PKG dependencies on HR_LOCATIONS

Line 5379: hr_locations hrl

5375: FROM
5376: hz_cust_acct_sites_all cas,
5377: hz_cust_site_uses_all su,
5378: po_location_associations_all pla,
5379: hr_locations hrl
5380: WHERE cas.cust_acct_site_id = su.cust_acct_site_id
5381: AND su.site_use_id = pla.site_use_id(+)
5382: AND pla.location_id = hrl.location_id(+)
5383: AND su.site_use_code = 'SHIP_TO'