DBA Data[Home] [Help]

APPS.PA_IND_COST_MULTIPLIERS_PKG dependencies on FND_GLOBAL

Line 20: x_last_updated_by := FND_GLOBAL.USER_ID;

16:
17: -- start copying the multipliers from the FROM revision to the TO revision
18:
19: begin
20: x_last_updated_by := FND_GLOBAL.USER_ID;
21: x_created_by := FND_GLOBAL.USER_ID;
22: x_last_update_login := FND_GLOBAL.LOGIN_ID;
23:
24: /* For Bug 3087964, inserting ready_to_compile_flag with value of 'Y' as default.

Line 21: x_created_by := FND_GLOBAL.USER_ID;

17: -- start copying the multipliers from the FROM revision to the TO revision
18:
19: begin
20: x_last_updated_by := FND_GLOBAL.USER_ID;
21: x_created_by := FND_GLOBAL.USER_ID;
22: x_last_update_login := FND_GLOBAL.LOGIN_ID;
23:
24: /* For Bug 3087964, inserting ready_to_compile_flag with value of 'Y' as default.
25: otherwise the schedule will not get compiled.

Line 22: x_last_update_login := FND_GLOBAL.LOGIN_ID;

18:
19: begin
20: x_last_updated_by := FND_GLOBAL.USER_ID;
21: x_created_by := FND_GLOBAL.USER_ID;
22: x_last_update_login := FND_GLOBAL.LOGIN_ID;
23:
24: /* For Bug 3087964, inserting ready_to_compile_flag with value of 'Y' as default.
25: otherwise the schedule will not get compiled.
26: Inserting only those multipliers with ready_to_compile_flag <> 'X'.