DBA Data[Home] [Help]

APPS.WFA_SEC dependencies on WF_DIRECTORY

Line 235: role_info_tbl wf_directory.wf_local_roles_tbl_type;

231: c_territory VARCHAR2(80);
232: c_language VARCHAR2(80);
233: c_date_format VARCHAR2(40);
234: l_user_id NUMBER := to_number(null);
235: role_info_tbl wf_directory.wf_local_roles_tbl_type;
236: begin
237:
238: l_result := ICX_SEC.PseudoSession (l_session_id, IncludeHeader);
239:

Line 241: Wf_Directory.GetRoleInfo2(user_name,role_info_tbl);

237:
238: l_result := ICX_SEC.PseudoSession (l_session_id, IncludeHeader);
239:
240: if (user_name is not null) then
241: Wf_Directory.GetRoleInfo2(user_name,role_info_tbl);
242:
243: -- do not brother to find out the user id if we use fnd_preferences
244: if (Use_FND_Preferences) then
245: l_user_id := to_number(null);

Line 791: Wf_Directory.GetRoleOrigSysInfo(user_name, l_orig_system, l_orig_system_id);

787: l_application_id number;
788:
789: result varchar2(32000);
790: begin
791: Wf_Directory.GetRoleOrigSysInfo(user_name, l_orig_system, l_orig_system_id);
792:
793: if (instr(l_orig_system, 'FND_USR') > 0) then
794: result := fnd_profile.value_specific(name=>Get_Profile_Value.name,
795: user_id=>l_orig_system_id);