DBA Data[Home] [Help]

APPS.OKC_CONTRACT_ITEM_PVT dependencies on OKC_CIM_PVT

Line 5: subtype cimv_rec_type is OKC_CIM_PVT.cimv_rec_type;

1: package OKC_CONTRACT_ITEM_PVT as
2: /* $Header: OKCCCIMS.pls 120.0 2005/05/25 18:30:42 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype cimv_rec_type is OKC_CIM_PVT.cimv_rec_type;
6: subtype cimv_tbl_type is OKC_CIM_PVT.cimv_tbl_type;
7:
8: -- public procedure declarations
9: -- for use by OKC_CONTRACT_ITEM_PUB public PL/SQL API

Line 6: subtype cimv_tbl_type is OKC_CIM_PVT.cimv_tbl_type;

2: /* $Header: OKCCCIMS.pls 120.0 2005/05/25 18:30:42 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype cimv_rec_type is OKC_CIM_PVT.cimv_rec_type;
6: subtype cimv_tbl_type is OKC_CIM_PVT.cimv_tbl_type;
7:
8: -- public procedure declarations
9: -- for use by OKC_CONTRACT_ITEM_PUB public PL/SQL API
10: procedure create_contract_item(p_api_version IN NUMBER,