DBA Data[Home] [Help]

APPS.MSC_X_CUST_FACING_RELEASE dependencies on WF_CORE

Line 212: wf_core.context('MSC_X_CUST_FACING_RELEASE', 'vmi_release', itemtype, itemkey, actid, funcmode);

208: END IF;
209:
210: EXCEPTION
211: WHEN OTHERS THEN
212: wf_core.context('MSC_X_CUST_FACING_RELEASE', 'vmi_release', itemtype, itemkey, actid, funcmode);
213: RAISE;
214: END SCHEDULE_DATE_CHANGED;
215:
216: /* This procedure will be called from the Workflow node to check Consigned/Unconsigned VMI

Line 255: wf_core.context('MSC_X_CUST_FACING_RELEASE', 'vmi_release', itemtype, itemkey, actid, funcmode);

251: END IF;
252:
253: EXCEPTION
254: WHEN OTHERS THEN
255: wf_core.context('MSC_X_CUST_FACING_RELEASE', 'vmi_release', itemtype, itemkey, actid, funcmode);
256: RAISE;
257: END IS_CONSIGNED_VMI;
258:
259: -- This procedure will be called by the VMI Workflow for customer facing VMI

Line 376: wf_core.context('MSC_X_CUST_FACING_RELEASE', 'vmi_release', itemtype, itemkey, actid, funcmode);

372:
373: commit;
374: EXCEPTION
375: WHEN OTHERS THEN
376: wf_core.context('MSC_X_CUST_FACING_RELEASE', 'vmi_release', itemtype, itemkey, actid, funcmode);
377: RAISE;
378: END vmi_release;
379:
380: PROCEDURE DELETE_INTERFACE_RECORD