DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on OKL_KHR_PVT

Line 4: subtype khrv_rec_type is OKL_KHR_pvt.khrv_rec_type;

1: PACKAGE OKL_CONTRACT_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKLCKHRS.pls 120.1 2005/06/29 16:53:29 apaul noship $ */
3:
4: subtype khrv_rec_type is OKL_KHR_pvt.khrv_rec_type;
5: subtype khrv_tbl_type is OKL_KHR_pvt.khrv_tbl_type;
6: subtype klev_rec_type is okl_kle_pvt.klev_rec_type;
7: subtype klev_tbl_type is okl_kle_pvt.klev_tbl_type;
8:

Line 5: subtype khrv_tbl_type is OKL_KHR_pvt.khrv_tbl_type;

1: PACKAGE OKL_CONTRACT_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKLCKHRS.pls 120.1 2005/06/29 16:53:29 apaul noship $ */
3:
4: subtype khrv_rec_type is OKL_KHR_pvt.khrv_rec_type;
5: subtype khrv_tbl_type is OKL_KHR_pvt.khrv_tbl_type;
6: subtype klev_rec_type is okl_kle_pvt.klev_rec_type;
7: subtype klev_tbl_type is okl_kle_pvt.klev_tbl_type;
8:
9: TYPE hdr_tbl_type IS TABLE OF VARCHAR2(256) INDEX BY BINARY_INTEGER;