DBA Data[Home] [Help]

APPS.FEM_DIM_UTILS_PVT dependencies on FEM_COL_POPULATION_TMPLT_B

Line 288: from fem_col_population_tmplt_b where attribute_id = p_attribute_id);

284: --Cursor to determine if the attr is being used by Col pop tmplt
285:
286: Cursor l_col_pop_usage_csr is
287: select 1 from dual where exists(select 1
288: from fem_col_population_tmplt_b where attribute_id = p_attribute_id);
289:
290: --Cursor to determine if the attr is being used by Conditions.
291:
292: Cursor l_cond_usage_csr is