DBA Data[Home] [Help]

APPS.JE_ZZ_AUDIT_AP_PKG dependencies on XLE_REGISTRATIONS_V

Line 412: FROM xle_registrations_v

408: fnd_file.put_line(fnd_file.log,'l_period_start_date :'||l_period_start_date);
409: fnd_file.put_line(fnd_file.log,'l_period_end_date :'||l_period_end_date);
410:
411: SELECT registration_number,legal_entity_name INTO l_tax_payer_id,l_legal_entity_name
412: FROM xle_registrations_v
413: WHERE legal_entity_id= P_LEGAL_ENTITY_ID
414: and legislative_category= 'INCOME_TAX'
415: and identifying = 'Y';
416: