DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F1_PKG dependencies on PAY_PEOPLE_GROUPS

Line 338: update pay_people_groups

334: --End of Fix 2762904
335: IF g_debug THEN
336: hr_utility.set_location( g_package || l_proc, 20);
337: END IF;
338: update pay_people_groups
339: set group_name = l_xname
340: where people_group_id = P_PG_ID
341: and (group_name <> p_group_name
342: or group_name is null)