DBA Data[Home] [Help]

APPS.AR_CM_API_PUB dependencies on ARP_PS_PKG

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

312: ' GL date = '|| l_apply_gl_date);
313: END IF;
314:
315: -- Lock the PS of the CM transaction
316: arp_ps_pkg.nowaitlock_p (p_ps_id => l_cm_ps_id);
317:
318: -- Lock the PS of the transaction to be applied
319: arp_ps_pkg.nowaitlock_p (p_ps_id => l_applied_payment_schedule_id);
320:

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

315: -- Lock the PS of the CM transaction
316: arp_ps_pkg.nowaitlock_p (p_ps_id => l_cm_ps_id);
317:
318: -- Lock the PS of the transaction to be applied
319: arp_ps_pkg.nowaitlock_p (p_ps_id => l_applied_payment_schedule_id);
320:
321: l_return_status := FND_API.G_RET_STS_SUCCESS;
322:
323: