DBA Data[Home] [Help]

APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on GCS_CAL_PERIOD_MAPS_GT

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: