DBA Data[Home] [Help]

APPS.GMI_WF_LOT_RETEST dependencies on WF_CORE

Line 106: WF_CORE.CONTEXT ('gm_wf_lot_retest', 'init_wf', l_itemtype, l_itemkey, p_lot_no, p_sublot_no) ;

102: wf_purge.total (itemtype=> l_itemtype, itemkey=> l_itemkey, docommit=> FALSE);
103: END IF;
104: EXCEPTION
105: WHEN OTHERS THEN
106: WF_CORE.CONTEXT ('gm_wf_lot_retest', 'init_wf', l_itemtype, l_itemkey, p_lot_no, p_sublot_no) ;
107: WF_CORE.GET_ERROR (l_errname, l_errmsg, l_errstack);
108: END;
109: /*END BUG#2134597*/
110:

Line 107: WF_CORE.GET_ERROR (l_errname, l_errmsg, l_errstack);

103: END IF;
104: EXCEPTION
105: WHEN OTHERS THEN
106: WF_CORE.CONTEXT ('gm_wf_lot_retest', 'init_wf', l_itemtype, l_itemkey, p_lot_no, p_sublot_no) ;
107: WF_CORE.GET_ERROR (l_errname, l_errmsg, l_errstack);
108: END;
109: /*END BUG#2134597*/
110:
111: BEGIN

Line 283: WF_CORE.CONTEXT ('gm_wf_lot_retest', 'init_wf',l_itemtype,l_itemkey,p_lot_no,p_sublot_no) ;

279: null;
280:
281: WHEN OTHERS THEN
282:
283: WF_CORE.CONTEXT ('gm_wf_lot_retest', 'init_wf',l_itemtype,l_itemkey,p_lot_no,p_sublot_no) ;
284: WF_CORE.GET_ERROR (l_errname, l_errmsg, l_errstack);
285:
286: IF (
287: (l_errname IS NOT NULL)

Line 284: WF_CORE.GET_ERROR (l_errname, l_errmsg, l_errstack);

280:
281: WHEN OTHERS THEN
282:
283: WF_CORE.CONTEXT ('gm_wf_lot_retest', 'init_wf',l_itemtype,l_itemkey,p_lot_no,p_sublot_no) ;
284: WF_CORE.GET_ERROR (l_errname, l_errmsg, l_errstack);
285:
286: IF (
287: (l_errname IS NOT NULL)
288: AND