DBA Data[Home] [Help]

APPS.OKC_CONTRACT_GROUP_PUB dependencies on OKC_CONTRACT_GROUP_PVT

Line 4: subtype cgpv_rec_type is okc_contract_group_pvt.cgpv_rec_type;

1: package okc_contract_group_pub AUTHID CURRENT_USER as
2: /* $Header: OKCPCGPS.pls 120.0 2005/05/26 09:51:14 appldev noship $ */
3:
4: subtype cgpv_rec_type is okc_contract_group_pvt.cgpv_rec_type;
5: subtype cgpv_tbl_type is okc_contract_group_pvt.cgpv_tbl_type;
6: subtype cgcv_rec_type is okc_contract_group_pvt.cgcv_rec_type;
7: subtype cgcv_tbl_type is okc_contract_group_pvt.cgcv_tbl_type;
8: subtype qry_k_tbl is okc_cgc_pvt.qry_k_tbl;

Line 5: subtype cgpv_tbl_type is okc_contract_group_pvt.cgpv_tbl_type;

1: package okc_contract_group_pub AUTHID CURRENT_USER as
2: /* $Header: OKCPCGPS.pls 120.0 2005/05/26 09:51:14 appldev noship $ */
3:
4: subtype cgpv_rec_type is okc_contract_group_pvt.cgpv_rec_type;
5: subtype cgpv_tbl_type is okc_contract_group_pvt.cgpv_tbl_type;
6: subtype cgcv_rec_type is okc_contract_group_pvt.cgcv_rec_type;
7: subtype cgcv_tbl_type is okc_contract_group_pvt.cgcv_tbl_type;
8: subtype qry_k_tbl is okc_cgc_pvt.qry_k_tbl;
9:

Line 6: subtype cgcv_rec_type is okc_contract_group_pvt.cgcv_rec_type;

2: /* $Header: OKCPCGPS.pls 120.0 2005/05/26 09:51:14 appldev noship $ */
3:
4: subtype cgpv_rec_type is okc_contract_group_pvt.cgpv_rec_type;
5: subtype cgpv_tbl_type is okc_contract_group_pvt.cgpv_tbl_type;
6: subtype cgcv_rec_type is okc_contract_group_pvt.cgcv_rec_type;
7: subtype cgcv_tbl_type is okc_contract_group_pvt.cgcv_tbl_type;
8: subtype qry_k_tbl is okc_cgc_pvt.qry_k_tbl;
9:
10: g_cgpv_rec cgpv_rec_type;

Line 7: subtype cgcv_tbl_type is okc_contract_group_pvt.cgcv_tbl_type;

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