DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_PROCESS_PVT dependencies on OKL_TRX_AR_INVOICES_PUB

Line 4892: /* l_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

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

Line 4896: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

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;
4899: */
4900:

Line 5132: okl_trx_ar_invoices_pub.insert_trx_ar_invoices (

5128:
5129: /* -- Commenting the existing code for calling common Billing API
5130:
5131: --create internal AR transaction header
5132: okl_trx_ar_invoices_pub.insert_trx_ar_invoices (
5133: p_api_version => p_api_version,
5134: p_init_msg_list => p_init_msg_list,
5135: x_return_status => x_return_status,
5136: x_msg_count => x_msg_count,

Line 6404: l_cancel_taiv_tbl OKL_TRX_AR_INVOICES_PUB.taiv_tbl_type;

6400: l_new_asdv_tbl asbv_tbl_type;
6401: l_new_cnt NUMBER DEFAULT 0;
6402:
6403: l_rbk_subs_cle_id NUMBER;
6404: l_cancel_taiv_tbl OKL_TRX_AR_INVOICES_PUB.taiv_tbl_type;
6405: lx_cancel_taiv_tbl OKL_TRX_AR_INVOICES_PUB.taiv_tbl_type;
6406: l_cancel_cnt NUMBER DEFAULT 0;
6407:
6408: l_subs_adj NUMBER;

Line 6405: lx_cancel_taiv_tbl OKL_TRX_AR_INVOICES_PUB.taiv_tbl_type;

6401: l_new_cnt NUMBER DEFAULT 0;
6402:
6403: l_rbk_subs_cle_id NUMBER;
6404: l_cancel_taiv_tbl OKL_TRX_AR_INVOICES_PUB.taiv_tbl_type;
6405: lx_cancel_taiv_tbl OKL_TRX_AR_INVOICES_PUB.taiv_tbl_type;
6406: l_cancel_cnt NUMBER DEFAULT 0;
6407:
6408: l_subs_adj NUMBER;
6409: l_bill_chk VARCHAR2(1) DEFAULT 'N';

Line 6411: /*l_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

6407:
6408: l_subs_adj NUMBER;
6409: l_bill_chk VARCHAR2(1) DEFAULT 'N';
6410: -- varangan - Billing Enhancement changes- Bug#5874824 - begin
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; */

Line 6412: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

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

Line 6494: OKL_TRX_AR_INVOICES_PUB.insert_trx_ar_invoices (

6490: END IF;
6491: -- Varangan - Billing Enhancement changes - Bug#5874824 - End
6492:
6493: /* --create internal AR transaction header
6494: OKL_TRX_AR_INVOICES_PUB.insert_trx_ar_invoices (
6495: p_api_version => p_api_version,
6496: p_init_msg_list => p_init_msg_list,
6497: x_return_status => x_return_status,
6498: x_msg_count => x_msg_count,

Line 6692: OKL_TRX_AR_INVOICES_PUB.insert_trx_ar_invoices (

6688: -- Varangan - Billing Enhancement changes - Bug#5874824 - End
6689:
6690: /* Commented the existing Billing call
6691: --create internal AR transaction header
6692: OKL_TRX_AR_INVOICES_PUB.insert_trx_ar_invoices (
6693: p_api_version => p_api_version,
6694: p_init_msg_list => p_init_msg_list,
6695: x_return_status => x_return_status,
6696: x_msg_count => x_msg_count,

Line 6877: OKL_TRX_AR_INVOICES_PUB.insert_trx_ar_invoices (

6873: -- Varangan - Billing Enhancement changes - Bug#5874824 - End
6874:
6875: /* Commented the existing billing API call
6876: --create internal AR transaction header
6877: OKL_TRX_AR_INVOICES_PUB.insert_trx_ar_invoices (
6878: p_api_version => p_api_version,
6879: p_init_msg_list => p_init_msg_list,
6880: x_return_status => x_return_status,
6881: x_msg_count => x_msg_count,

Line 7018: okl_trx_ar_invoices_pub.update_trx_ar_invoices (

7014:
7015: -- STEP 6 : Cancel the records which were in unprocessed state
7016: IF l_cancel_cnt > 0 THEN
7017: --update internal AR transaction headers to mark them canceled
7018: okl_trx_ar_invoices_pub.update_trx_ar_invoices (
7019: p_api_version => p_api_version,
7020: p_init_msg_list => p_init_msg_list,
7021: x_return_status => x_return_status,
7022: x_msg_count => x_msg_count,

Line 7110: l_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

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

Line 7114: lx_taiv_rec okl_trx_ar_invoices_pub.taiv_rec_type;

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