DBA Data[Home] [Help]

APPS.FII_EA_CUMUL_EXP_TREND_PKG dependencies on FND_PROFILE

Line 133: l_budget_time_unit := NVL(FND_PROFILE.Value( 'FII_BUDGET_TIME_UNIT' ),'P');

129: fii_ea_util_pkg.reset_globals;
130:
131: -- Assigning budget/forecast profile value to local variables
132:
133: l_budget_time_unit := NVL(FND_PROFILE.Value( 'FII_BUDGET_TIME_UNIT' ),'P');
134: l_forecast_time_unit := NVL(FND_PROFILE.Value( 'FII_FORECAST_TIME_UNIT' ),'P');
135:
136: -- Variables related to Period Type = Quarter
137: -- Default value will be 1 for Period Type = Month

Line 134: l_forecast_time_unit := NVL(FND_PROFILE.Value( 'FII_FORECAST_TIME_UNIT' ),'P');

130:
131: -- Assigning budget/forecast profile value to local variables
132:
133: l_budget_time_unit := NVL(FND_PROFILE.Value( 'FII_BUDGET_TIME_UNIT' ),'P');
134: l_forecast_time_unit := NVL(FND_PROFILE.Value( 'FII_FORECAST_TIME_UNIT' ),'P');
135:
136: -- Variables related to Period Type = Quarter
137: -- Default value will be 1 for Period Type = Month
138:

Line 290: l_budget_forecast_profile := NVL(FND_PROFILE.Value( 'FII_FB_STEP'),'N');

286: -- Getting the profile option for budget/forecast.
287: -- For profile option = 'Y',Cumulative Budget/Forecast will be shown.
288: -- However, for profile option = 'N', Versioning will be taken care of, without any cumulation
289:
290: l_budget_forecast_profile := NVL(FND_PROFILE.Value( 'FII_FB_STEP'),'N');
291:
292: /* Program Flow will be as follows:
293:
294: -- Compare To = Budget/Forecast implies that the third column in the report table (Prior Period)