[Home] [Help]
553: delete from fem_ext_Acct_types_attr where attribute_id in
554: (select attribute_id from fem_dim_attributes_b
555: where attribute_varchar_label in ('DEBIT_SIGN','LOAD_SIGN'));
556:
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');
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');
566:
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