DBA Data[Home] [Help]

APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on OKL_CURE_RFND_STAGE_PUB

Line 2376: OKL_cure_rfnd_stage_pub.update_cure_refunds(

2372: AddfailMsg(
2373: p_object => 'RECORD IN OKL_CURE_REFUND_STAGE',
2374: p_operation => 'UPDATE' );
2375:
2376: OKL_cure_rfnd_stage_pub.update_cure_refunds(
2377: p_api_version => 1.0
2378: ,p_init_msg_list =>'F'
2379: ,x_return_status => l_return_status
2380: ,x_msg_count => l_msg_count

Line 2385: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: submit_cure_refund_hdr : OKL_cure_rfnd_stage_pub.update_cure_refunds : '||l_return_status);

2381: ,x_msg_data => l_msg_data
2382: ,p_crsv_tbl => lp_crsv_tbl
2383: ,x_crsv_tbl => xp_crsv_tbl);
2384:
2385: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: submit_cure_refund_hdr : OKL_cure_rfnd_stage_pub.update_cure_refunds : '||l_return_status);
2386:
2387: IF ( l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
2388: Get_Messages (l_msg_count,l_message);
2389: IF PG_DEBUG < 11 THEN

Line 4908: OKL_cure_rfnd_stage_pub.update_cure_refunds(

4904: AddfailMsg(
4905: p_object => 'RECORD IN OKL_CURE_REFUND_STAGE',
4906: p_operation => 'UPDATE' );
4907:
4908: OKL_cure_rfnd_stage_pub.update_cure_refunds(
4909: p_api_version => 1.0
4910: ,p_init_msg_list =>'F'
4911: ,x_return_status => l_return_status
4912: ,x_msg_count => l_msg_count

Line 4916: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: submit_cure_refunds : OKL_cure_rfnd_stage_pub.update_cure_refunds : '||l_return_status);

4912: ,x_msg_count => l_msg_count
4913: ,x_msg_data => l_msg_data
4914: ,p_crsv_tbl => lp_crsv_tbl
4915: ,x_crsv_tbl => xp_crsv_tbl);
4916: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: submit_cure_refunds : OKL_cure_rfnd_stage_pub.update_cure_refunds : '||l_return_status);
4917: IF ( l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
4918: Get_Messages (l_msg_count,l_message);
4919: IF PG_DEBUG < 11 THEN
4920: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN