DBA Data[Home] [Help]

APPS.GME_BATCH_WKFL_PKG dependencies on WF_LOG_PKG

Line 110: wf_log_pkg.wf_debug_flag:=TRUE;

106: gme_debug.put_line(g_pkg_name||'.'||l_api_name|| ': p_organization_id = '|| p_organization_id);
107: gme_debug.put_line(g_pkg_name||'.'||l_api_name|| ': p_lot_no = '|| p_lot_no);
108:
109: END IF;
110: wf_log_pkg.wf_debug_flag:=TRUE;
111:
112: Open get_org_code(p_organization_id);
113: Fetch get_org_code Into l_organization_code;
114: Close get_org_code;

Line 367: wf_log_pkg.wf_debug_flag:=TRUE;

363: l_lot_no varchar2(80) := wf_engine.getitemattrtext(p_itemtype, p_itemkey,'LOT_NO');
364: l_action_code varchar2(30) := wf_engine.getitemattrtext(p_itemtype, p_itemkey,'ACTION_CODE');
365: BEGIN
366:
367: wf_log_pkg.wf_debug_flag:=TRUE;
368: IF g_debug <= gme_debug.g_log_procedure THEN
369: gme_debug.put_line ('Entering check event ' );
370: End if;
371: init_wf (