DBA Data[Home] [Help]

APPS.PA_BUDGET_CORE1 dependencies on FND_GLOBAL

Line 155: x_created_by := FND_GLOBAL.USER_ID;

151: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
152: fnd_file.put_line(1,x_err_stack);
153: End if;
154:
155: x_created_by := FND_GLOBAL.USER_ID;
156: x_last_update_login := FND_GLOBAL.LOGIN_ID;
157:
158: savepoint before_copy_actual;
159:

Line 156: x_last_update_login := FND_GLOBAL.LOGIN_ID;

152: fnd_file.put_line(1,x_err_stack);
153: End if;
154:
155: x_created_by := FND_GLOBAL.USER_ID;
156: x_last_update_login := FND_GLOBAL.LOGIN_ID;
157:
158: savepoint before_copy_actual;
159:
160: x_err_stage := 'get budget entry method <' || x_budget_entry_method_code

Line 3980: x_created_by := FND_GLOBAL.USER_ID;

3976: x_err_code := 0;
3977: old_stack := x_err_stack;
3978: x_err_stack := x_err_stack || '->copy_draft_lines';
3979:
3980: x_created_by := FND_GLOBAL.USER_ID;
3981: x_last_update_login := FND_GLOBAL.LOGIN_ID;
3982:
3983: -- Bug 3266168: commented-out savepoint since this procedure is called from a procedure with a savepoint.
3984: --savepoint before_copy_draft_lines;

Line 3981: x_last_update_login := FND_GLOBAL.LOGIN_ID;

3977: old_stack := x_err_stack;
3978: x_err_stack := x_err_stack || '->copy_draft_lines';
3979:
3980: x_created_by := FND_GLOBAL.USER_ID;
3981: x_last_update_login := FND_GLOBAL.LOGIN_ID;
3982:
3983: -- Bug 3266168: commented-out savepoint since this procedure is called from a procedure with a savepoint.
3984: --savepoint before_copy_draft_lines;
3985: