DBA Data[Home] [Help]

APPS.CSD_WF_PROCESS_PVT dependencies on WF_CORE

Line 147: WF_CORE.CONTEXT ('csd_wf_process_pvt','get_ro_details_wf', itemtype,itemkey, to_char(actid),funcmode);

143: END IF;
144:
145: EXCEPTION
146: WHEN OTHERS THEN
147: WF_CORE.CONTEXT ('csd_wf_process_pvt','get_ro_details_wf', itemtype,itemkey, to_char(actid),funcmode);
148: raise;
149: END;
150:
151:

Line 297: WF_CORE.CONTEXT ('csd_wf_process_pvt','create_cu_msg_wf', itemtype,itemkey, to_char(actid),funcmode);

293: END IF;
294:
295: EXCEPTION
296: WHEN OTHERS THEN
297: WF_CORE.CONTEXT ('csd_wf_process_pvt','create_cu_msg_wf', itemtype,itemkey, to_char(actid),funcmode);
298: raise;
299: END;
300:
301:

Line 406: WF_CORE.CONTEXT ('csd_wf_process_pvt','create_cu_rep_msg_wf', itemtype,itemkey, to_char(actid),funcmode);

402: END IF;
403:
404: EXCEPTION
405: WHEN OTHERS THEN
406: WF_CORE.CONTEXT ('csd_wf_process_pvt','create_cu_rep_msg_wf', itemtype,itemkey, to_char(actid),funcmode);
407: raise;
408: END;
409:
410:

Line 802: WF_CORE.CONTEXT ('csd_wf_process_pvt','create_cu_rep_msg_wf', itemtype,itemkey, to_char(actid),funcmode);

798: 'CSD.PLSQL.CSD_WF_PROCESS_PVT.AUTO_CREATE_REPAIR_ORDERS.END',
799: 'Error/Exception occurred, Roll back all SR and ROs created');
800: END IF;
801:
802: WF_CORE.CONTEXT ('csd_wf_process_pvt','create_cu_rep_msg_wf', itemtype,itemkey, to_char(actid),funcmode);
803: Raise;
804: END;
805:
806: PROCEDURE create_service_warranty_wf

Line 857: WF_CORE.CONTEXT ('csd_wf_process_pvt','create_service_warranty_wf', itemtype,itemkey, to_char(actid),funcmode);

853: END IF;
854:
855: EXCEPTION
856: WHEN OTHERS THEN
857: WF_CORE.CONTEXT ('csd_wf_process_pvt','create_service_warranty_wf', itemtype,itemkey, to_char(actid),funcmode);
858: RAISE;
859:
860: END create_service_warranty_wf;
861: