DBA Data[Home] [Help]

APPS.FEM_DIM_UTILS_PVT dependencies on FEM_COND_DIM_CMP_DTL

Line 294: from fem_cond_dim_cmp_dtl where dim_attr_varchar_label =

290: --Cursor to determine if the attr is being used by Conditions.
291:
292: Cursor l_cond_usage_csr is
293: select 1 from dual where exists(select 1
294: from fem_cond_dim_cmp_dtl where dim_attr_varchar_label =
295: (select attribute_varchar_label from fem_dim_attributes_b
296: where attribute_id = p_attribute_id));
297:
298: --End Bug#4298566