DBA Data[Home] [Help]

APPS.JL_BR_SPED_DATA_EXTRACT_PKG dependencies on XLE_LOOKUPS

Line 6670: xle_lookups lk

6666: g_last_update_login
6667: from xle_entity_profiles le,
6668: xle_contact_legal_roles crole,
6669: hz_parties hp,
6670: xle_lookups lk
6671: where le.legal_entity_id =g_legal_entity_id
6672: and le.party_id = crole.le_etb_party_id
6673: and crole.source_table = 'XLE_ENTITY_PROFILES'
6674: and crole.lookup_type = 'XLE_CONTACT_ROLE'

Line 6725: xle_lookups lk

6721: g_last_update_login
6722: from xle_etb_profiles etb,
6723: xle_contact_legal_roles crole,
6724: hz_parties hp,
6725: xle_lookups lk
6726: where etb.legal_entity_id =g_legal_entity_id
6727: and etb.establishment_id =g_establishment_id
6728: and etb.party_id = crole.le_etb_party_id
6729: and crole.source_table = 'XLE_ETB_PROFILES'