DBA Data[Home] [Help]

APPS.OKL_FUNDING_PVT dependencies on OKL_TAP_PVT

Line 37: subtype tapv_rec_type is okl_tap_pvt.tapv_rec_type;

33:
34: ----------------------------------------------------------------------------
35: -- Data Structures
36: ----------------------------------------------------------------------------
37: subtype tapv_rec_type is okl_tap_pvt.tapv_rec_type;
38: subtype tapv_tbl_type is okl_tap_pvt.tapv_tbl_type;
39: subtype tplv_rec_type is okl_tpl_pvt.tplv_rec_type;
40: subtype tplv_tbl_type is okl_tpl_pvt.tplv_tbl_type;
41: type fnd_rec_type is RECORD

Line 38: subtype tapv_tbl_type is okl_tap_pvt.tapv_tbl_type;

34: ----------------------------------------------------------------------------
35: -- Data Structures
36: ----------------------------------------------------------------------------
37: subtype tapv_rec_type is okl_tap_pvt.tapv_rec_type;
38: subtype tapv_tbl_type is okl_tap_pvt.tapv_tbl_type;
39: subtype tplv_rec_type is okl_tpl_pvt.tplv_rec_type;
40: subtype tplv_tbl_type is okl_tpl_pvt.tplv_tbl_type;
41: type fnd_rec_type is RECORD
42: (TOTAL_FUNDABLE_AMOUNT NUMBER,