[Home] [Help]
1038: SELECT cons_entity_wf_info.run_identifier,
1039: cons_entity_wf_info.consolidation_entity,
1040: DECODE(category_code, 'DATAPREPARATION', 'IN_PROGRESS', 'NOT_STARTED') request_error_code,
1041: category_code
1042: FROM gcs_categories_b
1043: WHERE category_number > 0
1044: AND enabled_flag = 'Y';
1045:
1046: BEGIN