DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_PROCESS_PVT dependencies on OKL_ACC_CALL_PUB

Line 4909: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;

4905: -- varangan - Billing Enhancement changes- Bug#5874824 - begin
4906:
4907: /* l_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
4908: l_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
4909: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;
4910:
4911: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
4912: lx_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
4913: lx_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;

Line 4913: lx_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;

4909: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;
4910:
4911: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
4912: lx_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
4913: lx_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;
4914: */
4915:
4916: -----------------------------------------------------------
4917: -- Variables for billing API call

Line 5192: okl_acc_call_pub.create_acc_trans (

5188: l_bpd_acc_rec.id := lx_tilv_rec.id;
5189: l_bpd_acc_rec.source_table := G_AR_LINES_SOURCE;
5190:
5191: -- Create Accounting Distribution
5192: okl_acc_call_pub.create_acc_trans (
5193: p_api_version => p_api_version,
5194: p_init_msg_list => p_init_msg_list,
5195: x_return_status => x_return_status,
5196: x_msg_count => x_msg_count,

Line 6518: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type; */

6514: /*l_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
6515: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
6516: l_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
6517: lx_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
6518: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type; */
6519:
6520: lp_taiv_rec okl_tai_pvt.taiv_rec_type;
6521: lp_tilv_rec okl_til_pvt.tilv_rec_type;
6522: lp_tilv_tbl okl_til_pvt.tilv_tbl_type;

Line 6647: okl_acc_call_pub.create_acc_trans (

6643: --accounting trx
6644: l_bpd_acc_rec.id := lx_tilv_rec.id;
6645: l_bpd_acc_rec.source_table := G_AR_LINES_SOURCE;
6646: -- Create Accounting Distribution
6647: okl_acc_call_pub.create_acc_trans (
6648: p_api_version => p_api_version,
6649: p_init_msg_list => p_init_msg_list,
6650: x_return_status => x_return_status,
6651: x_msg_count => x_msg_count,

Line 6898: okl_acc_call_pub.create_acc_trans (

6894: --accounting trx
6895: l_bpd_acc_rec.id := lx_tilv_rec.id;
6896: l_bpd_acc_rec.source_table := G_AR_LINES_SOURCE;
6897: -- Create Accounting Distribution
6898: okl_acc_call_pub.create_acc_trans (
6899: p_api_version => p_api_version,
6900: p_init_msg_list => p_init_msg_list,
6901: x_return_status => x_return_status,
6902: x_msg_count => x_msg_count,

Line 7099: okl_acc_call_pub.create_acc_trans (

7095: --accounting trx
7096: l_bpd_acc_rec.id := lx_tilv_rec.id;
7097: l_bpd_acc_rec.source_table := G_AR_LINES_SOURCE;
7098: -- Create Accounting Distribution
7099: okl_acc_call_pub.create_acc_trans (
7100: p_api_version => p_api_version,
7101: p_init_msg_list => p_init_msg_list,
7102: x_return_status => x_return_status,
7103: x_msg_count => x_msg_count,

Line 7287: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;

7283: l_exists varchar2(1) default 'N';
7284:
7285: l_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
7286: l_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
7287: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;
7288:
7289: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
7290: lx_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
7291: lx_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;

Line 7291: lx_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;

7287: l_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;
7288:
7289: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;
7290: lx_tilv_rec okl_txl_ar_inv_lns_pub.tilv_rec_type;
7291: lx_bpd_acc_rec okl_acc_call_pub.bpd_acc_rec_type;
7292:
7293: l_bill_to_site_use_id OKC_K_HEADERS_B.bill_to_site_use_id%TYPE;
7294: l_cust_acct_id OKC_K_PARTY_ROLES_B.cust_acct_id%TYPE;
7295: l_payment_method_id Number;