[Home] [Help]
53: cursor c1 is
54: select cs_clmn_dim_dtls_id,
55: last_updated_by,
56: last_update_date
57: from MSD_CS_CLMN_DIM_DTLS_V
58: where
59: cs_definition_id = (select cs_definition_id from msd_cs_definitions where name = p_definition_name) and
60: table_column = p_table_column and
61: dimension_code = p_dimension_code;