DBA Data[Home] [Help]

APPS.MSC_X_REPLENISH dependencies on MSC_X_REPLENISH

Line 1: PACKAGE BODY MSC_X_REPLENISH AS

1: PACKAGE BODY MSC_X_REPLENISH AS
2: /* $Header: MSCXSFVB.pls 120.7 2008/02/25 10:38:50 hbinjola ship $ */
3:
4: g_msc_cp_debug VARCHAR2(10) := NVL(FND_PROFILE.VALUE('MSC_CP_DEBUG'), '0');
5: SUPPLIER_IS_OEM number := 1;

Line 22: MSC_X_REPLENISH.vmi_replenish_concurrent

18: BEGIN
19:
20: -- run the VMI engine
21: IF (p_supplier_replenish_flag IN (to_char(1), 'Y')) THEN
22: MSC_X_REPLENISH.vmi_replenish_concurrent
23: ( p_supplier_time_fence
24: );
25: END IF;
26:

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

Line 3627: END MSC_X_REPLENISH;

3623: raise;
3624: END temp_tables;
3625:
3626:
3627: END MSC_X_REPLENISH;