DBA Data[Home] [Help]

APPS.HR_ELEMENTS dependencies on FND_GLOBAL

Line 798: c_user_id := fnd_global.user_id;

794: -- Obtain Pay value name from hr_lookups
795: l_pay_value_name := hr_input_values.get_pay_value_name
796: (p_legislation_code);
797: --
798: c_user_id := fnd_global.user_id;
799: c_login_id := fnd_global.login_id;
800: --
801: if g_debug then
802: hr_utility.set_location('hr_elements.ins_input_value', 3);

Line 799: c_login_id := fnd_global.login_id;

795: l_pay_value_name := hr_input_values.get_pay_value_name
796: (p_legislation_code);
797: --
798: c_user_id := fnd_global.user_id;
799: c_login_id := fnd_global.login_id;
800: --
801: if g_debug then
802: hr_utility.set_location('hr_elements.ins_input_value', 3);
803: end if;