DBA Data[Home] [Help]

APPS.GCS_AD_TRIALBALANCE_PKG dependencies on FEM_CAL_PERIODS_ATTR

Line 132: || 'FROM fem_cal_periods_attr fcpa, gcs_ad_transactions gat'

128: 'SELECT gat.assoc_entry_id, gat.cal_period_id, fcpa.number_assign_value + 1 '
129: || g_nl
130: || 'INTO l_entry_id, l_cal_period_id, l_year_to_apply_re '
131: || g_nl
132: || 'FROM fem_cal_periods_attr fcpa, gcs_ad_transactions gat'
133: || g_nl
134: || ' WHERE fcpa.cal_period_id = gat.cal_period_id
135: AND fcpa.attribute_id = ' ||
136: gcs_utility_pkg.g_dimension_attr_info ('CAL_PERIOD_ID-ACCOUNTING_YEAR').attribute_id ||'

Line 146: FROM fem_cal_periods_attr fcpa, gcs_ad_transactions gat

142: END IF;
143:
144: SELECT gat.assoc_entry_id, gat.cal_period_id, fcpa.number_assign_value + 1
145: INTO l_entry_id, l_cal_period_id, l_year_to_apply_re
146: FROM fem_cal_periods_attr fcpa, gcs_ad_transactions gat
147: WHERE fcpa.cal_period_id = gat.cal_period_id
148: AND fcpa.attribute_id =
149: gcs_utility_pkg.g_dimension_attr_info ('CAL_PERIOD_ID-ACCOUNTING_YEAR').attribute_id
150: AND fcpa.version_id =