DBA Data[Home] [Help]

APPS.ZX_EXTRACT_PKG dependencies on XLE_REGISTRATIONS

Line 2293: xle_registrations xle_reg

2289: xle_auth.address3,
2290: xle_auth.city,
2291: xle_auth.authority_name
2292: FROM xle_legalauth_v xle_auth,
2293: xle_registrations xle_reg
2294: WHERE xle_reg.source_id = c_rep_entity_id
2295: AND xle_reg.source_table = 'XLE_ENTITY_PROFILES'
2296: AND xle_auth.legalauth_id = xle_reg.issuing_authority_id
2297: AND xle_reg.identifying_flag = 'Y';