DBA Data[Home] [Help]

APPS.XDPCORE_FA dependencies on WF_NOTIFICATION

Line 1217: l_newFeName := wf_notification.GetAttrText( l_nid, 'FE_NAME');

1213: -- RUN mode - normal process execution
1214: --
1215: IF (funcmode = 'RESPOND') THEN
1216: l_nid := WF_ENGINE.context_nid;
1217: l_newFeName := wf_notification.GetAttrText( l_nid, 'FE_NAME');
1218:
1219: -- User havent entered any overriding FE Name..
1220: IF l_newFeName IS NOT NULL THEN
1221: l_faInstanceID := wf_engine.getItemAttrNumber( itemtype, itemkey, 'FA_INSTANCE_ID' );