DBA Data[Home] [Help]

APPS.OKC_ROLE_SOURCE_PUB dependencies on OKC_CSO_PVT

Line 7: subtype csov_rec_type is OKC_CSO_PVT.csov_rec_type;

3:
4: -- simple entity object subtype definitions
5: subtype rscv_rec_type is OKC_RSC_PVT.rscv_rec_type;
6: subtype rscv_tbl_type is OKC_RSC_PVT.rscv_tbl_type;
7: subtype csov_rec_type is OKC_CSO_PVT.csov_rec_type;
8: subtype csov_tbl_type is OKC_CSO_PVT.csov_tbl_type;
9:
10: -- global variables
11: g_rscv_rec rscv_rec_type;

Line 8: subtype csov_tbl_type is OKC_CSO_PVT.csov_tbl_type;

4: -- simple entity object subtype definitions
5: subtype rscv_rec_type is OKC_RSC_PVT.rscv_rec_type;
6: subtype rscv_tbl_type is OKC_RSC_PVT.rscv_tbl_type;
7: subtype csov_rec_type is OKC_CSO_PVT.csov_rec_type;
8: subtype csov_tbl_type is OKC_CSO_PVT.csov_tbl_type;
9:
10: -- global variables
11: g_rscv_rec rscv_rec_type;
12: g_csov_rec csov_rec_type;