DBA Data[Home] [Help]

APPS.PA_IND_COST_MULTIPLIERS_PKG dependencies on FND_GLOBAL

Line 21: x_last_updated_by := FND_GLOBAL.USER_ID;

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

Line 22: x_created_by := FND_GLOBAL.USER_ID;

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

Line 23: x_last_update_login := FND_GLOBAL.LOGIN_ID;

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