DBA Data[Home] [Help]

APPS.OKL_PAY_INVOICES_DISB_PVT dependencies on OKL_TPL_PVT

Line 268: p_tplv_rec IN okl_tpl_pvt.tplv_rec_type,

264: x_msg_count OUT NOCOPY NUMBER,
265: x_msg_data OUT NOCOPY VARCHAR2,
266: p_receivables_invoice_id IN NUMBER,
267: p_tapv_rec IN okl_tap_pvt.tapv_rec_type,
268: p_tplv_rec IN okl_tpl_pvt.tplv_rec_type,
269: x_tapv_rec OUT NOCOPY okl_tap_pvt.tapv_rec_type)
270: IS
271:
272: -----------------------------------------------------------------

Line 285: l_tplv_rec okl_tpl_pvt.tplv_rec_type;

281: -- Declare records: Payable Invoice Headers, Lines and Distributions
282: ------------------------------------------------------------
283: l_tapv_rec Okl_tap_pvt.tapv_rec_type;
284: lx_tapv_rec Okl_tap_pvt.tapv_rec_type;
285: l_tplv_rec okl_tpl_pvt.tplv_rec_type;
286: lx_tplv_rec okl_tpl_pvt.tplv_rec_type;
287:
288: --start:| 18-May-07 cklee -- Accounting API CR, Disbursement Central API uptake |
289: l_tplv_tbl okl_tpl_pvt.tplv_tbl_type;

Line 286: lx_tplv_rec okl_tpl_pvt.tplv_rec_type;

282: ------------------------------------------------------------
283: l_tapv_rec Okl_tap_pvt.tapv_rec_type;
284: lx_tapv_rec Okl_tap_pvt.tapv_rec_type;
285: l_tplv_rec okl_tpl_pvt.tplv_rec_type;
286: lx_tplv_rec okl_tpl_pvt.tplv_rec_type;
287:
288: --start:| 18-May-07 cklee -- Accounting API CR, Disbursement Central API uptake |
289: l_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
290: lx_tplv_tbl okl_tpl_pvt.tplv_tbl_type;

Line 289: l_tplv_tbl okl_tpl_pvt.tplv_tbl_type;

285: l_tplv_rec okl_tpl_pvt.tplv_rec_type;
286: lx_tplv_rec okl_tpl_pvt.tplv_rec_type;
287:
288: --start:| 18-May-07 cklee -- Accounting API CR, Disbursement Central API uptake |
289: l_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
290: lx_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
291: --end:| 18-May-07 cklee -- Accounting API CR, Disbursement Central API uptake |
292:
293: l_tmpl_identify_rec Okl_Account_Dist_Pvt.TMPL_IDENTIFY_REC_TYPE;

Line 290: lx_tplv_tbl okl_tpl_pvt.tplv_tbl_type;

286: lx_tplv_rec okl_tpl_pvt.tplv_rec_type;
287:
288: --start:| 18-May-07 cklee -- Accounting API CR, Disbursement Central API uptake |
289: l_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
290: lx_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
291: --end:| 18-May-07 cklee -- Accounting API CR, Disbursement Central API uptake |
292:
293: l_tmpl_identify_rec Okl_Account_Dist_Pvt.TMPL_IDENTIFY_REC_TYPE;
294: l_dist_info_rec Okl_Account_Dist_Pvt.dist_info_REC_TYPE;

Line 810: l_tplv_rec okl_tpl_pvt.tplv_rec_type;

806: ------------------------------------------------------------
807: -- Declare records: Payable Invoice Headers, Lines and Distributions
808: ------------------------------------------------------------
809: l_tapv_rec Okl_tap_pvt.tapv_rec_type;
810: l_tplv_rec okl_tpl_pvt.tplv_rec_type;
811: l_tapv_rec_null Okl_tap_pvt.tapv_rec_type;
812: l_tplv_rec_null okl_tpl_pvt.tplv_rec_type;
813: lx_tapv_rec Okl_tap_pvt.tapv_rec_type;
814: l_disb_rec disb_rec_type;

Line 812: l_tplv_rec_null okl_tpl_pvt.tplv_rec_type;

808: ------------------------------------------------------------
809: l_tapv_rec Okl_tap_pvt.tapv_rec_type;
810: l_tplv_rec okl_tpl_pvt.tplv_rec_type;
811: l_tapv_rec_null Okl_tap_pvt.tapv_rec_type;
812: l_tplv_rec_null okl_tpl_pvt.tplv_rec_type;
813: lx_tapv_rec Okl_tap_pvt.tapv_rec_type;
814: l_disb_rec disb_rec_type;
815:
816: -- Cursor to get the AR invoice Numbers for log file