DBA Data[Home] [Help]

APPS.OKL_BPD_TERMINATION_ADJ_PVT dependencies on OKL_TAP_PVT

Line 35: l_tapv_rec okl_tap_pvt.tapv_rec_type;

31:
32: ------------------------------------------------------------
33: -- Declare records: Payable Invoice Headers, Lines and Distributions
34: ------------------------------------------------------------
35: l_tapv_rec okl_tap_pvt.tapv_rec_type;
36: lx_tapv_rec okl_tap_pvt.tapv_rec_type;
37: l_tplv_rec okl_tpl_pvt.tplv_rec_type;
38: lx_tplv_rec okl_tpl_pvt.tplv_rec_type;
39:

Line 36: lx_tapv_rec okl_tap_pvt.tapv_rec_type;

32: ------------------------------------------------------------
33: -- Declare records: Payable Invoice Headers, Lines and Distributions
34: ------------------------------------------------------------
35: l_tapv_rec okl_tap_pvt.tapv_rec_type;
36: lx_tapv_rec okl_tap_pvt.tapv_rec_type;
37: l_tplv_rec okl_tpl_pvt.tplv_rec_type;
38: lx_tplv_rec okl_tpl_pvt.tplv_rec_type;
39:
40: /* ankushar 22-JAN-2007

Line 55: lu_tapv_rec Okl_tap_pvt.tapv_rec_type;

51: l_acc_gen_primary_key_tbl Okl_Account_Generator_Pvt.primary_key_tbl;
52: l_template_tbl OKL_TMPT_SET_PUB.avlv_tbl_type;
53: l_amount_tbl Okl_Account_Dist_Pvt.AMOUNT_TBL_TYPE;
54:
55: lu_tapv_rec Okl_tap_pvt.tapv_rec_type;
56: lux_tapv_rec Okl_tap_pvt.tapv_rec_type;
57:
58: -- sjalasut, commented the subtype declaration. changed the usages to point
59: -- to the table.column names.

Line 56: lux_tapv_rec Okl_tap_pvt.tapv_rec_type;

52: l_template_tbl OKL_TMPT_SET_PUB.avlv_tbl_type;
53: l_amount_tbl Okl_Account_Dist_Pvt.AMOUNT_TBL_TYPE;
54:
55: lu_tapv_rec Okl_tap_pvt.tapv_rec_type;
56: lux_tapv_rec Okl_tap_pvt.tapv_rec_type;
57:
58: -- sjalasut, commented the subtype declaration. changed the usages to point
59: -- to the table.column names.
60: -- SUBTYPE khr_id_type IS okl_k_headers_full_v.id%type;