DBA Data[Home] [Help]

APPS.FEM_AW_SNAPSHOT_PKG dependencies on FEM_DIM_ATTRIBUTES_B

Line 37: FROM fem_dim_attributes_b;

33: v_sql_cmd2 VARCHAR2(4000);
34:
35: CURSOR cv_dims IS
36: SELECT distinct dimension_id
37: FROM fem_dim_attributes_b;
38:
39: CURSOR cv_attrs IS
40: SELECT attribute_id
41: FROM fem_dim_attributes_b

Line 41: FROM fem_dim_attributes_b

37: FROM fem_dim_attributes_b;
38:
39: CURSOR cv_attrs IS
40: SELECT attribute_id
41: FROM fem_dim_attributes_b
42: WHERE dimension_id = v_dim_id;
43:
44: BEGIN
45: