DBA Data[Home] [Help]

APPS.OKL_INVESTOR_INVOICE_DISB_PVT dependencies on OKL_TRX_AP_INVOICES_PUB

Line 523: i_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;

519: l_currency_conv_type okl_k_headers_full_v.currency_conversion_type%TYPE;
520: l_currency_conv_rate okl_k_headers_full_v.currency_conversion_rate%TYPE;
521: l_currency_conv_date okl_k_headers_full_v.currency_conversion_date%TYPE;
522:
523: i_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
524: i_tplv_rec OKL_TXL_AP_INV_LNS_PUB.tplv_rec_type;
525: i_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
526: r_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
527: r_tplv_tbl okl_tpl_pvt.tplv_tbl_type;

Line 526: r_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;

522:
523: i_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
524: i_tplv_rec OKL_TXL_AP_INV_LNS_PUB.tplv_rec_type;
525: i_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
526: r_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
527: r_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
528:
529: BEGIN
530:

Line 1063: i_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;

1059:
1060: -----------------------------------------------------------------
1061: -- Record definitions
1062: -----------------------------------------------------------------
1063: i_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1064: l_init_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1065: r_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1066:
1067: i_tplv_rec OKL_TXL_AP_INV_LNS_PUB.tplv_rec_type;

Line 1064: l_init_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;

1060: -----------------------------------------------------------------
1061: -- Record definitions
1062: -----------------------------------------------------------------
1063: i_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1064: l_init_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1065: r_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1066:
1067: i_tplv_rec OKL_TXL_AP_INV_LNS_PUB.tplv_rec_type;
1068: l_init_tplv_rec OKL_TXL_AP_INV_LNS_PUB.tplv_rec_type;

Line 1065: r_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;

1061: -- Record definitions
1062: -----------------------------------------------------------------
1063: i_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1064: l_init_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1065: r_tapv_rec Okl_Trx_Ap_Invoices_Pub.tapv_rec_type;
1066:
1067: i_tplv_rec OKL_TXL_AP_INV_LNS_PUB.tplv_rec_type;
1068: l_init_tplv_rec OKL_TXL_AP_INV_LNS_PUB.tplv_rec_type;
1069: r_tplv_rec OKL_TXL_AP_INV_LNS_PUB.tplv_rec_type;