DBA Data[Home] [Help]

APPS.MSC_X_CVMI_REPLENISH dependencies on WF_CORE

Line 1492: /* wf_core.context('MSC_X_CVMI_REPLENISH', 'vmi_replenish', itemtype, itemkey, actid, funcmode);

1488:
1489: EXCEPTION
1490: WHEN others THEN
1491: print_user_info(' Error during replenish process = ' || sqlerrm);
1492: /* wf_core.context('MSC_X_CVMI_REPLENISH', 'vmi_replenish', itemtype, itemkey, actid, funcmode);
1493: RAISE; */
1494: END vmi_replenish;
1495:
1496: PROCEDURE vmi_reject

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

1533: RETURN;
1534: END IF;
1535: EXCEPTION
1536: WHEN OTHERS THEN
1537: wf_core.context('MSC_X_REPLENISH', 'vmi_release', itemtype, itemkey, actid, funcmode);
1538: RAISE;
1539: END vmi_reject;
1540:
1541: PROCEDURE is_auto_release