DBA Data[Home] [Help]

APPS.OKC_OPERATION_PVT dependencies on OKC_OPN_PVT

Line 4: subtype opnv_rec_type is okc_opn_pvt.opnv_rec_type;

1: Package OKC_OPERATION_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKCCOPNS.pls 120.0 2005/05/25 19:47:36 appldev noship $ */
3:
4: subtype opnv_rec_type is okc_opn_pvt.opnv_rec_type;
5: subtype opnv_tbl_type is okc_opn_pvt.opnv_tbl_type;
6:
7: ---------------------------------------------------------------------------
8: -- Procedures and Functions

Line 5: subtype opnv_tbl_type is okc_opn_pvt.opnv_tbl_type;

1: Package OKC_OPERATION_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKCCOPNS.pls 120.0 2005/05/25 19:47:36 appldev noship $ */
3:
4: subtype opnv_rec_type is okc_opn_pvt.opnv_rec_type;
5: subtype opnv_tbl_type is okc_opn_pvt.opnv_tbl_type;
6:
7: ---------------------------------------------------------------------------
8: -- Procedures and Functions
9: ---------------------------------------------------------------------------