DBA Data[Home] [Help]

APPS.MSC_EXP_WF dependencies on WF_CORE

Line 1574: wf_core.context('MSC_EXP_WF', 'StartWFProcess', item_key, to_char(p_plan_id),

1570:
1571: EXCEPTION
1572:
1573: when others then
1574: wf_core.context('MSC_EXP_WF', 'StartWFProcess', item_key, to_char(p_plan_id),
1575: organization_code, item_segments, to_char(exception_type));
1576: raise;
1577:
1578: END StartWFProcess;

Line 1692: wf_core.context('MSC_EXP_WF', 'SelectPlanner', itemtype, itemkey, actid, funcmode);

1688:
1689: EXCEPTION
1690:
1691: when others then
1692: wf_core.context('MSC_EXP_WF', 'SelectPlanner', itemtype, itemkey, actid, funcmode);
1693: raise;
1694:
1695: END SelectPlanner;
1696:

Line 1835: wf_core.context('MSC_EXP_WF', 'GetPlannerMsgName', to_char(p_exception_type), to_char(p_order_type));

1831:
1832: EXCEPTION
1833:
1834: when others then
1835: wf_core.context('MSC_EXP_WF', 'GetPlannerMsgName', to_char(p_exception_type), to_char(p_order_type));
1836: raise;
1837:
1838: END GetPlannerMsgName;
1839:

Line 1905: wf_core.context('MSC_EXP_WF', 'DetermineOrderType', itemtype, itemkey, actid, funcmode);

1901:
1902: EXCEPTION
1903:
1904: when others then
1905: wf_core.context('MSC_EXP_WF', 'DetermineOrderType', itemtype, itemkey, actid, funcmode);
1906: raise;
1907:
1908: END DetermineOrderType;
1909:

Line 1985: wf_core.context('MSC_EXP_WF', 'Reschedule', itemtype, itemkey, actid, funcmode);

1981: end if;
1982:
1983: EXCEPTION
1984: when others then
1985: wf_core.context('MSC_EXP_WF', 'Reschedule', itemtype, itemkey, actid, funcmode);
1986: resultout := 'COMPLETE:0';
1987: raise;
1988:
1989: end Reschedule;

Line 2446: wf_core.context('MSC_EXP_WF', 'IsCallback', itemtype, itemkey, actid, funcmode);

2442:
2443: EXCEPTION
2444:
2445: when others then
2446: wf_core.context('MSC_EXP_WF', 'IsCallback', itemtype, itemkey, actid, funcmode);
2447: raise;
2448:
2449: END IsCallback;
2450:

Line 2754: wf_core.context('MSC_EXP_WF', 'IsCallback', itemtype, itemkey, actid, funcmode);

2750:
2751: EXCEPTION
2752:
2753: when others then
2754: wf_core.context('MSC_EXP_WF', 'IsCallback', itemtype, itemkey, actid, funcmode);
2755: raise;
2756:
2757: END SelectSrUsers;
2758:

Line 3579: wf_core.context('MSC_EXP_WF', 'StartSrWF', itemtype, itemkey, actid, funcmode);

3575: RETURN;
3576: END IF;
3577: EXCEPTION
3578: when others then
3579: wf_core.context('MSC_EXP_WF', 'StartSrWF', itemtype, itemkey, actid, funcmode);
3580: raise;
3581: END StartSrWF;
3582:
3583: Procedure launch_background_program(p_planner in varchar2,