DBA Data[Home] [Help]

APPS.GCS_CONS_ENG_UTILITY_PKG dependencies on GCS_CONS_ENG_RUNS

Line 562: FROM gcs_cons_eng_runs

558: AND rownum < 2;
559: ELSE
560: SELECT 'N'
561: INTO l_change_in_data
562: FROM gcs_cons_eng_runs
563: WHERE run_name = cons_entity_wf_info.prior_run_identifier
564: AND run_entity_id = cons_entity_wf_info.consolidation_entity
565: AND impacted_flag = 'Y';
566: END IF;

Line 1246: gcs_cons_eng_runs gcer

1242: gcerd.rule_id,
1243: geh.entry_id
1244: FROM gcs_cons_eng_run_dtls gcerd,
1245: gcs_entry_headers geh,
1246: gcs_cons_eng_runs gcer
1247: WHERE geh.hierarchy_id = p_hierarchy_id
1248: AND geh.entity_id = p_target_entity_id
1249: AND geh.category_code = p_category_code
1250: AND geh.entry_type_code = 'MULTIPLE_PARENTS'