DBA Data[Home] [Help]

APPS.GCS_CONS_ENGINE_PKG dependencies on GCS_CONS_IMPACT_ANALYSES

Line 398: FROM gcs_cons_impact_analyses gcia,

394: SELECT gcia.entry_id,
395: gcia.stat_entry_id
396: INTO l_entry_id,
397: l_stat_entry_id
398: FROM gcs_cons_impact_analyses gcia,
399: gcs_entry_headers geh,
400: gcs_data_sub_dtls gdsd
401: WHERE gcia.run_name = cons_entity_wf_info.prior_run_identifier
402: AND gcia.consolidation_entity_id = cons_entity_wf_info.consolidation_entity

Line 500: FROM gcs_cons_impact_analyses

496: BEGIN
497: IF (result = 'COMPLETE:INCREMENTAL') THEN
498: SELECT 'COMPLETE:FULL'
499: INTO result
500: FROM gcs_cons_impact_analyses
501: WHERE run_name = cons_entity_wf_info.prior_run_identifier
502: AND consolidation_entity_id = cons_entity_wf_info.consolidation_entity
503: AND child_entity_id = oper_entity_wf_info.operating_entity
504: --Bugfix 4665921: Added GCS_VS_MAP_UPDATED check to support impact for value set assignments