DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_PROCESS_PVT dependencies on OKL_ACC_CALL_PUB

Line 4894: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;

4890: -- varangan - Billing Enhancement changes- Bug#5874824 - begin
4891:
4892: /* l_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
4893: l_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
4894: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;
4895:
4896: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
4897: lx_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
4898: lx_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;

Line 4898: lx_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;

4894: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;
4895:
4896: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
4897: lx_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
4898: lx_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;
4899: */
4900:
4901: -----------------------------------------------------------
4902: -- Variables for billing API call

Line 5175: okl_acc_call_pub.create_acc_trans (

5171: l_bpd_acc_rec.id := lx_tilv_rec.id;
5172: l_bpd_acc_rec.source_table := G_AR_LINES_SOURCE;
5173:
5174: -- Create Accounting Distribution
5175: okl_acc_call_pub.create_acc_trans (
5176: p_api_version => p_api_version,
5177: p_init_msg_list => p_init_msg_list,
5178: x_return_status => x_return_status,
5179: x_msg_count => x_msg_count,

Line 6415: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type; */

6411: /*l_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
6412: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
6413: l_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
6414: lx_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
6415: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type; */
6416:
6417: lp_taiv_rec okl_tai_pvt.taiv_rec_type;
6418: lp_tilv_rec okl_til_pvt.tilv_rec_type;
6419: lp_tilv_tbl okl_til_pvt.tilv_tbl_type;

Line 6531: okl_acc_call_pub.create_acc_trans (

6527: --accounting trx
6528: l_bpd_acc_rec.id := lx_tilv_rec.id;
6529: l_bpd_acc_rec.source_table := G_AR_LINES_SOURCE;
6530: -- Create Accounting Distribution
6531: okl_acc_call_pub.create_acc_trans (
6532: p_api_version => p_api_version,
6533: p_init_msg_list => p_init_msg_list,
6534: x_return_status => x_return_status,
6535: x_msg_count => x_msg_count,

Line 6738: okl_acc_call_pub.create_acc_trans (

6734: --accounting trx
6735: l_bpd_acc_rec.id := lx_tilv_rec.id;
6736: l_bpd_acc_rec.source_table := G_AR_LINES_SOURCE;
6737: -- Create Accounting Distribution
6738: okl_acc_call_pub.create_acc_trans (
6739: p_api_version => p_api_version,
6740: p_init_msg_list => p_init_msg_list,
6741: x_return_status => x_return_status,
6742: x_msg_count => x_msg_count,

Line 6926: okl_acc_call_pub.create_acc_trans (

6922: --accounting trx
6923: l_bpd_acc_rec.id := lx_tilv_rec.id;
6924: l_bpd_acc_rec.source_table := G_AR_LINES_SOURCE;
6925: -- Create Accounting Distribution
6926: okl_acc_call_pub.create_acc_trans (
6927: p_api_version => p_api_version,
6928: p_init_msg_list => p_init_msg_list,
6929: x_return_status => x_return_status,
6930: x_msg_count => x_msg_count,

Line 7112: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;

7108: l_exists varchar2(1) default 'N';
7109:
7110: l_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
7111: l_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
7112: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;
7113:
7114: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
7115: lx_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
7116: lx_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;

Line 7116: lx_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;

7112: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;
7113:
7114: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
7115: lx_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
7116: lx_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;
7117:
7118: l_bill_to_site_use_id OKC_K_HEADERS_B.bill_to_site_use_id%TYPE;
7119: l_cust_acct_id OKC_K_PARTY_ROLES_B.cust_acct_id%TYPE;
7120: l_payment_method_id Number;