DBA Data[Home] [Help]

APPS.OKL_INDICES_PVT dependencies on OKL_IDX_PVT

Line 4: SUBTYPE idxv_rec_type IS okl_idx_pvt.idxv_rec_type;

1: PACKAGE OKL_INDICES_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKLCIDXS.pls 115.1 2002/02/06 11:26:46 pkm ship $ */
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;

Line 5: SUBTYPE idxv_tbl_type IS okl_idx_pvt.idxv_tbl_type;

1: PACKAGE OKL_INDICES_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKLCIDXS.pls 115.1 2002/02/06 11:26:46 pkm ship $ */
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: ------------------------------------------------------------------------------