DBA Data[Home] [Help]

APPS.ARP_DEDUCTION dependencies on AR_DISTRIBUTIONS_ALL

Line 2028: from ar_distributions_all ard

2024: from ar_receivable_applications ra
2025: where ra.receivable_application_id = p_rapp_id
2026: and nvl(ra.confirmed_flag,'Y') = 'Y'
2027: and exists (select 'x'
2028: from ar_distributions_all ard
2029: where ard.source_table = 'RA'
2030: and ard.source_id = ra.receivable_application_id)
2031: UNION
2032: select ra.* --'UNAPP'