DBA Data[Home] [Help]

APPS.BEN_PROCESS_USER_UTILITY dependencies on FND_SECURITY_GROUPS

Line 107: -- fnd_security_groups.security_group_id.

103: -- security_group_id -optional for 'ENABLE_SECURITY_GROUPS' profile option =
104: -- 'Y'. Length cannot exceed
105: -- per_sec_profile_assignments.security_group_id, which is
106: -- a number data type. It must be a valid value in
107: -- fnd_security_groups.security_group_id.
108: -- If this field is null or sec_profile_id is null,
109: -- then the view-all security profile for the employee's
110: -- business group will be used. No row will be inserted
111: -- into per_security_profile_assignments. Only 1 row will

Line 135: ,security_group_id fnd_security_groups.security_group_id%type

131: -- =========================================
132: TYPE fnd_resp_record IS RECORD
133: (responsibility_id fnd_responsibility.responsibility_id%type
134: ,respons_application_id fnd_responsibility.application_id%type
135: ,security_group_id fnd_security_groups.security_group_id%type
136: ,security_profile_id per_sec_profile_assignments.security_profile_id%type
137: );
138: g_fnd_resp_record fnd_resp_record;
139: --