DBA Data[Home] [Help]

APPS.PER_APPLICANT_PKG dependencies on PAY_PEOPLE_GROUPS

Line 2157: update pay_people_groups

2153: if p_pg_id <> -1 then
2154: --
2155: -- This is an existing desc flex record, update group_name held on
2156: -- combinations table.
2157: update pay_people_groups
2158: set group_name = P_GROUP_NAME
2159: where people_group_id = P_PG_ID
2160: and P_GROUP_NAME is not null; -- 4103321
2161: --