DBA Data[Home] [Help]

APPS.OKL_INVESTOR_INVOICE_DISB_PVT dependencies on OKL_TRX_AP_INVOICES_PUB

Line 538: i_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;

534: l_currency_conv_type okl_k_headers_full_v.currency_conversion_type%TYPE;
535: l_currency_conv_rate okl_k_headers_full_v.currency_conversion_rate%TYPE;
536: l_currency_conv_date okl_k_headers_full_v.currency_conversion_date%TYPE;
537:
538: i_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
539: i_tplv_rec OKL_TXL_AP_INV_LNS_PUB.tplv_rec_type;
540: i_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
541: r_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
542: r_tplv_tbl okl_tpl_pvt.tplv_tbl_type;

Line 541: r_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;

537:
538: i_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
539: i_tplv_rec OKL_TXL_AP_INV_LNS_PUB.tplv_rec_type;
540: i_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
541: r_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
542: r_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
543:
544: BEGIN
545:

Line 1133: i_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;

1129:
1130: -----------------------------------------------------------------
1131: -- Record definitions
1132: -----------------------------------------------------------------
1133: i_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1134: l_init_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1135: r_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1136:
1137: i_tplv_rec OKL_TXL_AP_INV_LNS_PUB.tplv_rec_type;

Line 1134: l_init_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;

1130: -----------------------------------------------------------------
1131: -- Record definitions
1132: -----------------------------------------------------------------
1133: i_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1134: l_init_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1135: r_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1136:
1137: i_tplv_rec OKL_TXL_AP_INV_LNS_PUB.tplv_rec_type;
1138: l_init_tplv_rec OKL_TXL_AP_INV_LNS_PUB.tplv_rec_type;

Line 1135: r_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;

1131: -- Record definitions
1132: -----------------------------------------------------------------
1133: i_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1134: l_init_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1135: r_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1136:
1137: i_tplv_rec OKL_TXL_AP_INV_LNS_PUB.tplv_rec_type;
1138: l_init_tplv_rec OKL_TXL_AP_INV_LNS_PUB.tplv_rec_type;
1139: r_tplv_rec OKL_TXL_AP_INV_LNS_PUB.tplv_rec_type;