DBA Data[Home] [Help]

APPS.OTA_LEARNER_ENROLL_SS dependencies on WF_ENGINE

Line 1029: l_supervisor_username := wf_engine.getItemAttrText ( itemtype

1025:
1026: BEGIN
1027:
1028: IF (funcmode='RUN') THEN
1029: l_supervisor_username := wf_engine.getItemAttrText ( itemtype
1030: ,itemkey
1031: , 'SUPERVISOR_USERNAME');
1032: if l_supervisor_username is not null then
1033: resultout:='COMPLETE:Y';