DBA Data[Home] [Help]

APPS.ZPB_WF dependencies on WF_CORE

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

717: -- when the error is raised here ZPBWFERR will update zpb status
718: -- commits can not be done inside WF.
719: -- UPDATE_STATUS('ERROR', Instanceid, NULL, NULL);
720:
721: WF_CORE.CONTEXT('ZPB_WF.RunNextTask', itemtype, itemkey, to_char(actid), funcmode);
722: raise;
723:
724: end RunNextTask;
725:

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

840: -- when the error is raised here ZPBWFERR will update zpb status
841: -- commits can not be done inside WF.
842: -- UPDATE_STATUS('ERROR', NULL, taskid, NULL);
843:
844: WF_CORE.CONTEXT('ZPB_WF.RunLoad', itemtype, itemkey, to_char(actid), funcmode);
845: raise;
846:
847: end RunLoad;
848:

Line 944: WF_CORE.CONTEXT('ZPB_WF.Selector', itemtype, itemkey,

940:
941: exception
942:
943: when others then
944: WF_CORE.CONTEXT('ZPB_WF.Selector', itemtype, itemkey,
945: to_char(actid), command);
946: raise;
947: end Selector;
948:

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

2320: return;
2321:
2322: exception
2323: when others then
2324: WF_CORE.CONTEXT('ZPB_WF.FrequencyInit', itemtype, itemkey, to_char(actid), funcmode);
2325: raise;
2326:
2327: end FrequencyInit;
2328:

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

2561: return;
2562:
2563: exception
2564: when others then
2565: WF_CORE.CONTEXT('ZPB_WF.FrequencyMgr', itemtype, itemkey, to_char(actid), funcmode);
2566: raise;
2567:
2568: end FrequencyMgr;
2569:

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

2592: END IF;
2593:
2594: exception
2595: when others then
2596: WF_CORE.CONTEXT('ZPB_WF', 'SetCompDate', itemtype, itemkey, to_char(actid), funcmode);
2597: raise;
2598: end SetCompDate;
2599:
2600:

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

3124: end if;
3125:
3126: exception
3127: when others then
3128: WF_CORE.CONTEXT('ZPB_WF', 'SET_CURRINST', itemtype, itemkey, to_char(actid), funcmode);
3129: raise;
3130:
3131: end SET_CURRINST;
3132:

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

3288: return;
3289:
3290: exception
3291: when others then
3292: WF_CORE.CONTEXT('ZPB_WF', 'PREP_EVENT_ACID', itemtype, itemkey, to_char(actid), funcmode);
3293: raise;
3294:
3295: end PREP_EVENT_ACID;
3296:

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

4755: resultout := wf_engine.eng_timedout;
4756: end if;
4757: exception
4758: when others then
4759: WF_CORE.CONTEXT('ZPB_WF.REVIEW_NOTIF_RESPONSE', itemtype, itemkey, to_char(actid), funcmode);
4760: raise;
4761: end REVIEW_NOTIF_RESPONSE;
4762:
4763:

Line 4872: Wf_Core.Context('ZPB_WF', 'SUBMIT_CONC_REQUEST', itemtype,

4868: return;
4869:
4870: exception
4871: when others then
4872: Wf_Core.Context('ZPB_WF', 'SUBMIT_CONC_REQUEST', itemtype,
4873: itemkey, to_char(actid), funcmode);
4874: raise;
4875:
4876: