DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_TECH_SUMMARY dependencies on FND_SECURITY_GROUPS_VL

Line 197: ,security_group fnd_security_groups_vl.security_group_name%type

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)
199: ,start_date varchar2(80)
200: ,end_date varchar2(80)
201: --,start_date fnd_responsibility_vl.start_date%type

Line 390: (security_group_name fnd_security_groups_vl.security_group_name%type

386: bg_rec
387: INDEX BY BINARY_INTEGER;
388:
389: TYPE sg_rec IS RECORD
390: (security_group_name fnd_security_groups_vl.security_group_name%type
391: ,business_group_name per_business_groups.name%type);
392:
393: TYPE sg_tab IS TABLE OF
394: sg_rec