DBA Data[Home] [Help]

APPS.GCS_DRILLDOWN_UTIL_PKG dependencies on FEM_CAL_PERIODS_B

Line 327: FROM fem_cal_periods_b fcpb_source,

323:
324: -- Cursor to handle the reverse mapping if necessary
325: CURSOR reverse_map_period_c IS
326: SELECT fcpb_source.cal_period_id source_cal_period_id
327: FROM fem_cal_periods_b fcpb_source,
328: fem_cal_periods_b fcpb_target,
329: gcs_cal_period_maps gcpm,
330: fem_cal_periods_attr fcpb_source_num,
331: fem_cal_periods_attr fcpb_source_year,

Line 328: fem_cal_periods_b fcpb_target,

324: -- Cursor to handle the reverse mapping if necessary
325: CURSOR reverse_map_period_c IS
326: SELECT fcpb_source.cal_period_id source_cal_period_id
327: FROM fem_cal_periods_b fcpb_source,
328: fem_cal_periods_b fcpb_target,
329: gcs_cal_period_maps gcpm,
330: fem_cal_periods_attr fcpb_source_num,
331: fem_cal_periods_attr fcpb_source_year,
332: fem_cal_periods_attr fcpb_target_num,