DBA Data[Home] [Help]

APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on OKL_CURE_RFND_HDR_PUB

Line 1105: OKL_cure_rfnd_hdr_pub.insert_cure_rfnd_hdr(

1101: END IF;
1102:
1103:
1104:
1105: OKL_cure_rfnd_hdr_pub.insert_cure_rfnd_hdr(
1106: p_api_version => 1.0
1107: ,p_init_msg_list => 'T'
1108: ,x_return_status => l_return_status
1109: ,x_msg_count => l_msg_count

Line 1114: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: create_refund_hdr : OKL_cure_rfnd_hdr_pub.insert_cure_rfnd_hdr : '||l_return_status);

1110: ,x_msg_data => l_msg_data
1111: ,p_chdv_rec => lp_chdv_rec
1112: ,x_chdv_rec => lx_chdv_rec);
1113:
1114: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: create_refund_hdr : OKL_cure_rfnd_hdr_pub.insert_cure_rfnd_hdr : '||l_return_status);
1115:
1116: IF ( l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1117: Get_Messages (l_msg_count,l_message);
1118: IF PG_DEBUG < 11 THEN

Line 1385: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(

1381: FETCH c_getobj INTO lp_chdv_rec.object_version_number;
1382: CLOSE c_getobj;
1383:
1384:
1385: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(
1386: p_api_version => 1.0
1387: ,p_init_msg_list => 'F'
1388: ,x_return_status => l_return_status
1389: ,x_msg_count => l_msg_count

Line 1394: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: update_refund_hdr : OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr : '||l_return_status);

1390: ,x_msg_data => l_msg_data
1391: ,p_chdv_rec => lp_chdv_rec
1392: ,x_chdv_rec => lx_chdv_rec);
1393:
1394: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: update_refund_hdr : OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr : '||l_return_status);
1395:
1396: IF ( l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1397: Get_Messages (l_msg_count,l_message);
1398: IF PG_DEBUG < 11 THEN

Line 1652: OKL_cure_rfnd_hdr_pub.delete_cure_rfnd_hdr(

1648: FETCH c_getobj INTO lp_chdv_rec.object_version_number;
1649: CLOSE c_getobj;
1650:
1651:
1652: OKL_cure_rfnd_hdr_pub.delete_cure_rfnd_hdr(
1653: p_api_version => 1.0
1654: ,p_init_msg_list => 'F'
1655: ,x_return_status => l_return_status
1656: ,x_msg_count => l_msg_count

Line 1660: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: delete_refund_hdr : OKL_cure_rfnd_hdr_pub.delete_cure_rfnd_hdr : '||l_return_status);

1656: ,x_msg_count => l_msg_count
1657: ,x_msg_data => l_msg_data
1658: ,p_chdv_rec => lp_chdv_rec);
1659:
1660: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: delete_refund_hdr : OKL_cure_rfnd_hdr_pub.delete_cure_rfnd_hdr : '||l_return_status);
1661:
1662: IF ( l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1663: Get_Messages (l_msg_count,l_message);
1664: IF PG_DEBUG < 11 THEN

Line 2681: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(

2677: OPEN c_getobj(p_refund_header_id);
2678: FETCH c_getobj INTO lp_chdv_rec.object_version_number;
2679: CLOSE c_getobj;
2680:
2681: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(
2682: p_api_version => 1.0
2683: ,p_init_msg_list => 'F'
2684: ,x_return_status => l_return_status
2685: ,x_msg_count => l_msg_count

Line 2690: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: submit_cure_refund_hdr : OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr : '||l_return_status);

2686: ,x_msg_data => l_msg_data
2687: ,p_chdv_rec => lp_chdv_rec
2688: ,x_chdv_rec => lx_chdv_rec);
2689:
2690: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: submit_cure_refund_hdr : OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr : '||l_return_status);
2691:
2692: IF ( l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
2693: Get_Messages (l_msg_count,l_message);
2694: IF PG_DEBUG < 11 THEN

Line 4622: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(

4618: lp_chdv_rec.cure_refund_header_id :=p_refund_header_id;
4619: lp_chdv_rec.refund_status :='PENDINGI';
4620:
4621:
4622: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(
4623: p_api_version => 1.0
4624: ,p_init_msg_list => 'F'
4625: ,x_return_status => l_return_status
4626: ,x_msg_count => l_msg_count

Line 4631: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: approve_cure_refunds : OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr : '||l_return_status);

4627: ,x_msg_data => l_msg_data
4628: ,p_chdv_rec => lp_chdv_rec
4629: ,x_chdv_rec => lx_chdv_rec);
4630:
4631: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: approve_cure_refunds : OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr : '||l_return_status);
4632:
4633: IF ( l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
4634: Get_Messages (l_msg_count,l_message);
4635: IF PG_DEBUG < 11 THEN

Line 4952: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(

4948: OPEN c_getobj(p_refund_header_id);
4949: FETCH c_getobj INTO lp_chdv_rec.object_version_number;
4950: CLOSE c_getobj;
4951:
4952: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(
4953: p_api_version => 1.0
4954: ,p_init_msg_list => 'F'
4955: ,x_return_status => l_return_status
4956: ,x_msg_count => l_msg_count

Line 4961: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: submit_cure_refunds : OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr : '||l_return_status);

4957: ,x_msg_data => l_msg_data
4958: ,p_chdv_rec => lp_chdv_rec
4959: ,x_chdv_rec => lx_chdv_rec);
4960:
4961: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: submit_cure_refunds : OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr : '||l_return_status);
4962:
4963: IF ( l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
4964: Get_Messages (l_msg_count,l_message);
4965: IF PG_DEBUG < 11 THEN

Line 5129: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(

5125: OPEN c_getobj(l_refund_header_id);
5126: FETCH c_getobj INTO lp_chdv_rec.object_version_number;
5127: CLOSE c_getobj;
5128:
5129: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(
5130: p_api_version => 1.0
5131: ,p_init_msg_list => 'F'
5132: ,x_return_status => l_return_status
5133: ,x_msg_count => l_msg_count

Line 5137: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: set_approval_status : OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr : '||l_return_status);

5133: ,x_msg_count => l_msg_count
5134: ,x_msg_data => l_msg_data
5135: ,p_chdv_rec => lp_chdv_rec
5136: ,x_chdv_rec => lx_chdv_rec);
5137: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: set_approval_status : OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr : '||l_return_status);
5138: IF ( l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
5139: Get_Messages (l_msg_count,l_message);
5140: IF PG_DEBUG < 11 THEN
5141: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN

Line 5383: OKL_cure_rfnd_hdr_pub.insert_cure_rfnd_hdr(

5379: --lp_chdv_rec.vendor_cure_due :=p_pay_cure_refunds_rec.vendor_cure_due;
5380:
5381: l_pay_cure_refunds_rec :=p_pay_cure_refunds_rec;
5382:
5383: OKL_cure_rfnd_hdr_pub.insert_cure_rfnd_hdr(
5384: p_api_version => 1.0
5385: ,p_init_msg_list => 'T'
5386: ,x_return_status => l_return_status
5387: ,x_msg_count => l_msg_count

Line 5391: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: create_refund_headers : OKL_cure_rfnd_hdr_pub.insert_cure_rfnd_hdr : '||l_return_status);

5387: ,x_msg_count => l_msg_count
5388: ,x_msg_data => l_msg_data
5389: ,p_chdv_rec => lp_chdv_rec
5390: ,x_chdv_rec => lx_chdv_rec);
5391: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: create_refund_headers : OKL_cure_rfnd_hdr_pub.insert_cure_rfnd_hdr : '||l_return_status);
5392: IF ( l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
5393: Get_Messages (l_msg_count,l_message);
5394: IF PG_DEBUG < 11 THEN
5395: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN

Line 5527: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(

5523: FETCH c_getobj INTO lp_chdv_rec.object_version_number;
5524: CLOSE c_getobj;
5525:
5526:
5527: OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr(
5528: p_api_version => 1.0
5529: ,p_init_msg_list => 'F'
5530: ,x_return_status => l_return_status
5531: ,x_msg_count => l_msg_count

Line 5535: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: update_refund_headers : OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr :'||l_return_status);

5531: ,x_msg_count => l_msg_count
5532: ,x_msg_data => l_msg_data
5533: ,p_chdv_rec => lp_chdv_rec
5534: ,x_chdv_rec => lx_chdv_rec);
5535: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: update_refund_headers : OKL_cure_rfnd_hdr_pub.update_cure_rfnd_hdr :'||l_return_status);
5536: IF ( l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
5537: Get_Messages (l_msg_count,l_message);
5538: IF PG_DEBUG < 11 THEN
5539: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN