DBA Data[Home] [Help]

APPS.OKL_FUNDING_PVT dependencies on OKL_TPL_PVT

Line 39: subtype tplv_rec_type is okl_tpl_pvt.tplv_rec_type;

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,
43: TOTAL_PRE_FUNDED NUMBER,

Line 40: subtype tplv_tbl_type is okl_tpl_pvt.tplv_tbl_type;

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,
43: TOTAL_PRE_FUNDED NUMBER,
44: TOTAL_ASSETS_FUNDED NUMBER,