DBA Data[Home] [Help]

APPS.JE_ITWHYE_AP_PKG dependencies on XLE_ENTITY_PROFILES

Line 94: xle_entity_profiles xlee

90: SELECT NVL (xler.registration_number, '') commercial_number
91: INTO cp_comm_num
92: FROM xle_registrations xler,
93: xle_jurisdictions_b xlej,
94: xle_entity_profiles xlee
95: WHERE xlej.jurisdiction_id = xler.jurisdiction_id
96: AND xlej.legislative_cat_code = 'COMMERCIAL_LAW'
97: AND xler.source_id = xlee.legal_entity_id
98: AND xler.source_table = 'XLE_ENTITY_PROFILES'

Line 98: AND xler.source_table = 'XLE_ENTITY_PROFILES'

94: xle_entity_profiles xlee
95: WHERE xlej.jurisdiction_id = xler.jurisdiction_id
96: AND xlej.legislative_cat_code = 'COMMERCIAL_LAW'
97: AND xler.source_id = xlee.legal_entity_id
98: AND xler.source_table = 'XLE_ENTITY_PROFILES'
99: AND xlee.legal_entity_id = p_legal_entity_id;
100: EXCEPTION
101: WHEN NO_DATA_FOUND THEN
102: cp_comm_num:=NULL;