DBA Data[Home] [Help]

APPS.OKC_CONTRACT_GROUP_PVT dependencies on OKC_CGP_PVT

Line 4: subtype cgpv_rec_type is okc_cgp_pvt.cgpv_rec_type;

1: package okc_contract_group_pvt AUTHID CURRENT_USER as
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:

Line 5: subtype cgpv_tbl_type is okc_cgp_pvt.cgpv_tbl_type;

1: package okc_contract_group_pvt AUTHID CURRENT_USER as
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;