DBA Data[Home] [Help]

APPS.OKC_RULE_DEF_PVT dependencies on OKC_RGR_PVT

Line 5: subtype rgrv_rec_type is okc_rgr_pvt.rgrv_rec_type;

1: Package OKC_RULE_DEF_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKCCRGDS.pls 120.0 2005/05/25 22:56:09 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype rgrv_rec_type is okc_rgr_pvt.rgrv_rec_type;
6: subtype rgrv_tbl_type is okc_rgr_pvt.rgrv_tbl_type;
7: subtype rdsv_rec_type is okc_rds_pvt.rdsv_rec_type;
8: subtype rdsv_tbl_type is okc_rds_pvt.rdsv_tbl_type;
9:

Line 6: subtype rgrv_tbl_type is okc_rgr_pvt.rgrv_tbl_type;

2: /* $Header: OKCCRGDS.pls 120.0 2005/05/25 22:56:09 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype rgrv_rec_type is okc_rgr_pvt.rgrv_rec_type;
6: subtype rgrv_tbl_type is okc_rgr_pvt.rgrv_tbl_type;
7: subtype rdsv_rec_type is okc_rds_pvt.rdsv_rec_type;
8: subtype rdsv_tbl_type is okc_rds_pvt.rdsv_tbl_type;
9:
10: ---------------------------------------------------------------------------