DBA Data[Home] [Help]

APPS.WIP_EAM_WRAPPROVAL_PVT dependencies on WF_CORE

Line 280: l_notes := l_notes || wf_core.newline || p_notes ;

276: from WIP_EAM_WORK_REQ_NOTES wrn2
277: where wrn1.work_request_id = wrn2.work_request_id);
278:
279: If l_notes is not null then
280: l_notes := l_notes || wf_core.newline || p_notes ;
281: Else
282: l_notes := p_notes ;
283: End if ;
284:

Line 429: wf_core.context('EAMWRAP','StartWRAProcess', itemtype, itemkey);

425: p_error_message := ' Work Request cannot be created as there are no ' ||
426: ' department approvers for the selected ' ||
427: ' [Asset : ' || p_asset_number || '] Assigned Department';
428: When others then
429: wf_core.context('EAMWRAP','StartWRAProcess', itemtype, itemkey);
430: p_resultout := FND_API.G_RET_STS_ERROR;
431: p_error_message := to_char(l_stmt_number) || ' EAMWRAP'
432: || ' StartWRAProcess'|| itemtype || itemkey;
433: raise;

Line 502: ||') *** ' || wf_core.newline ||

498: l_comment := ' *** '||
499: l_user_name||
500: ' (' ||
501: to_char(SYSDATE,'YYYY-MM-DD HH24:MI:SS')
502: ||') *** ' || wf_core.newline ||
503: l_comment ;
504: /*
505: l_stmt_number := 30;
506: select orig_system_id

Line 564: wf_core.context('EAMWRAP','UPDATE_STATUS_AWAIT_WO '||to_char(l_stmt_number),

560:
561: EXCEPTION
562:
563: when others then
564: wf_core.context('EAMWRAP','UPDATE_STATUS_AWAIT_WO '||to_char(l_stmt_number),
565: itemtype, itemkey, actid, funcmode);
566: raise;
567:
568: END Update_Status_Await_Wo;

Line 633: ||') *** ' || wf_core.newline ||

629: l_comment := ' *** '||
630: l_user_name||
631: ' (' ||
632: to_char(SYSDATE,'YYYY-MM-DD HH24:MI:SS')
633: ||') *** ' || wf_core.newline ||
634: l_comment;
635: /*
636: l_stmt_number := 30;
637: select orig_system_id

Line 695: wf_core.context('EAMWRAP','UPDATE_STATUS_REJECTED '|| to_char(l_stmt_number) ,itemtype, itemkey, actid, funcmode);

691:
692: EXCEPTION
693:
694: when others then
695: wf_core.context('EAMWRAP','UPDATE_STATUS_REJECTED '|| to_char(l_stmt_number) ,itemtype, itemkey, actid, funcmode);
696: raise;
697: END Update_status_rejected;
698:
699: /*Update status to 'Additional Information' in wip_eam_work_requests */

Line 773: IF (wf_core.error_name = 'WFENG_ITEM_ATTR') THEN

769: aname=> 'FROM_ROLE2',
770: avalue=> l_user_name);
771: EXCEPTION/*bug#4425039 - added for WF upgraded from pre11i10*/
772: WHEN OTHERS THEN
773: IF (wf_core.error_name = 'WFENG_ITEM_ATTR') THEN
774: wf_engine.AddItemAttr(itemtype=>itemtype,
775: itemkey =>itemkey,
776: aname=>'FROM_ROLE2');
777: wf_engine.SetItemAttrText( itemtype => itemtype,

Line 816: ||') *** ' || wf_core.newline ||

812: l_comment := ' *** '||
813: l_user_name||
814: ' (' ||
815: to_char(SYSDATE,'YYYY-MM-DD HH24:MI:SS')
816: ||') *** ' || wf_core.newline ||
817: l_comment;
818:
819:
820: If l_previous_reassign_comment is null

Line 825: wf_core.newline || l_comment ;

821: Then
822: l_previous_reassign_comment := l_comment ;
823: Else
824: l_previous_reassign_comment := l_previous_reassign_comment ||
825: wf_core.newline || l_comment ;
826: End if ;
827:
828: -- Assumption For SYSDATE , there is not much time lag betwn
829: -- comments entered on WF and time it reaches the below insert

Line 907: wf_core.context('EAMWRAP', 'UPDATE_STATUS_ADD '|| to_char(l_stmt_number),

903:
904: EXCEPTION
905:
906: when others then
907: wf_core.context('EAMWRAP', 'UPDATE_STATUS_ADD '|| to_char(l_stmt_number),
908: itemtype, itemkey, actid, funcmode);
909: raise;
910:
911: END Update_status_add;

Line 972: wf_core.context('WIPVWRAB', 'CHECK_NOTIFY_ORIGINATOR',

968: exception
969: when others then
970: -- The line below records this function call in the error system
971: -- in the case of an exception.
972: wf_core.context('WIPVWRAB', 'CHECK_NOTIFY_ORIGINATOR',
973: itemtype, itemkey, to_char(actid), funcmode);
974: raise;
975: end CHECK_NOTIFY_ORIGINATOR;
976: