DBA Data[Home] [Help]

APPS.OTA_LEARNER_ENROLL_SS dependencies on WF_ENGINE

Line 1028: l_supervisor_username := wf_engine.getItemAttrText ( itemtype

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