DBA Data[Home] [Help]

APPS.OKS_ORDER_CONTACTS_PVT dependencies on OKS_COC_PVT

Line 5: subtype cocv_rec_type is OKS_COC_PVT.cocv_rec_type;

1: PACKAGE OKS_ORDER_CONTACTS_PVT AUTHID CURRENT_USER as
2: /* $Header: OKSCCOCS.pls 120.0 2005/05/25 17:59:10 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype cocv_rec_type is OKS_COC_PVT.cocv_rec_type;
6: subtype cocv_tbl_type is OKS_COC_PVT.cocv_tbl_type;
7:
8: -- public procedure declarations
9: procedure create_Order_Contact(p_api_version IN NUMBER,

Line 6: subtype cocv_tbl_type is OKS_COC_PVT.cocv_tbl_type;

2: /* $Header: OKSCCOCS.pls 120.0 2005/05/25 17:59:10 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype cocv_rec_type is OKS_COC_PVT.cocv_rec_type;
6: subtype cocv_tbl_type is OKS_COC_PVT.cocv_tbl_type;
7:
8: -- public procedure declarations
9: procedure create_Order_Contact(p_api_version IN NUMBER,
10: p_init_msg_list IN VARCHAR2 default OKC_API.G_FALSE,