DBA Data[Home] [Help]

APPS.OKC_ROLE_SOURCE_PVT dependencies on OKC_CSO_PVT

Line 6: subtype csov_rec_type is OKC_CSO_PVT.csov_rec_type;

2: /* $Header: OKCCRSCS.pls 120.0 2005/05/26 09:36:02 appldev noship $ */
3: -- simple entity object subtype definitions
4: subtype rscv_rec_type is OKC_RSC_PVT.rscv_rec_type;
5: subtype rscv_tbl_type is OKC_RSC_PVT.rscv_tbl_type;
6: subtype csov_rec_type is OKC_CSO_PVT.csov_rec_type;
7: subtype csov_tbl_type is OKC_CSO_PVT.csov_tbl_type;
8:
9: -- public procedure declarations
10: -- for use by OKC_role_source_PUB public PL/SQL API

Line 7: subtype csov_tbl_type is OKC_CSO_PVT.csov_tbl_type;

3: -- simple entity object subtype definitions
4: subtype rscv_rec_type is OKC_RSC_PVT.rscv_rec_type;
5: subtype rscv_tbl_type is OKC_RSC_PVT.rscv_tbl_type;
6: subtype csov_rec_type is OKC_CSO_PVT.csov_rec_type;
7: subtype csov_tbl_type is OKC_CSO_PVT.csov_tbl_type;
8:
9: -- public procedure declarations
10: -- for use by OKC_role_source_PUB public PL/SQL API
11: procedure create_role_source(p_api_version IN NUMBER,