DBA Data[Home] [Help]

APPS.GCS_XML_DT_UTILITY_PKG dependencies on GCS_CONS_RELATIONSHIPS

Line 243: FROM gcs_cons_relationships gcr,

239: CURSOR c1 ( p_entity_id number,
240: p_run_name varchar2 )
241: IS
242: SELECT DISTINCT gcr.child_entity_id
243: FROM gcs_cons_relationships gcr,
244: gcs_cons_eng_runs gcer,
245: fem_cal_periods_attr fcpa
246: WHERE gcr.parent_entity_id = p_entity_id
247: AND gcr.dominant_parent_flag = 'Y'