[Home] [Help]
1766: if p_pg_id <> -1 then
1767: --
1768: -- This is an existing desc flex record, update group_name held on
1769: -- combinations table.
1770: update pay_people_groups
1771: set group_name = P_GROUP_NAME
1772: where people_group_id = P_PG_ID
1773: and P_GROUP_NAME is not null; -- 4103321
1774: --