DBA Data[Home] [Help]

APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on GCS_CAL_PERIOD_MAPS

Line 86: FROM GCS_CAL_PERIOD_MAPS gcpm,

82: l_src_calendar_id,
83: l_src_dimension_group_id,
84: l_tgt_calendar_id,
85: l_tgt_dimension_group_id
86: FROM GCS_CAL_PERIOD_MAPS gcpm,
87: gcs_hierarchies_b ghb,
88: fem_cal_periods_b fcpb
89: WHERE gcpm.SOURCE_CALENDAR_ID = fcpb.CALENDAR_ID
90: AND gcpm.SOURCE_DIMENSION_GROUP_ID = fcpb.DIMENSION_GROUP_ID

Line 795: gcs_cal_period_maps_gt gcpmt,

791: FROM gcs_cons_eng_runs gcer,
792: gcs_cons_relationships gcr,
793: fem_cal_periods_attr fcpa,
794: gcs_entity_cons_attrs geca,
795: gcs_cal_period_maps_gt gcpmt,
796: fem_cal_periods_b fcpb,
797: gcs_hierarchies_b ghb
798: WHERE gcer.most_recent_flag = 'Y'
799: AND gcer.balance_type_code = p_balance_type_code

Line 869: --Explode into calendar period maps table gcs_cal_period_maps_gt

865: AND fla.ledger_id = l_ledger_id
866: AND fla.attribute_id = l_func_currency_attr
867: AND fla.version_id = l_func_currency_ver;
868:
869: --Explode into calendar period maps table gcs_cal_period_maps_gt
870: gcs_utility_pkg.populate_calendar_map_details(l_data_sub_info.cal_period_id,
871: 'Y',
872: 'N');
873: