DBA Data[Home] [Help]

APPS.CHV_CUM_PERIODS_S2 dependencies on FND_GLOBAL

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

99: x_cum_quantity_received := 0;
100: x_cum_quantity_received_prim := 0;
101:
102: -- Get x_user_id and x_login_id from the global variable set.
103: x_user_id := NVL(fnd_global.user_id, 0);
104: x_login_id := NVL(fnd_global.login_id, 0);
105:
106: --dbms_output.put_line('Get Cum Info: user id, login'||x_user_id||x_login_id);
107:

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

100: x_cum_quantity_received_prim := 0;
101:
102: -- Get x_user_id and x_login_id from the global variable set.
103: x_user_id := NVL(fnd_global.user_id, 0);
104: x_login_id := NVL(fnd_global.login_id, 0);
105:
106: --dbms_output.put_line('Get Cum Info: user id, login'||x_user_id||x_login_id);
107:
108: -- Get the open cum period for the organization.