DBA Data[Home] [Help]

APPS.OKL_PAY_INVOICES_DISB_PVT dependencies on OKL_TPL_PVT

Line 223: p_tplv_rec IN okl_tpl_pvt.tplv_rec_type,

219: x_msg_count OUT NOCOPY NUMBER,
220: x_msg_data OUT NOCOPY VARCHAR2,
221: p_receivables_invoice_id IN NUMBER,
222: p_tapv_rec IN okl_tap_pvt.tapv_rec_type,
223: p_tplv_rec IN okl_tpl_pvt.tplv_rec_type,
224: x_tapv_rec OUT NOCOPY okl_tap_pvt.tapv_rec_type)
225: IS
226:
227: -----------------------------------------------------------------

Line 240: l_tplv_rec okl_tpl_pvt.tplv_rec_type;

236: -- Declare records: Payable Invoice Headers, Lines and Distributions
237: ------------------------------------------------------------
238: l_tapv_rec Okl_tap_pvt.tapv_rec_type;
239: lx_tapv_rec Okl_tap_pvt.tapv_rec_type;
240: l_tplv_rec okl_tpl_pvt.tplv_rec_type;
241: lx_tplv_rec okl_tpl_pvt.tplv_rec_type;
242:
243: --start:| 18-May-07 cklee -- Accounting API CR, Disbursement Central API uptake |
244: l_tplv_tbl okl_tpl_pvt.tplv_tbl_type;

Line 241: lx_tplv_rec okl_tpl_pvt.tplv_rec_type;

237: ------------------------------------------------------------
238: l_tapv_rec Okl_tap_pvt.tapv_rec_type;
239: lx_tapv_rec Okl_tap_pvt.tapv_rec_type;
240: l_tplv_rec okl_tpl_pvt.tplv_rec_type;
241: lx_tplv_rec okl_tpl_pvt.tplv_rec_type;
242:
243: --start:| 18-May-07 cklee -- Accounting API CR, Disbursement Central API uptake |
244: l_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
245: lx_tplv_tbl okl_tpl_pvt.tplv_tbl_type;

Line 244: l_tplv_tbl okl_tpl_pvt.tplv_tbl_type;

240: l_tplv_rec okl_tpl_pvt.tplv_rec_type;
241: lx_tplv_rec okl_tpl_pvt.tplv_rec_type;
242:
243: --start:| 18-May-07 cklee -- Accounting API CR, Disbursement Central API uptake |
244: l_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
245: lx_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
246: --end:| 18-May-07 cklee -- Accounting API CR, Disbursement Central API uptake |
247:
248: l_tmpl_identify_rec Okl_Account_Dist_Pvt.TMPL_IDENTIFY_REC_TYPE;

Line 245: lx_tplv_tbl okl_tpl_pvt.tplv_tbl_type;

241: lx_tplv_rec okl_tpl_pvt.tplv_rec_type;
242:
243: --start:| 18-May-07 cklee -- Accounting API CR, Disbursement Central API uptake |
244: l_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
245: lx_tplv_tbl okl_tpl_pvt.tplv_tbl_type;
246: --end:| 18-May-07 cklee -- Accounting API CR, Disbursement Central API uptake |
247:
248: l_tmpl_identify_rec Okl_Account_Dist_Pvt.TMPL_IDENTIFY_REC_TYPE;
249: l_dist_info_rec Okl_Account_Dist_Pvt.dist_info_REC_TYPE;

Line 765: l_tplv_rec okl_tpl_pvt.tplv_rec_type;

761: ------------------------------------------------------------
762: -- Declare records: Payable Invoice Headers, Lines and Distributions
763: ------------------------------------------------------------
764: l_tapv_rec Okl_tap_pvt.tapv_rec_type;
765: l_tplv_rec okl_tpl_pvt.tplv_rec_type;
766: l_tapv_rec_null Okl_tap_pvt.tapv_rec_type;
767: l_tplv_rec_null okl_tpl_pvt.tplv_rec_type;
768: lx_tapv_rec Okl_tap_pvt.tapv_rec_type;
769: l_disb_rec disb_rec_type;

Line 767: l_tplv_rec_null okl_tpl_pvt.tplv_rec_type;

763: ------------------------------------------------------------
764: l_tapv_rec Okl_tap_pvt.tapv_rec_type;
765: l_tplv_rec okl_tpl_pvt.tplv_rec_type;
766: l_tapv_rec_null Okl_tap_pvt.tapv_rec_type;
767: l_tplv_rec_null okl_tpl_pvt.tplv_rec_type;
768: lx_tapv_rec Okl_tap_pvt.tapv_rec_type;
769: l_disb_rec disb_rec_type;
770:
771: -- Cursor to get the AR invoice Numbers for log file