DBA Data[Home] [Help]

APPS.OKC_CONTRACT_PARTY_PVT dependencies on OKC_CTC_PVT

Line 4: subtype ctcv_rec_type is OKC_CTC_PVT.ctcv_rec_type;

1: package OKC_CONTRACT_PARTY_PVT AUTHID CURRENT_USER as
2: /* $Header: OKCCCPLS.pls 120.0 2005/05/25 19:23:22 appldev noship $ */
3: -- complex entity object subtype definitions
4: subtype ctcv_rec_type is OKC_CTC_PVT.ctcv_rec_type;
5: subtype ctcv_tbl_type is OKC_CTC_PVT.ctcv_tbl_type;
6: subtype cplv_rec_type is OKC_CPL_PVT.cplv_rec_type;
7: subtype cplv_tbl_type is OKC_CPL_PVT.cplv_tbl_type;
8: -- public procedure declarations

Line 5: subtype ctcv_tbl_type is OKC_CTC_PVT.ctcv_tbl_type;

1: package OKC_CONTRACT_PARTY_PVT AUTHID CURRENT_USER as
2: /* $Header: OKCCCPLS.pls 120.0 2005/05/25 19:23:22 appldev noship $ */
3: -- complex entity object subtype definitions
4: subtype ctcv_rec_type is OKC_CTC_PVT.ctcv_rec_type;
5: subtype ctcv_tbl_type is OKC_CTC_PVT.ctcv_tbl_type;
6: subtype cplv_rec_type is OKC_CPL_PVT.cplv_rec_type;
7: subtype cplv_tbl_type is OKC_CPL_PVT.cplv_tbl_type;
8: -- public procedure declarations
9: procedure create_contact(p_api_version IN NUMBER,