DBA Data[Home] [Help]

APPS.ARP_DEDUCTION dependencies on AR_DISTRIBUTIONS_ALL

Line 2024: from ar_distributions_all ard

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