DBA Data[Home] [Help]

APPS.ZPB_EXCEPTION_ALERT dependencies on WF_DIRECTORY

Line 2008: thisUser := substr(wf_directory.getroledisplayname(v_exChild.ASSIGNED_USER), 1, 320);

2004:
2005: -- if there is a hit then process this
2006: if l_activity_id is not NULL then
2007: l_ctr := l_ctr+1;
2008: thisUser := substr(wf_directory.getroledisplayname(v_exChild.ASSIGNED_USER), 1, 320);
2009: -- thisUser := v_explainer.ASSIGNED_USER_DISPLAY_NAME;
2010: -- put label in WF resource?
2011: if l_ctr = 1 then
2012: document := document|| htf.tableOpen(cattributes=>'width=100%');

Line 2055: thisUser := substr(wf_directory.getroledisplayname(v_exChild.ASSIGNED_USER), 1, 320);

2051: -- if there is a hit then process this
2052: if l_activity_id is NOT NULL then
2053: l_ctr := l_ctr+1;
2054: -- b5102962
2055: thisUser := substr(wf_directory.getroledisplayname(v_exChild.ASSIGNED_USER), 1, 320);
2056: -- thisUser := v_approver.ASSIGNED_USER_DISPLAY_NAME;
2057: -- put label in WF resource?
2058:
2059: if l_ctr = 1 then