DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION2 dependencies on AR_DISTRIBUTIONS

Line 495: from ar_distributions ard

491: from ar_receivable_applications app
492: where app.receivable_application_id = l_app_id
493: and nvl(app.confirmed_flag,'Y') = 'Y' --confirmed records have accounting only
494: and exists (select 'x'
495: from ar_distributions ard
496: where ard.source_table = 'RA'
497: and ard.source_id = app.receivable_application_id);
498:
499: lr_ps_rec ar_payment_schedules%ROWTYPE;