DBA Data[Home] [Help]

APPS.OKC_CONTRACT_PARTY_PVT dependencies on OKC_CPL_PVT

Line 6: subtype cplv_rec_type is OKC_CPL_PVT.cplv_rec_type;

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,
10: p_init_msg_list IN VARCHAR2 default OKC_API.G_FALSE,

Line 7: subtype cplv_tbl_type is OKC_CPL_PVT.cplv_tbl_type;

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,
10: p_init_msg_list IN VARCHAR2 default OKC_API.G_FALSE,
11: x_return_status OUT NOCOPY VARCHAR2,