DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on ARP_PS_PKG

Line 1638: arp_ps_pkg.nowaitlock_p (p_ps_id => l_applied_payment_schedule_id);

1634: --lock the receipt before calling the entity handler
1635: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
1636:
1637: /* Bug 4042420: lock the payment schedule of the applied transaction */
1638: arp_ps_pkg.nowaitlock_p (p_ps_id => l_applied_payment_schedule_id);
1639:
1640: /* Bug 3773036: Initializing the return status */
1641: l_return_status := FND_API.G_RET_STS_SUCCESS;
1642:

Line 2633: arp_ps_pkg.nowaitlock_p (p_ps_id => l_applied_payment_schedule_id);

2629: --lock the receipt before calling the entity handler
2630: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
2631:
2632: -- lock the payment schedule of the applied transaction
2633: arp_ps_pkg.nowaitlock_p (p_ps_id => l_applied_payment_schedule_id);
2634:
2635: l_return_status := FND_API.G_RET_STS_SUCCESS;
2636:
2637: BEGIN