DBA Data[Home] [Help]

APPS.OKC_CONDITION_EVAL_PVT dependencies on OKC_CNH_PVT

Line 4: subtype cnhv_rec_type is okc_cnh_pvt.cnhv_rec_type;

1: package okc_condition_eval_pvt AUTHID CURRENT_USER as
2: /* $Header: OKCRCEVS.pls 120.0 2005/05/26 09:35:53 appldev noship $ */
3:
4: subtype cnhv_rec_type is okc_cnh_pvt.cnhv_rec_type;
5: subtype cnhv_tbl_type is okc_cnh_pvt.cnhv_tbl_type;
6: subtype cnlv_rec_type is okc_cnl_pvt.cnlv_rec_type;
7: subtype cnlv_tbl_type is okc_cnl_pvt.cnlv_tbl_type;
8: subtype coev_rec_type is okc_coe_pvt.coev_rec_type;

Line 5: subtype cnhv_tbl_type is okc_cnh_pvt.cnhv_tbl_type;

1: package okc_condition_eval_pvt AUTHID CURRENT_USER as
2: /* $Header: OKCRCEVS.pls 120.0 2005/05/26 09:35:53 appldev noship $ */
3:
4: subtype cnhv_rec_type is okc_cnh_pvt.cnhv_rec_type;
5: subtype cnhv_tbl_type is okc_cnh_pvt.cnhv_tbl_type;
6: subtype cnlv_rec_type is okc_cnl_pvt.cnlv_rec_type;
7: subtype cnlv_tbl_type is okc_cnl_pvt.cnlv_tbl_type;
8: subtype coev_rec_type is okc_coe_pvt.coev_rec_type;
9: subtype coev_tbl_type is okc_coe_pvt.coev_tbl_type;