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 2171: x_last_update_login := FND_GLOBAL.LOGIN_ID;

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

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

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

Line 2547: x_last_update_login := FND_GLOBAL.LOGIN_ID;

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