DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_PROCESS_PVT dependencies on OKL_TRX_AR_INVOICES_PUB

Line 4907: /* l_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

4903:
4904: l_exists varchar2(1) default'N';
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;

Line 4911: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

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;
4914: */
4915:

Line 5149: okl_trx_ar_invoices_pub.insert_trx_ar_invoices (

5145:
5146: /* -- Commenting the existing code for calling common Billing API
5147:
5148: --create internal AR transaction header
5149: okl_trx_ar_invoices_pub.insert_trx_ar_invoices (
5150: p_api_version => p_api_version,
5151: p_init_msg_list => p_init_msg_list,
5152: x_return_status => x_return_status,
5153: x_msg_count => x_msg_count,

Line 6507: l_cancel_taiv_tbl OKL_TRX_AR_INVOICES_PUB.taiv_tbl_type;

6503: l_new_asdv_tbl asbv_tbl_type;
6504: l_new_cnt NUMBER DEFAULT 0;
6505:
6506: l_rbk_subs_cle_id NUMBER;
6507: l_cancel_taiv_tbl OKL_TRX_AR_INVOICES_PUB.taiv_tbl_type;
6508: lx_cancel_taiv_tbl OKL_TRX_AR_INVOICES_PUB.taiv_tbl_type;
6509: l_cancel_cnt NUMBER DEFAULT 0;
6510:
6511: l_subs_adj NUMBER;

Line 6508: lx_cancel_taiv_tbl OKL_TRX_AR_INVOICES_PUB.taiv_tbl_type;

6504: l_new_cnt NUMBER DEFAULT 0;
6505:
6506: l_rbk_subs_cle_id NUMBER;
6507: l_cancel_taiv_tbl OKL_TRX_AR_INVOICES_PUB.taiv_tbl_type;
6508: lx_cancel_taiv_tbl OKL_TRX_AR_INVOICES_PUB.taiv_tbl_type;
6509: l_cancel_cnt NUMBER DEFAULT 0;
6510:
6511: l_subs_adj NUMBER;
6512: l_bill_chk VARCHAR2(1) DEFAULT 'N';

Line 6514: /*l_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

6510:
6511: l_subs_adj NUMBER;
6512: l_bill_chk VARCHAR2(1) DEFAULT 'N';
6513: -- varangan - Billing Enhancement changes- Bug#5874824 - begin
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; */

Line 6515: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

6511: l_subs_adj NUMBER;
6512: l_bill_chk VARCHAR2(1) DEFAULT 'N';
6513: -- varangan - Billing Enhancement changes- Bug#5874824 - begin
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:

Line 6610: OKL_TRX_AR_INVOICES_PUB.insert_trx_ar_invoices (

6606: END IF;
6607: -- Varangan - Billing Enhancement changes - Bug#5874824 - End
6608:
6609: /* --create internal AR transaction header
6610: OKL_TRX_AR_INVOICES_PUB.insert_trx_ar_invoices (
6611: p_api_version => p_api_version,
6612: p_init_msg_list => p_init_msg_list,
6613: x_return_status => x_return_status,
6614: x_msg_count => x_msg_count,

Line 6852: OKL_TRX_AR_INVOICES_PUB.insert_trx_ar_invoices (

6848: -- Varangan - Billing Enhancement changes - Bug#5874824 - End
6849:
6850: /* Commented the existing Billing call
6851: --create internal AR transaction header
6852: OKL_TRX_AR_INVOICES_PUB.insert_trx_ar_invoices (
6853: p_api_version => p_api_version,
6854: p_init_msg_list => p_init_msg_list,
6855: x_return_status => x_return_status,
6856: x_msg_count => x_msg_count,

Line 7050: OKL_TRX_AR_INVOICES_PUB.insert_trx_ar_invoices (

7046: -- Varangan - Billing Enhancement changes - Bug#5874824 - End
7047:
7048: /* Commented the existing billing API call
7049: --create internal AR transaction header
7050: OKL_TRX_AR_INVOICES_PUB.insert_trx_ar_invoices (
7051: p_api_version => p_api_version,
7052: p_init_msg_list => p_init_msg_list,
7053: x_return_status => x_return_status,
7054: x_msg_count => x_msg_count,

Line 7193: okl_trx_ar_invoices_pub.update_trx_ar_invoices (

7189:
7190: -- STEP 6 : Cancel the records which were in unprocessed state
7191: IF l_cancel_cnt > 0 THEN
7192: --update internal AR transaction headers to mark them canceled
7193: okl_trx_ar_invoices_pub.update_trx_ar_invoices (
7194: p_api_version => p_api_version,
7195: p_init_msg_list => p_init_msg_list,
7196: x_return_status => x_return_status,
7197: x_msg_count => x_msg_count,

Line 7285: l_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

7281: and cplb.rle_code = 'OKL_VENDOR';
7282:
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;

Line 7289: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

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;
7292:
7293: l_bill_to_site_use_id OKC_K_HEADERS_B.bill_to_site_use_id%TYPE;