DBA Data[Home] [Help]

APPS.MSC_X_REPLENISH dependencies on WF_CORE

Line 2093: wf_core.context('MSC_X_REPLENISH', 'vmi_replenish', itemtype, itemkey, actid, funcmode);

2089:
2090: EXCEPTION
2091: WHEN others THEN
2092: print_user_info(' Error during replenish process = ' || sqlerrm);
2093: wf_core.context('MSC_X_REPLENISH', 'vmi_replenish', itemtype, itemkey, actid, funcmode);
2094: RAISE;
2095: END vmi_replenish;
2096:
2097:

Line 2548: wf_core.context('MSC_X_REPLENISH', 'vmi_release', itemtype, itemkey, actid, funcmode);

2544:
2545: EXCEPTION
2546: WHEN OTHERS THEN
2547: print_user_info(' Error in the vmi workflow release process = ' || sqlerrm);
2548: wf_core.context('MSC_X_REPLENISH', 'vmi_release', itemtype, itemkey, actid, funcmode);
2549: RAISE;
2550: END vmi_release;
2551:
2552:

Line 2954: wf_core.context('MSC_X_REPLENISH', 'vmi_release', itemtype, itemkey, actid, funcmode);

2950: END IF;
2951: EXCEPTION
2952: WHEN OTHERS THEN
2953: print_debug_info(' Error in vmi workflow reject process = ' || sqlerrm);
2954: wf_core.context('MSC_X_REPLENISH', 'vmi_release', itemtype, itemkey, actid, funcmode);
2955: RAISE;
2956: END vmi_reject;
2957:
2958: -- This function is used to convert APS tp key to SCE company key