DBA Data[Home] [Help]

APPS.OKC_CONTRACT_GROUP_PVT dependencies on OKC_CGC_PVT

Line 6: subtype cgcv_rec_type is okc_cgc_pvt.cgcv_rec_type;

2: /* $Header: OKCCCGPS.pls 120.0 2005/05/25 18:39:56 appldev noship $ */
3:
4: subtype cgpv_rec_type is okc_cgp_pvt.cgpv_rec_type;
5: subtype cgpv_tbl_type is okc_cgp_pvt.cgpv_tbl_type;
6: subtype cgcv_rec_type is okc_cgc_pvt.cgcv_rec_type;
7: subtype cgcv_tbl_type is okc_cgc_pvt.cgcv_tbl_type;
8:
9: g_cgpv_rec cgpv_rec_type;
10: g_cgpv_tbl cgpv_tbl_type;

Line 7: subtype cgcv_tbl_type is okc_cgc_pvt.cgcv_tbl_type;

3:
4: subtype cgpv_rec_type is okc_cgp_pvt.cgpv_rec_type;
5: subtype cgpv_tbl_type is okc_cgp_pvt.cgpv_tbl_type;
6: subtype cgcv_rec_type is okc_cgc_pvt.cgcv_rec_type;
7: subtype cgcv_tbl_type is okc_cgc_pvt.cgcv_tbl_type;
8:
9: g_cgpv_rec cgpv_rec_type;
10: g_cgpv_tbl cgpv_tbl_type;
11: g_cgcv_rec cgcv_rec_type;