DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F1_PKG dependencies on PAY_PEOPLE_GROUPS

Line 302: update pay_people_groups

298: --End of Fix 2762904
299: IF g_debug THEN
300: hr_utility.set_location( g_package || l_proc, 20);
301: END IF;
302: update pay_people_groups
303: set group_name = l_xname
304: where people_group_id = P_PG_ID
305: and (group_name <> p_group_name
306: or group_name is null)