DBA Data[Home] [Help]

APPS.OKL_BILL_UPFRONT_TAX_PVT dependencies on OKL_TRX_AR_INVOICES_PUB

Line 80: ,p_taiv_rec IN Okl_Trx_Ar_Invoices_Pub.taiv_rec_type

76: ,p_init_msg_list IN VARCHAR2 DEFAULT OKL_API.G_FALSE
77: ,x_return_status OUT NOCOPY VARCHAR2
78: ,x_msg_count OUT NOCOPY NUMBER
79: ,x_msg_data OUT NOCOPY VARCHAR2
80: ,p_taiv_rec IN Okl_Trx_Ar_Invoices_Pub.taiv_rec_type
81: ,x_taiv_rec OUT NOCOPY Okl_Trx_Ar_Invoices_Pub.taiv_rec_type
82: )
83: is
84: l_api_name CONSTANT VARCHAR2(30) := 'additional_tai_attr';

Line 81: ,x_taiv_rec OUT NOCOPY Okl_Trx_Ar_Invoices_Pub.taiv_rec_type

77: ,x_return_status OUT NOCOPY VARCHAR2
78: ,x_msg_count OUT NOCOPY NUMBER
79: ,x_msg_data OUT NOCOPY VARCHAR2
80: ,p_taiv_rec IN Okl_Trx_Ar_Invoices_Pub.taiv_rec_type
81: ,x_taiv_rec OUT NOCOPY Okl_Trx_Ar_Invoices_Pub.taiv_rec_type
82: )
83: is
84: l_api_name CONSTANT VARCHAR2(30) := 'additional_tai_attr';
85: l_api_version CONSTANT NUMBER := 1.0;

Line 539: l_init_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;

535: l_def_desc CONSTANT VARCHAR2(30) := 'Upfront Tax Billing';
536:
537: l_billing_try_id Okl_Trx_Ar_Invoices_V.try_id%TYPE;
538:
539: l_init_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
540: l_init_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;
541: l_init_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
542: lp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
543: lp_empty_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;--sechawla 13-may-2008 6619311

Line 542: lp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;

538:
539: l_init_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
540: l_init_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;
541: l_init_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
542: lp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
543: lp_empty_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;--sechawla 13-may-2008 6619311
544: lp_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;
545: lp_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
546: xp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;

Line 543: lp_empty_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;--sechawla 13-may-2008 6619311

539: l_init_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
540: l_init_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;
541: l_init_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
542: lp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
543: lp_empty_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;--sechawla 13-may-2008 6619311
544: lp_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;
545: lp_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
546: xp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
547: xp_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;

Line 546: xp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;

542: lp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
543: lp_empty_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;--sechawla 13-may-2008 6619311
544: lp_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;
545: lp_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
546: xp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
547: xp_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;
548: xp_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
549:
550: CURSOR upfront_tax_csr(p_khr_id IN NUMBER) IS

Line 740: lx_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;

736: i NUMBER;
737: k NUMBER;
738: l_bulk_err_cnt NUMBER;
739: l_source_language fnd_languages.language_code%TYPE;
740: lx_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
741: l_inv_org_id NUMBER;
742:
743: -- sechawla 28-may-2008 6619311
744: l_cust_trx_type_id NUMBER;

Line 833: OKL_TRX_AR_INVOICES_PUB.insert_trx_ar_invoices(

829: --akrangan added for populating additional attributes for taiv_rec end
830: -- Create Billing Header Record
831:
832:
833: OKL_TRX_AR_INVOICES_PUB.insert_trx_ar_invoices(
834: p_api_version => p_api_version
835: ,p_init_msg_list => p_init_msg_list
836: ,x_return_status => x_return_status
837: ,x_msg_count => x_msg_count

Line 1181: OKL_TRX_AR_INVOICES_PUB.update_trx_ar_invoices(

1177: lp_taiv_rec.id := xp_taiv_rec.id;
1178: lp_taiv_rec.amount := l_total_tax_amt;
1179: lp_taiv_rec.cust_trx_type_id := l_cust_trx_type_id;
1180:
1181: OKL_TRX_AR_INVOICES_PUB.update_trx_ar_invoices(
1182: p_api_version => p_api_version
1183: ,p_init_msg_list => p_init_msg_list
1184: ,x_return_status => x_return_status
1185: ,x_msg_count => x_msg_count