DBA Data[Home] [Help]

APPS.WSH_ROUTING_RESPONSE_PKG dependencies on WF_CORE

Line 680: wsh_debug_sv.log(l_moduleName, 'WF_HEADER_ATTR', wf_core.translate('WF_HEADER_ATTR'));

676: IF l_debugOn THEN
677: wsh_debug_sv.log(l_moduleName, 'Message Subject', l_msgSubject);
678: wsh_debug_sv.log(l_moduleName, 'Message Fail Subject', l_msgFailSubject);
679: wsh_debug_sv.log(l_ModuleName, 'Failure Reason', l_failReason);
680: wsh_debug_sv.log(l_moduleName, 'WF_HEADER_ATTR', wf_core.translate('WF_HEADER_ATTR'));
681: wsh_debug_sv.log(l_moduleName, 'l_planDelSts', l_planDelSts);
682: END IF;
683: --
684: IF NOT l_planDelSts THEN

Line 718: IF nvl(wf_core.translate('WF_HEADER_ATTR'),'N') = 'Y' THEN

714: WF_ENGINE.SetItemAttrNumber(itemType, itemKey, 'TRIP_ID', l_TripId);
715: WF_ENGINE.SetItemAttrText(itemType, itemKey, 'SUBJECT', l_msgSubject);
716: WF_ENGINE.SetItemAttrText(itemType, itemKey, 'REVISION_NUM', l_revNum);
717: --
718: IF nvl(wf_core.translate('WF_HEADER_ATTR'),'N') = 'Y' THEN
719: --
720: WF_ENGINE.SetItemAttrText(itemType, itemKey, 'DELIVERY_NAME',l_DelName);
721: --
722: END IF;

Line 778: wf_core.context('WSH_ROUTING_RESPONSE_PKG','PreNotification',

774: --
775: WHEN OTHERS THEN
776: --
777: resultout := 'F';
778: wf_core.context('WSH_ROUTING_RESPONSE_PKG','PreNotification',
779: itemtype, itemkey,TO_CHAR(actid),funcmode);
780: --
781: IF l_debugOn THEN
782: wsh_debug_sv.logmsg(l_moduleName, 'Unexpected error ' || SUBSTRB(SQLERRM,1,200));

Line 900: wf_core.context('WSH_ROUTING_RESPONSE_PKG','PostNotification',

896: --
897: WHEN OTHERS THEN
898: --
899: resultout := 'F';
900: wf_core.context('WSH_ROUTING_RESPONSE_PKG','PostNotification',
901: itemtype, itemkey,TO_CHAR(actid),funcmode);
902: --
903: IF l_debugOn THEN
904: wsh_debug_sv.logmsg(l_moduleName, 'Unexpected error ' || SUBSTRB(SQLERRM,1,100));