DBA Data[Home] [Help]

APPS.GCS_RULES_PROCESSOR dependencies on FEM_CAL_PERIODS_ATTR

Line 539: FROM fem_cal_periods_attr

535:
536: -- get the processing calendar period end date
537: CURSOR c_get_end_date IS
538: SELECT date_assign_value
539: FROM fem_cal_periods_attr
540: where cal_period_id = contextData.calPeriodId
541: AND attribute_id =
542: gcs_utility_pkg.g_dimension_attr_info('CAL_PERIOD_ID-CAL_PERIOD_END_DATE')
543: .attribute_id