DBA Data[Home] [Help]

APPS.ZX_JE_EXTRACT_PKG dependencies on HR_LOCATIONS_ALL

Line 623: hr_locations_all hr_loc,

619: AND assoc.entity_code = 'ZX_RATES'
620: AND (assoc.EFFECTIVE_TO is null or assoc.EFFECTIVE_TO > sysdate)
621: AND rep_type.reporting_type_code= 'EMEA_VAT_REPORTING_TYPE')
622: FROM financials_system_params_all fsp,
623: hr_locations_all hr_loc,
624: zx_rep_trx_detail_t itf1
625: WHERE
626: itf1.application_id = 200
627: AND itf1.entity_code = 'AP_INVOICES'