DBA Data[Home] [Help]

APPS.ZX_EXTRACT_PKG dependencies on XLE_REGISTRATIONS

Line 2754: xle_registrations xle_reg

2750: xle_auth.address3,
2751: xle_auth.city,
2752: xle_auth.authority_name
2753: FROM xle_legalauth_v xle_auth,
2754: xle_registrations xle_reg
2755: WHERE xle_reg.source_id = c_rep_entity_id
2756: AND xle_reg.source_table = 'XLE_ENTITY_PROFILES'
2757: AND xle_auth.legalauth_id = xle_reg.issuing_authority_id
2758: AND xle_reg.identifying_flag = 'Y';