DBA Data[Home] [Help]

APPS.MSC_X_CVMI_REPLENISH dependencies on WF_CORE

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

1476:
1477: EXCEPTION
1478: WHEN others THEN
1479: print_user_info(' Error during replenish process = ' || sqlerrm);
1480: /* wf_core.context('MSC_X_CVMI_REPLENISH', 'vmi_replenish', itemtype, itemkey, actid, funcmode);
1481: RAISE; */
1482: END vmi_replenish;
1483:
1484: PROCEDURE vmi_reject

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

1521: RETURN;
1522: END IF;
1523: EXCEPTION
1524: WHEN OTHERS THEN
1525: wf_core.context('MSC_X_REPLENISH', 'vmi_release', itemtype, itemkey, actid, funcmode);
1526: RAISE;
1527: END vmi_reject;
1528:
1529: PROCEDURE is_auto_release