DBA Data[Home] [Help]

APPS.JG_ZZ_COMMON_PKG dependencies on XLE_REGISTRATIONS

Line 286: FROM xle_registrations XR

282: --,HP.party_name This now retreived in the second cursor
283: ,hp.party_id
284: -- Adding code for the GLOB006-ER
285: ,HL.region_1
286: FROM xle_registrations XR
287: ,xle_entity_profiles XEP
288: ,hr_locations_all HL
289: ,hz_parties HP
290: ,fnd_territories_vl FT

Line 334: from XLE_REGISTRATIONS xler, XLE_JURISDICTIONS_B xlej, xle_entity_profiles xlee

330:
331: /* Added for GLOBE-006 ER*/
332: CURSOR lc_commercial_num IS
333: select nvl(xler.registration_number,'') commercial_number
334: from XLE_REGISTRATIONS xler, XLE_JURISDICTIONS_B xlej, xle_entity_profiles xlee
335: where xlej.JURISDICTION_ID= xler.JURISDICTION_ID
336: and xlej.LEGISLATIVE_CAT_CODE = 'COMMERCIAL_LAW'
337: AND xler.source_id = xlee.LEGAL_ENTITY_ID
338: AND xler.source_TABLE = 'XLE_ENTITY_PROFILES'

Line 509: FROM xle_registrations XR

505: BEGIN
506:
507: SELECT HL.country
508: INTO l_country_code
509: FROM xle_registrations XR
510: ,xle_entity_profiles XEP
511: ,hr_locations_all HL
512: WHERE XR.source_id = XEP.legal_entity_id
513: AND XR.source_table = 'XLE_ENTITY_PROFILES'