DBA Data[Home] [Help]

APPS.GMI_WF_LOT_RETEST dependencies on STANDARD

Line 188: /*Added FROM_ROLE attribute for BLAF standard */

184: itemkey => l_itemkey,
185: aname => 'PERDISP',
186: avalue => l_performer_display_name);
187:
188: /*Added FROM_ROLE attribute for BLAF standard */
189: WF_ENGINE.SETITEMATTRTEXT(itemtype => l_itemtype,
190: itemkey => l_itemkey,
191: aname => '#FROM_ROLE',
192: avalue => l_performer_name) ;

Line 204: /*Added FROM_ROLE attribute for BLAF standard */

200: itemkey => l_itemkey,
201: aname => 'PERDISP',
202: avalue => l_role_display_name) ;
203:
204: /*Added FROM_ROLE attribute for BLAF standard */
205: WF_ENGINE.SETITEMATTRTEXT(itemtype => l_itemtype,
206: itemkey => l_itemkey,
207: aname => '#FROM_ROLE',
208: avalue => l_role_name) ;

Line 299: input/output parameters conform to WF standard (see WF FAQ)*/

295: END init_wf;
296:
297: PROCEDURE verify_retest (
298: /* procedure to confirm lot expiration called via Workflow
299: input/output parameters conform to WF standard (see WF FAQ)*/
300: p_itemtype IN VARCHAR2,
301: p_itemkey IN VARCHAR2,
302: p_actid IN NUMBER,
303: p_funcmode IN VARCHAR2,