DBA Data[Home] [Help]

APPS.OKS_ORDER_CONTACTS_PUB dependencies on OKS_ORDER_CONTACTS_PVT

Line 4: subtype cocv_rec_type is oks_Order_Contacts_pvt.cocv_rec_type;

1: PACKAGE OKS_Order_Contacts_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKSPCOCS.pls 120.0 2005/05/25 17:54:55 appldev noship $ */
3:
4: subtype cocv_rec_type is oks_Order_Contacts_pvt.cocv_rec_type;
5: subtype cocv_tbl_type is oks_Order_Contacts_pvt.cocv_tbl_type;
6:
7: ---------------------------------------------------------------------------
8: -- Procedures and Functions

Line 5: subtype cocv_tbl_type is oks_Order_Contacts_pvt.cocv_tbl_type;

1: PACKAGE OKS_Order_Contacts_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKSPCOCS.pls 120.0 2005/05/25 17:54:55 appldev noship $ */
3:
4: subtype cocv_rec_type is oks_Order_Contacts_pvt.cocv_rec_type;
5: subtype cocv_tbl_type is oks_Order_Contacts_pvt.cocv_tbl_type;
6:
7: ---------------------------------------------------------------------------
8: -- Procedures and Functions
9: ---------------------------------------------------------------------------