DBA Data[Home] [Help]

APPS.OKL_INTERNAL_BILLING_PVT dependencies on OKL_ACC_CALL_PUB

Line 71: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;

67: l_til_id NUMBER;
68: l_trx_header_id OKL_TRX_AR_INVOICES_B.ID%TYPE;
69: l_til_debug_cnt NUMBER;
70: l_tld_debug_cnt NUMBER;
71: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
72:
73:
74: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;
75: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;

Line 102: Okl_Acc_Call_Pub.CREATE_ACC_TRANS(p_api_version => p_api_version,

98:
99:
100:
101: /* apaul -- Code commented out because new accing API uptake not complete
102: Okl_Acc_Call_Pub.CREATE_ACC_TRANS(p_api_version => p_api_version,
103: p_init_msg_list => p_init_msg_list,
104: x_return_status => l_return_status,
105: x_msg_count => x_msg_count,
106: x_msg_data => x_msg_data,

Line 117: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Okl_Acc_Call_Pub.CREATE_ACC_TRANS:p_bpd_acc_rec.id: '||to_char(p_bpd_acc_rec.id));

113: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
114: END IF;
115:
116: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
117: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Okl_Acc_Call_Pub.CREATE_ACC_TRANS:p_bpd_acc_rec.id: '||to_char(p_bpd_acc_rec.id));
118: END IF;
119: */
120:
121: ---- Added by Vpanwar --- Code for new accounting API uptake

Line 123: Okl_Acc_Call_Pub.CREATE_ACC_TRANS_NEW(p_api_version => p_api_version,

119: */
120:
121: ---- Added by Vpanwar --- Code for new accounting API uptake
122:
123: Okl_Acc_Call_Pub.CREATE_ACC_TRANS_NEW(p_api_version => p_api_version,
124: p_init_msg_list => p_init_msg_list,
125: x_return_status => l_return_status,
126: x_msg_count => x_msg_count,
127: x_msg_data => x_msg_data,

Line 157: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Okl_Acc_Call_Pub.CREATE_ACC_TRANS_NEW:p_bpd_acc_rec.id: '||to_char(p_bpd_acc_rec.id));

153:
154: ---- End Added by Vpanwar --- Code for new accounting API uptake
155:
156: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
157: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Okl_Acc_Call_Pub.CREATE_ACC_TRANS_NEW:p_bpd_acc_rec.id: '||to_char(p_bpd_acc_rec.id));
158: END IF;
159:
160: EXIT WHEN l_tld_loop_cnt = lp_tldv_tbl.LAST;
161: l_tld_loop_cnt := lp_tldv_tbl.NEXT(l_tld_loop_cnt);

Line 1749: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;

1745: lx_tldv_rec okl_tld_pvt.tldv_rec_type;
1746: l_til_id NUMBER;
1747: l_til_debug_cnt NUMBER;
1748: l_tld_debug_cnt NUMBER;
1749: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
1750: --gkhuntet added start.
1751: l_flag_acc_call VARCHAR2(5);
1752: --gkhuntet added end.
1753:

Line 2096: Okl_Acc_Call_Pub.CREATE_ACC_TRANS(p_api_version => p_api_version,

2092: p_bpd_acc_rec.source_table := 'OKL_TXD_AR_LN_DTLS_B';
2093:
2094:
2095: /* apaul -- Code commented out because new accing API uptake not complete
2096: Okl_Acc_Call_Pub.CREATE_ACC_TRANS(p_api_version => p_api_version,
2097: p_init_msg_list => p_init_msg_list,
2098: x_return_status => l_return_status,
2099: x_msg_count => x_msg_count,
2100: x_msg_data => x_msg_data,

Line 2111: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Okl_Acc_Call_Pub.CREATE_ACC_TRANS:p_bpd_acc_rec.id: '||to_char(p_bpd_acc_rec.id));

2107: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
2108: END IF;
2109:
2110: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
2111: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Okl_Acc_Call_Pub.CREATE_ACC_TRANS:p_bpd_acc_rec.id: '||to_char(p_bpd_acc_rec.id));
2112: END IF;
2113: */
2114:
2115: ---- Added by Vpanwar --- Code for new accounting API uptake

Line 2117: Okl_Acc_Call_Pub.CREATE_ACC_TRANS_NEW(p_api_version => p_api_version,

2113: */
2114:
2115: ---- Added by Vpanwar --- Code for new accounting API uptake
2116: /*
2117: Okl_Acc_Call_Pub.CREATE_ACC_TRANS_NEW(p_api_version => p_api_version,
2118: p_init_msg_list => p_init_msg_list,
2119: x_return_status => l_return_status,
2120: x_msg_count => x_msg_count,
2121: x_msg_data => x_msg_data,

Line 2151: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Okl_Acc_Call_Pub.CREATE_ACC_TRANS_NEW:p_bpd_acc_rec.id: '||to_char(p_bpd_acc_rec.id));

2147:
2148: ---- End Added by Vpanwar --- Code for new accounting API uptake
2149:
2150: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
2151: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Okl_Acc_Call_Pub.CREATE_ACC_TRANS_NEW:p_bpd_acc_rec.id: '||to_char(p_bpd_acc_rec.id));
2152: END IF;
2153:
2154: EXIT WHEN l_tld_loop_cnt = lp_tldv_tbl.LAST;
2155: l_tld_loop_cnt := lp_tldv_tbl.NEXT(l_tld_loop_cnt);

Line 2298: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;

2294: lx_tldv_rec okl_tld_pvt.tldv_rec_type;
2295: l_til_id NUMBER;
2296: l_til_debug_cnt NUMBER;
2297: l_tld_debug_cnt NUMBER;
2298: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
2299:
2300: ---- Added by Vpanwar --- Code for new accounting API uptake
2301: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;
2302: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;

Line 2629: Okl_Acc_Call_Pub.CREATE_ACC_TRANS(p_api_version => p_api_version,

2625: p_bpd_acc_rec.source_table := 'OKL_TXD_AR_LN_DTLS_B';
2626:
2627:
2628: /* apaul -- Code commented out because new accing API uptake not complete
2629: Okl_Acc_Call_Pub.CREATE_ACC_TRANS(p_api_version => p_api_version,
2630: p_init_msg_list => p_init_msg_list,
2631: x_return_status => l_return_status,
2632: x_msg_count => x_msg_count,
2633: x_msg_data => x_msg_data,

Line 2644: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Okl_Acc_Call_Pub.CREATE_ACC_TRANS:p_bpd_acc_rec.id: '||to_char(p_bpd_acc_rec.id));

2640: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
2641: END IF;
2642:
2643: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
2644: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Okl_Acc_Call_Pub.CREATE_ACC_TRANS:p_bpd_acc_rec.id: '||to_char(p_bpd_acc_rec.id));
2645: END IF;
2646:
2647: */
2648:

Line 2652: Okl_Acc_Call_Pub.CREATE_ACC_TRANS_NEW(p_api_version => p_api_version,

2648:
2649:
2650: ---- Added by Vpanwar --- Code for new accounting API uptake
2651: /*
2652: Okl_Acc_Call_Pub.CREATE_ACC_TRANS_NEW(p_api_version => p_api_version,
2653: p_init_msg_list => p_init_msg_list,
2654: x_return_status => l_return_status,
2655: x_msg_count => x_msg_count,
2656: x_msg_data => x_msg_data,

Line 2687: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Okl_Acc_Call_Pub.CREATE_ACC_TRANS_NEW:p_bpd_acc_rec.id: '||to_char(p_bpd_acc_rec.id));

2683: ---- End Added by Vpanwar --- Code for new accounting API uptake
2684:
2685:
2686: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
2687: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Okl_Acc_Call_Pub.CREATE_ACC_TRANS_NEW:p_bpd_acc_rec.id: '||to_char(p_bpd_acc_rec.id));
2688: END IF;
2689:
2690: EXIT WHEN l_tld_loop_cnt = lp_tldv_tbl.LAST;
2691: l_tld_loop_cnt := lp_tldv_tbl.NEXT(l_tld_loop_cnt);

Line 2855: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;

2851: lx_tldv_rec okl_tld_pvt.tldv_rec_type;
2852: l_til_id NUMBER;
2853: l_til_debug_cnt NUMBER;
2854: l_tld_debug_cnt NUMBER;
2855: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
2856: begin
2857: -- Set API savepoint
2858: SAVEPOINT CREATE_BILLING_TRX;
2859: IF (G_DEBUG_ENABLED = 'Y') THEN