DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION2 dependencies on ARP_PS_PKG

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

574: p_doc_table => 'APP');
575:
576: -- Populate the Payment Schedule record from ar_payment_schedules,
577: -- based on the provided Applied_Payment_Schedule_Id.
578: arp_ps_pkg.fetch_p( p_app_ps_id, lr_ps_rec );
579:
580: -- Update the Transaction's Payment Schedule, set flag "Selected for
581: -- Receipt Batch Id" to null, allowing it to be selected again for
582: -- automatic payment.

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

581: -- Receipt Batch Id" to null, allowing it to be selected again for
582: -- automatic payment.
583: lr_ps_rec.selected_for_receipt_batch_id := null;
584:
585: arp_ps_pkg.update_p(lr_ps_rec, p_app_ps_id);
586:
587: ----------------------------------------------------------------
588: -- Now that we have deleted the application and updated the
589: -- payment schedule, update the UNAPP row for the cash receipt.