DBA Data[Home] [Help]

APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on GCS_CONS_ENG_RUN_DTLS

Line 1305: gcs_cons_eng_run_dtls gcerd,

1301: gcerd.child_entity_id,
1302: gcer.hierarchy_id,
1303: gcer.cal_period_id
1304: FROM gcs_cons_eng_runs gcer,
1305: gcs_cons_eng_run_dtls gcerd,
1306: gcs_curr_treatments_b gctb,
1307: fem_cal_periods_b fcpb,
1308: fem_cal_periods_attr fcpa_end,
1309: gcs_cons_relationships gcr,

Line 1463: FROM gcs_cons_eng_runs gcer, gcs_cons_eng_run_dtls gcerd

1459: END IF;
1460:
1461: SELECT gcer.run_name, gcer.run_entity_id
1462: INTO l_run_name, l_run_entity_id
1463: FROM gcs_cons_eng_runs gcer, gcs_cons_eng_run_dtls gcerd
1464: WHERE gcer.hierarchy_id = l_hierarchy_id
1465: AND gcer.cal_period_id = l_cal_period_id
1466: AND gcer.most_recent_flag = 'Y'
1467: AND gcer.run_entity_id = gcerd.consolidation_entity_id