DBA Data[Home] [Help]

APPS.OKL_FUNDING_PUB dependencies on OKL_TAP_PVT

Line 12: subtype tapv_rec_type is okl_tap_pvt.tapv_rec_type;

8:
9: ----------------------------------------------------------------------------
10: -- Data Structures
11: ----------------------------------------------------------------------------
12: subtype tapv_rec_type is okl_tap_pvt.tapv_rec_type;
13: subtype tapv_tbl_type is okl_tap_pvt.tapv_tbl_type;
14: subtype tplv_rec_type is okl_tpl_pvt.tplv_rec_type;
15: subtype tplv_tbl_type is okl_tpl_pvt.tplv_tbl_type;
16:

Line 13: subtype tapv_tbl_type is okl_tap_pvt.tapv_tbl_type;

9: ----------------------------------------------------------------------------
10: -- Data Structures
11: ----------------------------------------------------------------------------
12: subtype tapv_rec_type is okl_tap_pvt.tapv_rec_type;
13: subtype tapv_tbl_type is okl_tap_pvt.tapv_tbl_type;
14: subtype tplv_rec_type is okl_tpl_pvt.tplv_rec_type;
15: subtype tplv_tbl_type is okl_tpl_pvt.tplv_tbl_type;
16:
17: ----------------------------------------------------------------------------