DBA Data[Home] [Help]

APPS.GCS_CONS_ENG_UTILITY_PKG dependencies on GCS_CONS_IMPACT_ANALYSES

Line 554: FROM gcs_cons_impact_analyses

550:
551: IF (itemtype = 'GCSOPRWF') THEN
552: SELECT 'N'
553: INTO l_change_in_data
554: FROM gcs_cons_impact_analyses
555: WHERE run_name = cons_entity_wf_info.prior_run_identifier
556: AND consolidation_entity_id = cons_entity_wf_info.consolidation_entity
557: AND child_entity_id = oper_entity_wf_info.operating_entity
558: AND rownum < 2;