DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION2 dependencies on ARP_PS_PKG

Line 567: arp_ps_pkg.fetch_p( p_app_ps_id, lr_ps_rec );

563: p_doc_table => 'APP');
564:
565: -- Populate the Payment Schedule record from ar_payment_schedules,
566: -- based on the provided Applied_Payment_Schedule_Id.
567: arp_ps_pkg.fetch_p( p_app_ps_id, lr_ps_rec );
568:
569: -- Update the Transaction's Payment Schedule, set flag "Selected for
570: -- Receipt Batch Id" to null, allowing it to be selected again for
571: -- automatic payment.

Line 574: arp_ps_pkg.update_p(lr_ps_rec, p_app_ps_id);

570: -- Receipt Batch Id" to null, allowing it to be selected again for
571: -- automatic payment.
572: lr_ps_rec.selected_for_receipt_batch_id := null;
573:
574: arp_ps_pkg.update_p(lr_ps_rec, p_app_ps_id);
575:
576: ----------------------------------------------------------------
577: -- Now that we have deleted the application and updated the
578: -- payment schedule, update the UNAPP row for the cash receipt.