DBA Data[Home] [Help]

APPS.OKC_RULE_PVT dependencies on OKC_RUL_PVT

Line 5: subtype rulv_rec_type is OKC_RUL_PVT.rulv_rec_type;

1: PACKAGE OKC_RULE_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKCCRULS.pls 120.0 2005/05/25 18:52:07 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype rulv_rec_type is OKC_RUL_PVT.rulv_rec_type;
6: subtype rulv_tbl_type is OKC_RUL_PVT.rulv_tbl_type;
7: subtype rgpv_rec_type is OKC_RGP_PVT.rgpv_rec_type;
8: subtype rgpv_tbl_type is OKC_RGP_PVT.rgpv_tbl_type;
9: subtype rmpv_rec_type is OKC_RMP_PVT.rmpv_rec_type;

Line 6: subtype rulv_tbl_type is OKC_RUL_PVT.rulv_tbl_type;

2: /* $Header: OKCCRULS.pls 120.0 2005/05/25 18:52:07 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype rulv_rec_type is OKC_RUL_PVT.rulv_rec_type;
6: subtype rulv_tbl_type is OKC_RUL_PVT.rulv_tbl_type;
7: subtype rgpv_rec_type is OKC_RGP_PVT.rgpv_rec_type;
8: subtype rgpv_tbl_type is OKC_RGP_PVT.rgpv_tbl_type;
9: subtype rmpv_rec_type is OKC_RMP_PVT.rmpv_rec_type;
10: subtype rmpv_tbl_type is OKC_RMP_PVT.rmpv_tbl_type;