DBA Data[Home] [Help]

APPS.CHV_CUM_PERIODS_S2 dependencies on FND_GLOBAL

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

93: x_cum_quantity_received := 0;
94: x_cum_quantity_received_prim := 0;
95:
96: -- Get x_user_id and x_login_id from the global variable set.
97: x_user_id := NVL(fnd_global.user_id, 0);
98: x_login_id := NVL(fnd_global.login_id, 0);
99:
100: --dbms_output.put_line('Get Cum Info: user id, login'||x_user_id||x_login_id);
101:

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

94: x_cum_quantity_received_prim := 0;
95:
96: -- Get x_user_id and x_login_id from the global variable set.
97: x_user_id := NVL(fnd_global.user_id, 0);
98: x_login_id := NVL(fnd_global.login_id, 0);
99:
100: --dbms_output.put_line('Get Cum Info: user id, login'||x_user_id||x_login_id);
101:
102: -- Get the open cum period for the organization.