DBA Data[Home] [Help]

APPS.OKC_CONTRACT_PARTY_PUB dependencies on OKC_CONTRACT_PARTY_PVT

Line 4: subtype ctcv_rec_type is OKC_CONTRACT_PARTY_PVT.ctcv_rec_type;

1: package OKC_CONTRACT_PARTY_PUB AUTHID CURRENT_USER as
2: /* $Header: OKCPCPLS.pls 120.0 2005/05/25 18:52:37 appldev noship $ */
3: -- complex entity object subtype definitions
4: subtype ctcv_rec_type is OKC_CONTRACT_PARTY_PVT.ctcv_rec_type;
5: subtype ctcv_tbl_type is OKC_CONTRACT_PARTY_PVT.ctcv_tbl_type;
6: subtype cplv_rec_type is OKC_CONTRACT_PARTY_PVT.cplv_rec_type;
7: subtype cplv_tbl_type is OKC_CONTRACT_PARTY_PVT.cplv_tbl_type;
8: -- global variables

Line 5: subtype ctcv_tbl_type is OKC_CONTRACT_PARTY_PVT.ctcv_tbl_type;

1: package OKC_CONTRACT_PARTY_PUB AUTHID CURRENT_USER as
2: /* $Header: OKCPCPLS.pls 120.0 2005/05/25 18:52:37 appldev noship $ */
3: -- complex entity object subtype definitions
4: subtype ctcv_rec_type is OKC_CONTRACT_PARTY_PVT.ctcv_rec_type;
5: subtype ctcv_tbl_type is OKC_CONTRACT_PARTY_PVT.ctcv_tbl_type;
6: subtype cplv_rec_type is OKC_CONTRACT_PARTY_PVT.cplv_rec_type;
7: subtype cplv_tbl_type is OKC_CONTRACT_PARTY_PVT.cplv_tbl_type;
8: -- global variables
9: g_ctcv_rec ctcv_rec_type;

Line 6: subtype cplv_rec_type is OKC_CONTRACT_PARTY_PVT.cplv_rec_type;

2: /* $Header: OKCPCPLS.pls 120.0 2005/05/25 18:52:37 appldev noship $ */
3: -- complex entity object subtype definitions
4: subtype ctcv_rec_type is OKC_CONTRACT_PARTY_PVT.ctcv_rec_type;
5: subtype ctcv_tbl_type is OKC_CONTRACT_PARTY_PVT.ctcv_tbl_type;
6: subtype cplv_rec_type is OKC_CONTRACT_PARTY_PVT.cplv_rec_type;
7: subtype cplv_tbl_type is OKC_CONTRACT_PARTY_PVT.cplv_tbl_type;
8: -- global variables
9: g_ctcv_rec ctcv_rec_type;
10: g_cplv_rec cplv_rec_type;

Line 7: subtype cplv_tbl_type is OKC_CONTRACT_PARTY_PVT.cplv_tbl_type;

3: -- complex entity object subtype definitions
4: subtype ctcv_rec_type is OKC_CONTRACT_PARTY_PVT.ctcv_rec_type;
5: subtype ctcv_tbl_type is OKC_CONTRACT_PARTY_PVT.ctcv_tbl_type;
6: subtype cplv_rec_type is OKC_CONTRACT_PARTY_PVT.cplv_rec_type;
7: subtype cplv_tbl_type is OKC_CONTRACT_PARTY_PVT.cplv_tbl_type;
8: -- global variables
9: g_ctcv_rec ctcv_rec_type;
10: g_cplv_rec cplv_rec_type;
11: -- public procedure declarations