DBA Data[Home] [Help]

APPS.CHV_REBUILD_SCHEDULES dependencies on FND_GLOBAL

Line 63: x_user_id := NVL(fnd_global.user_id, 0);

59:
60: dbms_output.put_line('Entering rebuild_schedule');
61:
62: -- Get x_user_id and x_login_id from the global variable set.
63: x_user_id := NVL(fnd_global.user_id, 0);
64: x_login_id := NVL(fnd_global.login_id, 0);
65:
66: x_progress := '010';
67:

Line 64: x_login_id := NVL(fnd_global.login_id, 0);

60: dbms_output.put_line('Entering rebuild_schedule');
61:
62: -- Get x_user_id and x_login_id from the global variable set.
63: x_user_id := NVL(fnd_global.user_id, 0);
64: x_login_id := NVL(fnd_global.login_id, 0);
65:
66: x_progress := '010';
67:
68: -- Find the Schedule Header that we are rebuilding. We will be using