DBA Data[Home] [Help]

APPS.ZPB_WF_NTF dependencies on WF_CORE

Line 120: WF_CORE.CONTEXT('ZPB_WF_NTF.VALIDATE_BUS_AREA', itemtype, itemkey, to_char(actid), funcmode);

116: when NO_DATA_FOUND then
117: Null;
118:
119: when others then
120: WF_CORE.CONTEXT('ZPB_WF_NTF.VALIDATE_BUS_AREA', itemtype, itemkey, to_char(actid), funcmode);
121: raise;
122:
123: end VALIDATE_BUS_AREA;
124:

Line 557: WF_CORE.CONTEXT('ZPB_WF.SET_ATTRIBUTES', itemtype, itemkey, to_char(actid), funcmode);

553: when NO_DATA_FOUND then
554: Null;
555:
556: when others then
557: WF_CORE.CONTEXT('ZPB_WF.SET_ATTRIBUTES', itemtype, itemkey, to_char(actid), funcmode);
558: raise;
559:
560: end SET_ATTRIBUTES;
561:

Line 634: WF_CORE.CONTEXT('ZPB_WF.RunNextTask', itemtype, itemkey, to_char(actid), funcmode);

630: when NO_DATA_FOUND then
631: Null;
632:
633: when others then
634: WF_CORE.CONTEXT('ZPB_WF.RunNextTask', itemtype, itemkey, to_char(actid), funcmode);
635: raise;
636:
637: end SET_PAUSE;
638:

Line 1539: Wf_Core.Context('ZPB_WF_NTF', 'SHADOWS_FOR_EPBPERFORMER', itemtype,

1535: if (funcmode = 'EPBPERFORMER') or (funcmode = 'EPB_BPOWNERID') then
1536: raise;
1537: else
1538:
1539: Wf_Core.Context('ZPB_WF_NTF', 'SHADOWS_FOR_EPBPERFORMER', itemtype,
1540: itemkey, to_char(actid), funcmode);
1541: raise;
1542: end if;
1543: