DBA Data[Home] [Help]

APPS.OKS_DEFAULTS_PUB dependencies on OKS_DEFAULTS_PVT

Line 4: subtype cdtv_rec_type is oks_defaults_pvt.cdtv_rec_type;

1: PACKAGE OKS_DEFAULTS_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKSPCDTS.pls 120.0 2005/05/25 18:31:58 appldev noship $ */
3:
4: subtype cdtv_rec_type is oks_defaults_pvt.cdtv_rec_type;
5: subtype cdtv_tbl_type is oks_defaults_pvt.cdtv_tbl_type;
6:
7: ---------------------------------------------------------------------------
8: -- Procedures and Functions

Line 5: subtype cdtv_tbl_type is oks_defaults_pvt.cdtv_tbl_type;

1: PACKAGE OKS_DEFAULTS_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKSPCDTS.pls 120.0 2005/05/25 18:31:58 appldev noship $ */
3:
4: subtype cdtv_rec_type is oks_defaults_pvt.cdtv_rec_type;
5: subtype cdtv_tbl_type is oks_defaults_pvt.cdtv_tbl_type;
6:
7: ---------------------------------------------------------------------------
8: -- Procedures and Functions
9: ---------------------------------------------------------------------------