DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS1 dependencies on AR_PAYMENT_SCHEDULES

Line 273: l_ps_rec ar_payment_schedules%ROWTYPE;

269:
270: l_cr_rec ar_cash_receipts%ROWTYPE;
271: l_crh_rec ar_cash_receipt_history%ROWTYPE;
272: l_crh_rec_new ar_cash_receipt_history%ROWTYPE;
273: l_ps_rec ar_payment_schedules%ROWTYPE;
274: l_dist_rec ar_distributions%ROWTYPE;
275: l_crh_id_new ar_cash_receipt_history.cash_receipt_history_id%TYPE;
276: l_ra_id_unapp ar_receivable_applications.receivable_application_id%TYPE;
277: l_ra_id_unid ar_receivable_applications.receivable_application_id%TYPE;

Line 348: l_ps_id ar_payment_schedules.payment_schedule_id%TYPE;

344: l_source_type_new ar_distributions.source_type%TYPE;
345: l_creation_status_new ar_cash_receipt_history.status%TYPE;
346: l_acctd_amount_new ar_cash_receipt_history.acctd_amount%TYPE;
347: l_ccid_new ar_cash_receipt_history.account_code_combination_id%TYPE;
348: l_ps_id ar_payment_schedules.payment_schedule_id%TYPE;
349: l_id_dummy NUMBER;
350: l_amount_changed BOOLEAN := FALSE;
351: l_rev_crh_id ar_cash_receipt_history.cash_receipt_history_id%TYPE;
352: l_ra_unapp_ccid NUMBER;

Line 880: -- ar_cash_receipts, ar_cash_receipt_history, and ar_payment_schedules,

876: -- deal with amount changes
877: -- -------------------------------------------------------------
878:
879: -- if the receipt status is APPROVED, we only update the amounts in
880: -- ar_cash_receipts, ar_cash_receipt_history, and ar_payment_schedules,
881: -- but not ar_receivable_applications, since this is being taken
882: -- care of by the applications form and its server-side code:
883:
884: