DBA Data[Home] [Help]

APPS.PA_BUDGET_UTILS dependencies on FND_GLOBAL

Line 1771: x_last_update_login := FND_GLOBAL.LOGIN_ID;

1767: pa_debug.set_process('PLSQL','LOG',p_pa_debug_mode);
1768: END IF;
1769:
1770: x_created_by := to_number(fnd_profile.value('USER_ID'));
1771: x_last_update_login := FND_GLOBAL.LOGIN_ID;
1772:
1773: -- Get the baselined version
1774: x_err_stage := 'get baselined budget id <' || to_char(x_project_id)
1775: || '><' || x_budget_type_code || '>';

Line 2172: x_last_update_login := FND_GLOBAL.LOGIN_ID;

2168: fetch get_budget_type_code into v_budget_type_code;
2169: close get_budget_type_code;
2170:
2171: x_created_by := to_number(fnd_profile.value('USER_ID'));
2172: x_last_update_login := FND_GLOBAL.LOGIN_ID;
2173:
2174: -- Get the project_totals
2175: x_err_stage := 'verify if resource assignment exists <'
2176: || to_char(x_budget_version_id) || '><'

Line 2550: x_created_by := to_number(nvl(fnd_profile.value('USER_ID'),fnd_global.user_id));

2546: pa_debug.set_err_stack('PA_BUDGET_UTILS.SUMMERIZE_PROJECT_TOTALS');
2547: pa_debug.set_process('PLSQL','LOG',p_pa_debug_mode);
2548: END IF;
2549:
2550: x_created_by := to_number(nvl(fnd_profile.value('USER_ID'),fnd_global.user_id));
2551: x_last_update_login := FND_GLOBAL.LOGIN_ID;
2552:
2553: -- Get the project_totals
2554: x_err_stage := 'get project totals <' || to_char(x_budget_version_id)

Line 2551: x_last_update_login := FND_GLOBAL.LOGIN_ID;

2547: pa_debug.set_process('PLSQL','LOG',p_pa_debug_mode);
2548: END IF;
2549:
2550: x_created_by := to_number(nvl(fnd_profile.value('USER_ID'),fnd_global.user_id));
2551: x_last_update_login := FND_GLOBAL.LOGIN_ID;
2552:
2553: -- Get the project_totals
2554: x_err_stage := 'get project totals <' || to_char(x_budget_version_id)
2555: || '>';