DBA Data[Home] [Help]

APPS.WF_ENGINE dependencies on WF_DIRECTORY

Line 476: role_info_tbl wf_directory.wf_local_roles_tbl_type;

472: status PLS_INTEGER;
473: wiaIND NUMBER;
474: wiavIND NUMBER;
475:
476: role_info_tbl wf_directory.wf_local_roles_tbl_type;
477:
478: begin
479: -- Check Arguments
480: if ((itemtype is null) or

Line 552: Wf_Directory.GetRoleInfo2(avalue,role_info_tbl);

548: -- Null role values are ok
549: tvalue := '';
550: else
551: -- First check if value is internal name
552: Wf_Directory.GetRoleInfo2(avalue,role_info_tbl);
553: tvalue := role_info_tbl(1).name;
554: -- If not internal name, check for display_name
555: if (tvalue is null) then
556: begin