DBA Data[Home] [Help]

APPS.OKL_VERSION_IB_PVT dependencies on OKL_VIB_PVT

Line 4: subtype vib_rec_type is okl_vib_pvt.vib_rec_type;

1: package OKL_VERSION_IB_PVT AUTHID CURRENT_USER as
2: /* $Header: OKLCVIBS.pls 115.0 2002/02/05 15:12:55 pkm ship $ */
3:
4: subtype vib_rec_type is okl_vib_pvt.vib_rec_type;
5: subtype vib_tbl_type is okl_vib_pvt.vib_tbl_type;
6: subtype vibv_rec_type is okl_vib_pvt.vibv_rec_type;
7: subtype vibv_tbl_type is okl_vib_pvt.vibv_tbl_type;
8: ---------------------------------------------------------------------------

Line 5: subtype vib_tbl_type is okl_vib_pvt.vib_tbl_type;

1: package OKL_VERSION_IB_PVT AUTHID CURRENT_USER as
2: /* $Header: OKLCVIBS.pls 115.0 2002/02/05 15:12:55 pkm ship $ */
3:
4: subtype vib_rec_type is okl_vib_pvt.vib_rec_type;
5: subtype vib_tbl_type is okl_vib_pvt.vib_tbl_type;
6: subtype vibv_rec_type is okl_vib_pvt.vibv_rec_type;
7: subtype vibv_tbl_type is okl_vib_pvt.vibv_tbl_type;
8: ---------------------------------------------------------------------------
9: -- GLOBAL MESSAGE CONSTANTS , VARIABLES

Line 6: subtype vibv_rec_type is okl_vib_pvt.vibv_rec_type;

2: /* $Header: OKLCVIBS.pls 115.0 2002/02/05 15:12:55 pkm ship $ */
3:
4: subtype vib_rec_type is okl_vib_pvt.vib_rec_type;
5: subtype vib_tbl_type is okl_vib_pvt.vib_tbl_type;
6: subtype vibv_rec_type is okl_vib_pvt.vibv_rec_type;
7: subtype vibv_tbl_type is okl_vib_pvt.vibv_tbl_type;
8: ---------------------------------------------------------------------------
9: -- GLOBAL MESSAGE CONSTANTS , VARIABLES
10: ---------------------------------------------------------------------------

Line 7: subtype vibv_tbl_type is okl_vib_pvt.vibv_tbl_type;

3:
4: subtype vib_rec_type is okl_vib_pvt.vib_rec_type;
5: subtype vib_tbl_type is okl_vib_pvt.vib_tbl_type;
6: subtype vibv_rec_type is okl_vib_pvt.vibv_rec_type;
7: subtype vibv_tbl_type is okl_vib_pvt.vibv_tbl_type;
8: ---------------------------------------------------------------------------
9: -- GLOBAL MESSAGE CONSTANTS , VARIABLES
10: ---------------------------------------------------------------------------
11: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_VERSION_IB_PVT';