DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PUB dependencies on OKE_CONTRACT_PVT

Line 4: subtype chr_rec_type is oke_contract_pvt.chr_rec_type;

1: PACKAGE OKE_CONTRACT_PUB AUTHID CURRENT_USER AS
2: /*$Header: OKEPCCCS.pls 120.1 2005/06/02 11:59:44 appldev $ */
3:
4: subtype chr_rec_type is oke_contract_pvt.chr_rec_type;
5: subtype chr_tbl_type is oke_contract_pvt.chr_tbl_type;
6: subtype cle_rec_type is oke_contract_pvt.cle_rec_type;
7: subtype cle_tbl_type is oke_contract_pvt.cle_tbl_type;
8: subtype del_rec_type is oke_deliverable_pvt.del_rec_type;

Line 5: subtype chr_tbl_type is oke_contract_pvt.chr_tbl_type;

1: PACKAGE OKE_CONTRACT_PUB AUTHID CURRENT_USER AS
2: /*$Header: OKEPCCCS.pls 120.1 2005/06/02 11:59:44 appldev $ */
3:
4: subtype chr_rec_type is oke_contract_pvt.chr_rec_type;
5: subtype chr_tbl_type is oke_contract_pvt.chr_tbl_type;
6: subtype cle_rec_type is oke_contract_pvt.cle_rec_type;
7: subtype cle_tbl_type is oke_contract_pvt.cle_tbl_type;
8: subtype del_rec_type is oke_deliverable_pvt.del_rec_type;
9: subtype del_tbl_type is oke_deliverable_pvt.del_tbl_type;

Line 6: subtype cle_rec_type is oke_contract_pvt.cle_rec_type;

2: /*$Header: OKEPCCCS.pls 120.1 2005/06/02 11:59:44 appldev $ */
3:
4: subtype chr_rec_type is oke_contract_pvt.chr_rec_type;
5: subtype chr_tbl_type is oke_contract_pvt.chr_tbl_type;
6: subtype cle_rec_type is oke_contract_pvt.cle_rec_type;
7: subtype cle_tbl_type is oke_contract_pvt.cle_tbl_type;
8: subtype del_rec_type is oke_deliverable_pvt.del_rec_type;
9: subtype del_tbl_type is oke_deliverable_pvt.del_tbl_type;
10: subtype chrv_rec_type is okc_contract_pub.chrv_rec_type;

Line 7: subtype cle_tbl_type is oke_contract_pvt.cle_tbl_type;

3:
4: subtype chr_rec_type is oke_contract_pvt.chr_rec_type;
5: subtype chr_tbl_type is oke_contract_pvt.chr_tbl_type;
6: subtype cle_rec_type is oke_contract_pvt.cle_rec_type;
7: subtype cle_tbl_type is oke_contract_pvt.cle_tbl_type;
8: subtype del_rec_type is oke_deliverable_pvt.del_rec_type;
9: subtype del_tbl_type is oke_deliverable_pvt.del_tbl_type;
10: subtype chrv_rec_type is okc_contract_pub.chrv_rec_type;
11: subtype chrv_tbl_type is okc_contract_pub.chrv_tbl_type;