DBA Data[Home] [Help]

APPS.FEM_REFRESH_UTIL_PKG dependencies on FEM_DIM_ATTRIBUTES_VL

Line 561: delete from fem_dim_attributes_vl where attribute_varchar_label in ('DEBIT_SIGN','LOAD_SIGN');

557: delete from fem_dim_attr_Versions_vl
558: where attribute_id in (select attribute_id from fem_dim_attributes_b
559: where attribute_Varchar_label in ('DEBIT_SIGN','LOAD_SIGN'));
560:
561: delete from fem_dim_attributes_vl where attribute_varchar_label in ('DEBIT_SIGN','LOAD_SIGN');
562:
563: delete from fem_ln_items_attr where attribute_id in
564: (select attribute_id from fem_dim_attributes_b
565: where attribute_Varchar_label = 'STATISTICS_TYPE_FLAG');

Line 571: delete from fem_dim_attributes_vl

567: delete from fem_dim_attr_Versions_vl
568: where attribute_id in
569: (select attribute_id from fem_dim_attributes_b
570: where attribute_Varchar_label = 'STATISTICS_TYPE_FLAG');
571: delete from fem_dim_attributes_vl
572: where attribute_varchar_label = 'STATISTICS_TYPE_FLAG';
573:
574:
575: