DBA Data[Home] [Help]

APPS.OKC_CHANGE_REQUEST_PVT dependencies on OKC_CRT_PVT

Line 5: subtype crtv_rec_type is OKC_CRT_PVT.crtv_rec_type;

1: package OKC_CHANGE_REQUEST_PVT as
2: /* $Header: OKCCCRTS.pls 120.0 2005/05/26 09:56:51 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype crtv_rec_type is OKC_CRT_PVT.crtv_rec_type;
6: subtype crtv_tbl_type is OKC_CRT_PVT.crtv_tbl_type;
7: subtype corv_rec_type is OKC_COR_PVT.corv_rec_type;
8: subtype corv_tbl_type is OKC_COR_PVT.corv_tbl_type;
9: subtype cprv_rec_type is OKC_CPR_PVT.cprv_rec_type;

Line 6: subtype crtv_tbl_type is OKC_CRT_PVT.crtv_tbl_type;

2: /* $Header: OKCCCRTS.pls 120.0 2005/05/26 09:56:51 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype crtv_rec_type is OKC_CRT_PVT.crtv_rec_type;
6: subtype crtv_tbl_type is OKC_CRT_PVT.crtv_tbl_type;
7: subtype corv_rec_type is OKC_COR_PVT.corv_rec_type;
8: subtype corv_tbl_type is OKC_COR_PVT.corv_tbl_type;
9: subtype cprv_rec_type is OKC_CPR_PVT.cprv_rec_type;
10: subtype cprv_tbl_type is OKC_CPR_PVT.cprv_tbl_type;