DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on WF_DIRECTORY

Line 3508: role_info_tbl wf_directory.wf_local_roles_tbl_type;

3504: l_owner varchar2(320);
3505: l_begin_date date;
3506: i pls_integer;
3507: j pls_integer;
3508: role_info_tbl wf_directory.wf_local_roles_tbl_type;
3509:
3510: l_delim varchar2(1) := ':';
3511: cells tdType;
3512: result varchar2(32000) := '';

Line 3579: wf_directory.GetRoleInfo2(histr.assigned_user, role_info_tbl);

3575: if NOT ( histr.assigned_user = l_owner_role and NVL(histr.activity_result_code,'X') = 'APPROVED') then
3576:
3577: cells(j) := to_char(histr.notification_id);
3578: j := j+1;
3579: wf_directory.GetRoleInfo2(histr.assigned_user, role_info_tbl);
3580: if (disptype = wf_notification.doc_html) then
3581: cells(j) := 'L:'||role_info_tbl(1).display_name;
3582: else
3583: cells(j) := role_info_tbl(1).display_name;

Line 3632: wf_directory.GetRoleInfo2(l_owner_role, role_info_tbl);

3628:
3629: -- submit row
3630: cells(j) := '0';
3631: j := j+1;
3632: wf_directory.GetRoleInfo2(l_owner_role, role_info_tbl);
3633: if (disptype = wf_notification.doc_html) then
3634: cells(j) := 'L:'||role_info_tbl(1).display_name;
3635: else
3636: cells(j) := role_info_tbl(1).display_name;