DBA Data[Home] [Help]

APPS.OKL_INDICES_PVT dependencies on OKL_IVE_PVT

Line 7: SUBTYPE ivev_rec_type IS okl_ive_pvt.ivev_rec_type;

3:
4: SUBTYPE idxv_rec_type IS okl_idx_pvt.idxv_rec_type;
5: SUBTYPE idxv_tbl_type IS okl_idx_pvt.idxv_tbl_type;
6:
7: SUBTYPE ivev_rec_type IS okl_ive_pvt.ivev_rec_type;
8: SUBTYPE ivev_tbl_type IS okl_ive_pvt.ivev_tbl_type;
9: ------------------------------------------------------------------------------
10: -- Global Variables
11: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_INDICES_PVT';

Line 8: SUBTYPE ivev_tbl_type IS okl_ive_pvt.ivev_tbl_type;

4: SUBTYPE idxv_rec_type IS okl_idx_pvt.idxv_rec_type;
5: SUBTYPE idxv_tbl_type IS okl_idx_pvt.idxv_tbl_type;
6:
7: SUBTYPE ivev_rec_type IS okl_ive_pvt.ivev_rec_type;
8: SUBTYPE ivev_tbl_type IS okl_ive_pvt.ivev_tbl_type;
9: ------------------------------------------------------------------------------
10: -- Global Variables
11: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_INDICES_PVT';
12: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;