DBA Data[Home] [Help]

APPS.PA_BUDGET_CORE1 dependencies on FND_GLOBAL

Line 313: x_created_by := FND_GLOBAL.USER_ID;

309: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
310: fnd_file.put_line(1,x_err_stack);
311: End if;
312:
313: x_created_by := FND_GLOBAL.USER_ID;
314: x_last_update_login := FND_GLOBAL.LOGIN_ID;
315:
316: savepoint before_copy_actual;
317:

Line 314: x_last_update_login := FND_GLOBAL.LOGIN_ID;

310: fnd_file.put_line(1,x_err_stack);
311: End if;
312:
313: x_created_by := FND_GLOBAL.USER_ID;
314: x_last_update_login := FND_GLOBAL.LOGIN_ID;
315:
316: savepoint before_copy_actual;
317:
318: x_err_stage := 'get budget entry method <' || x_budget_entry_method_code

Line 4398: x_created_by := FND_GLOBAL.USER_ID;

4394: x_err_code := 0;
4395: old_stack := x_err_stack;
4396: x_err_stack := x_err_stack || '->copy_draft_lines';
4397:
4398: x_created_by := FND_GLOBAL.USER_ID;
4399: x_last_update_login := FND_GLOBAL.LOGIN_ID;
4400:
4401: -- Bug 3266168: commented-out savepoint since this procedure is called from a procedure with a savepoint.
4402: --savepoint before_copy_draft_lines;

Line 4399: x_last_update_login := FND_GLOBAL.LOGIN_ID;

4395: old_stack := x_err_stack;
4396: x_err_stack := x_err_stack || '->copy_draft_lines';
4397:
4398: x_created_by := FND_GLOBAL.USER_ID;
4399: x_last_update_login := FND_GLOBAL.LOGIN_ID;
4400:
4401: -- Bug 3266168: commented-out savepoint since this procedure is called from a procedure with a savepoint.
4402: --savepoint before_copy_draft_lines;
4403: