DBA Data[Home] [Help]

APPS.OKC_SUBCLASS_PVT dependencies on OKC_SCS_PVT

Line 4: subtype scsv_rec_type is okc_scs_pvt.scsv_rec_type;

1: Package OKC_SUBCLASS_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKCCSCSS.pls 120.0 2005/05/26 09:57:05 appldev noship $ */
3:
4: subtype scsv_rec_type is okc_scs_pvt.scsv_rec_type;
5: subtype scsv_tbl_type is okc_scs_pvt.scsv_tbl_type;
6: subtype srev_rec_type is okc_sre_pvt.srev_rec_type;
7: subtype srev_tbl_type is okc_sre_pvt.srev_tbl_type;
8: subtype srdv_rec_type is okc_srd_pvt.srdv_rec_type;

Line 5: subtype scsv_tbl_type is okc_scs_pvt.scsv_tbl_type;

1: Package OKC_SUBCLASS_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKCCSCSS.pls 120.0 2005/05/26 09:57:05 appldev noship $ */
3:
4: subtype scsv_rec_type is okc_scs_pvt.scsv_rec_type;
5: subtype scsv_tbl_type is okc_scs_pvt.scsv_tbl_type;
6: subtype srev_rec_type is okc_sre_pvt.srev_rec_type;
7: subtype srev_tbl_type is okc_sre_pvt.srev_tbl_type;
8: subtype srdv_rec_type is okc_srd_pvt.srdv_rec_type;
9: subtype srdv_tbl_type is okc_srd_pvt.srdv_tbl_type;