DBA Data[Home] [Help]

APPS.CNDISL_SLICE_DEF_DIM_PKG dependencies on CN_DIMENSIONS

Line 41: cn_dimensions dim

37:
38: SELECT col.name, dim.name
39: INTO X_column_name, X_dimension_name
40: FROM cn_obj_columns_v col,
41: cn_dimensions dim
42: WHERE col.column_id = X_source_column_id
43: AND col.dimension_id = dim.dimension_id (+);
44:
45: SELECT name