DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on ARP_PS_PKG

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

1601: --lock the receipt before calling the entity handler
1602: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
1603:
1604: /* Bug 4042420: lock the payment schedule of the applied transaction */
1605: arp_ps_pkg.nowaitlock_p (p_ps_id => l_applied_payment_schedule_id);
1606:
1607: /* Bug 3773036: Initializing the return status */
1608: l_return_status := FND_API.G_RET_STS_SUCCESS;
1609:

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

2584: --lock the receipt before calling the entity handler
2585: arp_cash_receipts_pkg.nowaitlock_p(p_cr_id => l_cash_receipt_id);
2586:
2587: -- lock the payment schedule of the applied transaction
2588: arp_ps_pkg.nowaitlock_p (p_ps_id => l_applied_payment_schedule_id);
2589:
2590: l_return_status := FND_API.G_RET_STS_SUCCESS;
2591:
2592: BEGIN