DBA Data[Home] [Help]

APPS.OKS_ORDER_DETAILS_PUB dependencies on OKS_ORDER_DETAILS_PVT

Line 4: subtype codv_rec_type is oks_Order_details_pvt.codv_rec_type;

1: PACKAGE OKS_ORDER_details_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKSPCODS.pls 120.0 2005/05/25 17:41:38 appldev noship $*/
3:
4: subtype codv_rec_type is oks_Order_details_pvt.codv_rec_type;
5: subtype codv_tbl_type is oks_Order_details_pvt.codv_tbl_type;
6:
7: ---------------------------------------------------------------------------
8: -- Procedures and Functions

Line 5: subtype codv_tbl_type is oks_Order_details_pvt.codv_tbl_type;

1: PACKAGE OKS_ORDER_details_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKSPCODS.pls 120.0 2005/05/25 17:41:38 appldev noship $*/
3:
4: subtype codv_rec_type is oks_Order_details_pvt.codv_rec_type;
5: subtype codv_tbl_type is oks_Order_details_pvt.codv_tbl_type;
6:
7: ---------------------------------------------------------------------------
8: -- Procedures and Functions
9: ---------------------------------------------------------------------------