DBA Data[Home] [Help]

APPS.PA_FORECAST_ITEMS_UTILS dependencies on FND_PROFILE

Line 1372: l_week_starting_day_index := TO_NUMBER(FND_PROFILE.VALUE('PA_GLOBAL_WEEK_START_DAY'));

1368: PA_DEBUG.Init_err_stack(
1369: 'PA_FORECAST_ITEMS_UTILS.Get_Week_Dates_Range_Fc');
1370: -- Taking value of the day from the profile option
1371:
1372: l_week_starting_day_index := TO_NUMBER(FND_PROFILE.VALUE('PA_GLOBAL_WEEK_START_DAY'));
1373:
1374: /*Commenting below for Bug 7012687 : not use Select from dual to evaluate expression*/
1375: /* Added for Bug 5549814*/
1376: /* Utilizing the fact that 01-01-1950 was a Sunday and PA lookups value for a Sunday is 1 */