DBA Data[Home] [Help]

APPS.PA_FORECAST_ITEMS_UTILS dependencies on FND_PROFILE

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

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