DBA Data[Home] [Help]

APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on GCS_ENTRY_HEADERS

Line 1025: FROM gcs_entry_headers geh, fem_cal_periods_attr fcpa_start

1021: l_hierarchy_id,
1022: l_entity_id,
1023: l_bal_type_code,
1024: l_start_cp_end_date
1025: FROM gcs_entry_headers geh, fem_cal_periods_attr fcpa_start
1026: WHERE geh.entry_id = l_entry_id
1027: AND geh.start_cal_period_id = fcpa_start.cal_period_id
1028: AND fcpa_start.attribute_id = l_cal_period_attr
1029: AND fcpa_start.version_id = l_cal_period_version;

Line 1203: FROM gcs_entry_headers geh, fem_cal_periods_attr fcpa_start

1199: l_hierarchy_id,
1200: l_entity_id,
1201: l_bal_type_code,
1202: l_start_cp_end_date
1203: FROM gcs_entry_headers geh, fem_cal_periods_attr fcpa_start
1204: WHERE geh.entry_id = l_entry_id
1205: AND geh.start_cal_period_id = fcpa_start.cal_period_id
1206: AND fcpa_start.attribute_id =
1207: gcs_utility_pkg.g_dimension_attr_info('CAL_PERIOD_ID-CAL_PERIOD_END_DATE')

Line 1908: FROM gcs_entry_headers geh, fem_cal_periods_attr fcpa_start

1904: l_hierarchy_id,
1905: l_entity_id,
1906: l_bal_type_code,
1907: l_start_cp_end_date
1908: FROM gcs_entry_headers geh, fem_cal_periods_attr fcpa_start
1909: WHERE geh.entry_id = l_entry_id
1910: AND geh.start_cal_period_id = fcpa_start.cal_period_id
1911: AND fcpa_start.attribute_id =
1912: gcs_utility_pkg.g_dimension_attr_info('CAL_PERIOD_ID-CAL_PERIOD_END_DATE')