DBA Data[Home] [Help]

APPS.HR_ORG_INFO_BRI dependencies on FND_SECURITY_GROUPS_API

Line 125: fnd_security_groups_api.Create_Group

121: --
122: l_bg_name := substrb(l_security_group_name, 1, 80);
123: --
124: :new.org_information14 :=
125: fnd_security_groups_api.Create_Group
126: (to_char(:new.organization_id) -- security group key
127: ,l_bg_name -- business group name
128: ,' ' -- description
129: );