DBA Data[Home] [Help]

APPS.AR_CM_API_PUB dependencies on ARP_PS_PKG

Line 298: arp_ps_pkg.nowaitlock_p (p_ps_id => l_cm_ps_id);

294: ' GL date = '|| l_apply_gl_date);
295: END IF;
296:
297: -- Lock the PS of the CM transaction
298: arp_ps_pkg.nowaitlock_p (p_ps_id => l_cm_ps_id);
299:
300: -- Lock the PS of the transaction to be applied
301: arp_ps_pkg.nowaitlock_p (p_ps_id => l_applied_payment_schedule_id);
302:

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

297: -- Lock the PS of the CM transaction
298: arp_ps_pkg.nowaitlock_p (p_ps_id => l_cm_ps_id);
299:
300: -- Lock the PS of the transaction to be applied
301: arp_ps_pkg.nowaitlock_p (p_ps_id => l_applied_payment_schedule_id);
302:
303: l_return_status := FND_API.G_RET_STS_SUCCESS;
304:
305: