DBA Data[Home] [Help]

APPS.OKL_FUNDING_CHECKLIST_PVT dependencies on OKL_TAP_PVT

Line 6: subtype tapv_rec_type is okl_tap_pvt.tapv_rec_type;

2: /* $Header: OKLRCLFB.pls 120.9 2007/03/06 09:44:44 nikshah ship $ */
3: ----------------------------------------------------------------------------
4: -- Data Structures
5: ----------------------------------------------------------------------------
6: subtype tapv_rec_type is okl_tap_pvt.tapv_rec_type;
7: subtype tapv_tbl_type is okl_tap_pvt.tapv_tbl_type;
8: subtype tplv_rec_type is okl_tpl_pvt.tplv_rec_type;
9: subtype tplv_tbl_type is okl_tpl_pvt.tplv_tbl_type;
10:

Line 7: subtype tapv_tbl_type is okl_tap_pvt.tapv_tbl_type;

3: ----------------------------------------------------------------------------
4: -- Data Structures
5: ----------------------------------------------------------------------------
6: subtype tapv_rec_type is okl_tap_pvt.tapv_rec_type;
7: subtype tapv_tbl_type is okl_tap_pvt.tapv_tbl_type;
8: subtype tplv_rec_type is okl_tpl_pvt.tplv_rec_type;
9: subtype tplv_tbl_type is okl_tpl_pvt.tplv_tbl_type;
10:
11: ----------------------------------------------------------------------------