DBA Data[Home] [Help]

APPS.WFA_SEC dependencies on WF_DIRECTORY

Line 246: role_info_tbl wf_directory.wf_local_roles_tbl_type;

242: c_territory VARCHAR2(80);
243: c_language VARCHAR2(80);
244: c_date_format VARCHAR2(40);
245: l_user_id NUMBER := to_number(null);
246: role_info_tbl wf_directory.wf_local_roles_tbl_type;
247: begin
248:
249: l_result := ICX_SEC.PseudoSession (l_session_id, IncludeHeader);
250:

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

248:
249: l_result := ICX_SEC.PseudoSession (l_session_id, IncludeHeader);
250:
251: if (user_name is not null) then
252: Wf_Directory.GetRoleInfo2(user_name,role_info_tbl);
253:
254: -- do not brother to find out the user id if we use fnd_preferences
255: if (Use_FND_Preferences) then
256: l_user_id := to_number(null);

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

795: l_application_id number;
796:
797: result varchar2(32000);
798: begin
799: Wf_Directory.GetRoleOrigSysInfo(user_name, l_orig_system, l_orig_system_id);
800:
801: if (instr(l_orig_system, 'FND_USR') > 0) then
802: result := fnd_profile.value_specific(name=>Get_Profile_Value.name,
803: user_id=>l_orig_system_id);