DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION2 dependencies on AR_DISTRIBUTIONS

Line 484: from ar_distributions ard

480: from ar_receivable_applications app
481: where app.receivable_application_id = l_app_id
482: and nvl(app.confirmed_flag,'Y') = 'Y' --confirmed records have accounting only
483: and exists (select 'x'
484: from ar_distributions ard
485: where ard.source_table = 'RA'
486: and ard.source_id = app.receivable_application_id);
487:
488: lr_ps_rec ar_payment_schedules%ROWTYPE;