DBA Data[Home] [Help]

APPS.OKC_CONTRACT_ITEM_PUB dependencies on OKC_CONTRACT_ITEM_PVT

Line 5: subtype cimv_rec_type is OKC_CONTRACT_ITEM_PVT.cimv_rec_type;

1: package OKC_CONTRACT_ITEM_PUB as
2: /* $Header: OKCPCIMS.pls 120.0 2005/05/25 19:22:21 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype cimv_rec_type is OKC_CONTRACT_ITEM_PVT.cimv_rec_type;
6: subtype cimv_tbl_type is OKC_CONTRACT_ITEM_PVT.cimv_tbl_type;
7:
8: -- global variables
9: g_cimv_rec cimv_rec_type;

Line 6: subtype cimv_tbl_type is OKC_CONTRACT_ITEM_PVT.cimv_tbl_type;

2: /* $Header: OKCPCIMS.pls 120.0 2005/05/25 19:22:21 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype cimv_rec_type is OKC_CONTRACT_ITEM_PVT.cimv_rec_type;
6: subtype cimv_tbl_type is OKC_CONTRACT_ITEM_PVT.cimv_tbl_type;
7:
8: -- global variables
9: g_cimv_rec cimv_rec_type;
10: