DBA Data[Home] [Help]

APPS.OKC_CHANGE_REQUEST_PUB dependencies on OKC_CHANGE_REQUEST_PVT

Line 4: subtype crtv_rec_type is OKC_CHANGE_REQUEST_PVT.crtv_rec_type;

1: package OKC_CHANGE_REQUEST_PUB AUTHID CURRENT_USER as
2: /* $Header: OKCPCRTS.pls 120.0 2005/05/26 09:39:03 appldev noship $ */
3: -- simple entity object subtype definitions
4: subtype crtv_rec_type is OKC_CHANGE_REQUEST_PVT.crtv_rec_type;
5: subtype crtv_tbl_type is OKC_CHANGE_REQUEST_PVT.crtv_tbl_type;
6: subtype corv_rec_type is OKC_CHANGE_REQUEST_PVT.corv_rec_type;
7: subtype corv_tbl_type is OKC_CHANGE_REQUEST_PVT.corv_tbl_type;
8: subtype cprv_rec_type is OKC_CHANGE_REQUEST_PVT.cprv_rec_type;

Line 5: subtype crtv_tbl_type is OKC_CHANGE_REQUEST_PVT.crtv_tbl_type;

1: package OKC_CHANGE_REQUEST_PUB AUTHID CURRENT_USER as
2: /* $Header: OKCPCRTS.pls 120.0 2005/05/26 09:39:03 appldev noship $ */
3: -- simple entity object subtype definitions
4: subtype crtv_rec_type is OKC_CHANGE_REQUEST_PVT.crtv_rec_type;
5: subtype crtv_tbl_type is OKC_CHANGE_REQUEST_PVT.crtv_tbl_type;
6: subtype corv_rec_type is OKC_CHANGE_REQUEST_PVT.corv_rec_type;
7: subtype corv_tbl_type is OKC_CHANGE_REQUEST_PVT.corv_tbl_type;
8: subtype cprv_rec_type is OKC_CHANGE_REQUEST_PVT.cprv_rec_type;
9: subtype cprv_tbl_type is OKC_CHANGE_REQUEST_PVT.cprv_tbl_type;

Line 6: subtype corv_rec_type is OKC_CHANGE_REQUEST_PVT.corv_rec_type;

2: /* $Header: OKCPCRTS.pls 120.0 2005/05/26 09:39:03 appldev noship $ */
3: -- simple entity object subtype definitions
4: subtype crtv_rec_type is OKC_CHANGE_REQUEST_PVT.crtv_rec_type;
5: subtype crtv_tbl_type is OKC_CHANGE_REQUEST_PVT.crtv_tbl_type;
6: subtype corv_rec_type is OKC_CHANGE_REQUEST_PVT.corv_rec_type;
7: subtype corv_tbl_type is OKC_CHANGE_REQUEST_PVT.corv_tbl_type;
8: subtype cprv_rec_type is OKC_CHANGE_REQUEST_PVT.cprv_rec_type;
9: subtype cprv_tbl_type is OKC_CHANGE_REQUEST_PVT.cprv_tbl_type;
10:

Line 7: subtype corv_tbl_type is OKC_CHANGE_REQUEST_PVT.corv_tbl_type;

3: -- simple entity object subtype definitions
4: subtype crtv_rec_type is OKC_CHANGE_REQUEST_PVT.crtv_rec_type;
5: subtype crtv_tbl_type is OKC_CHANGE_REQUEST_PVT.crtv_tbl_type;
6: subtype corv_rec_type is OKC_CHANGE_REQUEST_PVT.corv_rec_type;
7: subtype corv_tbl_type is OKC_CHANGE_REQUEST_PVT.corv_tbl_type;
8: subtype cprv_rec_type is OKC_CHANGE_REQUEST_PVT.cprv_rec_type;
9: subtype cprv_tbl_type is OKC_CHANGE_REQUEST_PVT.cprv_tbl_type;
10:
11: -- global variables

Line 8: subtype cprv_rec_type is OKC_CHANGE_REQUEST_PVT.cprv_rec_type;

4: subtype crtv_rec_type is OKC_CHANGE_REQUEST_PVT.crtv_rec_type;
5: subtype crtv_tbl_type is OKC_CHANGE_REQUEST_PVT.crtv_tbl_type;
6: subtype corv_rec_type is OKC_CHANGE_REQUEST_PVT.corv_rec_type;
7: subtype corv_tbl_type is OKC_CHANGE_REQUEST_PVT.corv_tbl_type;
8: subtype cprv_rec_type is OKC_CHANGE_REQUEST_PVT.cprv_rec_type;
9: subtype cprv_tbl_type is OKC_CHANGE_REQUEST_PVT.cprv_tbl_type;
10:
11: -- global variables
12: g_crtv_rec crtv_rec_type;

Line 9: subtype cprv_tbl_type is OKC_CHANGE_REQUEST_PVT.cprv_tbl_type;

5: subtype crtv_tbl_type is OKC_CHANGE_REQUEST_PVT.crtv_tbl_type;
6: subtype corv_rec_type is OKC_CHANGE_REQUEST_PVT.corv_rec_type;
7: subtype corv_tbl_type is OKC_CHANGE_REQUEST_PVT.corv_tbl_type;
8: subtype cprv_rec_type is OKC_CHANGE_REQUEST_PVT.cprv_rec_type;
9: subtype cprv_tbl_type is OKC_CHANGE_REQUEST_PVT.cprv_tbl_type;
10:
11: -- global variables
12: g_crtv_rec crtv_rec_type;
13: g_corv_rec corv_rec_type;