DBA Data[Home] [Help]

APPS.OKS_CONTRACT_HDR_PUB dependencies on OKS_KHR_PVT

Line 97: SUBTYPE khrv_rec_type IS oks_khr_pvt.khrv_rec_type;

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

Line 98: SUBTYPE khrv_tbl_type IS oks_khr_pvt.khrv_tbl_type;

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