DBA Data[Home] [Help]

APPS.OKS_CONTRACT_HDR_PUB dependencies on OKS_KHR_PVT

Line 96: SUBTYPE khrv_rec_type IS oks_khr_pvt.khrv_rec_type;

92: G_MISS_khrhv_rec khrhv_rec_type;
93: TYPE khrhv_tbl_type IS TABLE OF khrhv_rec_type
94: INDEX BY BINARY_INTEGER;
95:
96: SUBTYPE khrv_rec_type IS oks_khr_pvt.khrv_rec_type;
97: SUBTYPE khrv_tbl_type IS oks_khr_pvt.khrv_tbl_type;
98: ---------------------------------------------------------------------------
99: -- GLOBAL VARIABLES
100: ---------------------------------------------------------------------------

Line 97: SUBTYPE khrv_tbl_type IS oks_khr_pvt.khrv_tbl_type;

93: TYPE khrhv_tbl_type IS TABLE OF khrhv_rec_type
94: INDEX BY BINARY_INTEGER;
95:
96: SUBTYPE khrv_rec_type IS oks_khr_pvt.khrv_rec_type;
97: SUBTYPE khrv_tbl_type IS oks_khr_pvt.khrv_tbl_type;
98: ---------------------------------------------------------------------------
99: -- GLOBAL VARIABLES
100: ---------------------------------------------------------------------------
101: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKC_CONTRACT_HDR_PUB';