DBA Data[Home] [Help]

APPS.JE_IT_LISTING_PKG dependencies on XLE_ENTITY_PROFILES

Line 2080: ,xle_entity_profiles xep

2076: ,hl.country
2077: FROM gl_ledger_le_v gllev
2078: ,gl_ledgers gl
2079: ,xle_registrations xr
2080: ,xle_entity_profiles xep
2081: ,hr_locations_all hl
2082: WHERE gllev.ledger_category_code='PRIMARY'
2083: AND gllev.legal_entity_id = gn_legal_entity_id
2084: AND gl.ledger_id = gllev.ledger_id

Line 2087: AND xr.source_table = 'XLE_ENTITY_PROFILES'

2083: AND gllev.legal_entity_id = gn_legal_entity_id
2084: AND gl.ledger_id = gllev.ledger_id
2085: AND xep.legal_entity_id = gllev.legal_entity_id
2086: AND xr.source_id = xep.legal_entity_id
2087: AND xr.source_table = 'XLE_ENTITY_PROFILES'
2088: AND xr.location_id = hl.location_id
2089: AND xr.identifying_flag = 'Y';
2090:
2091: BEGIN