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 1901: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;

1897: lx_tldv_rec okl_tld_pvt.tldv_rec_type;
1898: l_til_id NUMBER;
1899: l_til_debug_cnt NUMBER;
1900: l_tld_debug_cnt NUMBER;
1901: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
1902: --gkhuntet added start.
1903: l_flag_acc_call VARCHAR2(5);
1904: --gkhuntet added end.
1905:

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

2261: p_bpd_acc_rec.source_table := 'OKL_TXD_AR_LN_DTLS_B';
2262:
2263:
2264: /* apaul -- Code commented out because new accing API uptake not complete
2265: Okl_Acc_Call_Pub.CREATE_ACC_TRANS(p_api_version => p_api_version,
2266: p_init_msg_list => p_init_msg_list,
2267: x_return_status => l_return_status,
2268: x_msg_count => x_msg_count,
2269: x_msg_data => x_msg_data,

Line 2280: 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));

2276: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
2277: END IF;
2278:
2279: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
2280: 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));
2281: END IF;
2282: */
2283:
2284: ---- Added by Vpanwar --- Code for new accounting API uptake

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

2282: */
2283:
2284: ---- Added by Vpanwar --- Code for new accounting API uptake
2285: /*
2286: Okl_Acc_Call_Pub.CREATE_ACC_TRANS_NEW(p_api_version => p_api_version,
2287: p_init_msg_list => p_init_msg_list,
2288: x_return_status => l_return_status,
2289: x_msg_count => x_msg_count,
2290: x_msg_data => x_msg_data,

Line 2320: 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));

2316:
2317: ---- End Added by Vpanwar --- Code for new accounting API uptake
2318:
2319: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
2320: 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));
2321: END IF;
2322:
2323: EXIT WHEN l_tld_loop_cnt = lp_tldv_tbl.LAST;
2324: l_tld_loop_cnt := lp_tldv_tbl.NEXT(l_tld_loop_cnt);

Line 2467: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;

2463: lx_tldv_rec okl_tld_pvt.tldv_rec_type;
2464: l_til_id NUMBER;
2465: l_til_debug_cnt NUMBER;
2466: l_tld_debug_cnt NUMBER;
2467: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
2468:
2469: ---- Added by Vpanwar --- Code for new accounting API uptake
2470: l_tmpl_identify_rec Okl_Account_Dist_Pub.TMPL_IDENTIFY_REC_TYPE;
2471: l_dist_info_rec Okl_Account_Dist_Pub.DIST_INFO_REC_TYPE;

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

2794: p_bpd_acc_rec.source_table := 'OKL_TXD_AR_LN_DTLS_B';
2795:
2796:
2797: /* apaul -- Code commented out because new accing API uptake not complete
2798: Okl_Acc_Call_Pub.CREATE_ACC_TRANS(p_api_version => p_api_version,
2799: p_init_msg_list => p_init_msg_list,
2800: x_return_status => l_return_status,
2801: x_msg_count => x_msg_count,
2802: x_msg_data => x_msg_data,

Line 2813: 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));

2809: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
2810: END IF;
2811:
2812: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
2813: 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));
2814: END IF;
2815:
2816: */
2817:

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

2817:
2818:
2819: ---- Added by Vpanwar --- Code for new accounting API uptake
2820: /*
2821: Okl_Acc_Call_Pub.CREATE_ACC_TRANS_NEW(p_api_version => p_api_version,
2822: p_init_msg_list => p_init_msg_list,
2823: x_return_status => l_return_status,
2824: x_msg_count => x_msg_count,
2825: x_msg_data => x_msg_data,

Line 2856: 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));

2852: ---- End Added by Vpanwar --- Code for new accounting API uptake
2853:
2854:
2855: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
2856: 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));
2857: END IF;
2858:
2859: EXIT WHEN l_tld_loop_cnt = lp_tldv_tbl.LAST;
2860: l_tld_loop_cnt := lp_tldv_tbl.NEXT(l_tld_loop_cnt);

Line 3025: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;

3021: lx_tldv_rec okl_tld_pvt.tldv_rec_type;
3022: l_til_id NUMBER;
3023: l_til_debug_cnt NUMBER;
3024: l_tld_debug_cnt NUMBER;
3025: p_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
3026:
3027: --Added as part of Bug# 14119181
3028: l_cust_acct_id NUMBER;
3029: l_cust_party_id NUMBER;