DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_TECH_SUMMARY dependencies on FND_USER

Line 180: (user_name fnd_user.user_name%type

176: INDEX BY BINARY_INTEGER;
177:
178: -- Users Record
179: TYPE tech_summary_user_rec IS RECORD
180: (user_name fnd_user.user_name%type
181: ,start_date date
182: ,description fnd_user.description%type
183: );
184:

Line 182: ,description fnd_user.description%type

178: -- Users Record
179: TYPE tech_summary_user_rec IS RECORD
180: (user_name fnd_user.user_name%type
181: ,start_date date
182: ,description fnd_user.description%type
183: );
184:
185:
186: -- Users Table

Line 194: (user_name fnd_user.user_name%type

190:
191:
192: -- User Responsibility Record
193: TYPE tech_summary_resp_rec IS RECORD
194: (user_name fnd_user.user_name%type
195: ,resp_key fnd_responsibility_vl.responsibility_name%type
196: ,app_short_name fnd_application.application_short_name%type
197: ,security_group fnd_security_groups_vl.security_group_name%type
198: ,owner varchar2(100)