DBA Data[Home] [Help]

APPS.OKL_BILL_UPFRONT_TAX_PVT dependencies on OKL_TRX_AR_INVOICES_PUB

Line 71: ,p_taiv_rec IN Okl_Trx_Ar_Invoices_Pub.taiv_rec_type

67: ,p_init_msg_list IN VARCHAR2 DEFAULT OKL_API.G_FALSE
68: ,x_return_status OUT NOCOPY VARCHAR2
69: ,x_msg_count OUT NOCOPY NUMBER
70: ,x_msg_data OUT NOCOPY VARCHAR2
71: ,p_taiv_rec IN Okl_Trx_Ar_Invoices_Pub.taiv_rec_type
72: ,x_taiv_rec OUT NOCOPY Okl_Trx_Ar_Invoices_Pub.taiv_rec_type
73: )
74: is
75: l_api_name CONSTANT VARCHAR2(30) := 'additional_tai_attr';

Line 72: ,x_taiv_rec OUT NOCOPY Okl_Trx_Ar_Invoices_Pub.taiv_rec_type

68: ,x_return_status OUT NOCOPY VARCHAR2
69: ,x_msg_count OUT NOCOPY NUMBER
70: ,x_msg_data OUT NOCOPY VARCHAR2
71: ,p_taiv_rec IN Okl_Trx_Ar_Invoices_Pub.taiv_rec_type
72: ,x_taiv_rec OUT NOCOPY Okl_Trx_Ar_Invoices_Pub.taiv_rec_type
73: )
74: is
75: l_api_name CONSTANT VARCHAR2(30) := 'additional_tai_attr';
76: l_api_version CONSTANT NUMBER := 1.0;

Line 530: l_init_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;

526: l_def_desc CONSTANT VARCHAR2(30) := 'Upfront Tax Billing';
527:
528: l_billing_try_id Okl_Trx_Ar_Invoices_V.try_id%TYPE;
529:
530: l_init_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
531: l_init_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;
532: l_init_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
533: lp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
534: lp_empty_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;--sechawla 13-may-2008 6619311

Line 533: lp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;

529:
530: l_init_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
531: l_init_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;
532: l_init_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
533: lp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
534: lp_empty_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;--sechawla 13-may-2008 6619311
535: lp_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;
536: lp_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
537: xp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;

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

530: l_init_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
531: l_init_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;
532: l_init_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
533: lp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
534: lp_empty_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;--sechawla 13-may-2008 6619311
535: lp_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;
536: lp_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
537: xp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
538: xp_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;

Line 537: xp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;

533: lp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
534: lp_empty_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;--sechawla 13-may-2008 6619311
535: lp_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;
536: lp_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
537: xp_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
538: xp_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;
539: xp_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
540:
541: CURSOR upfront_tax_csr(p_khr_id IN NUMBER) IS

Line 727: lx_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;

723: i NUMBER;
724: k NUMBER;
725: l_bulk_err_cnt NUMBER;
726: l_source_language fnd_languages.language_code%TYPE;
727: lx_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
728: l_inv_org_id NUMBER;
729:
730: -- sechawla 28-may-2008 6619311
731: l_cust_trx_type_id NUMBER;

Line 801: OKL_TRX_AR_INVOICES_PUB.insert_trx_ar_invoices(

797: --akrangan added for populating additional attributes for taiv_rec end
798: -- Create Billing Header Record
799:
800:
801: OKL_TRX_AR_INVOICES_PUB.insert_trx_ar_invoices(
802: p_api_version => p_api_version
803: ,p_init_msg_list => p_init_msg_list
804: ,x_return_status => x_return_status
805: ,x_msg_count => x_msg_count

Line 1109: OKL_TRX_AR_INVOICES_PUB.update_trx_ar_invoices(

1105: lp_taiv_rec.id := xp_taiv_rec.id;
1106: lp_taiv_rec.amount := l_total_tax_amt;
1107: lp_taiv_rec.cust_trx_type_id := l_cust_trx_type_id;
1108:
1109: OKL_TRX_AR_INVOICES_PUB.update_trx_ar_invoices(
1110: p_api_version => p_api_version
1111: ,p_init_msg_list => p_init_msg_list
1112: ,x_return_status => x_return_status
1113: ,x_msg_count => x_msg_count