DBA Data[Home] [Help]

APPS.GMI_WF_LOT_EXPIRY dependencies on STANDARD

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

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

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

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

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

288: END init_wf;
289:
290: PROCEDURE verify_expiry (
291: /* procedure to confirm lot expiration called via Workflow
292: input/output parameters conform to WF standard (see WF FAQ) */
293: p_itemtype IN VARCHAR2,
294: p_itemkey IN VARCHAR2,
295: p_actid IN NUMBER,
296: p_funcmode IN VARCHAR2,