DBA Data[Home] [Help]

APPS.PO_WF_DEBUG_PKG dependencies on PO_LOG

Line 134: IF (PO_LOG.d_stmt) THEN

130: --Bug 14044581, log the wf debug messages into FND log table
131: --Profile PO: Set Debug Workflow ON still need to be set
132: --as existing calling procedures only call this code when the
133: --wf debug profile is set
134: IF (PO_LOG.d_stmt) THEN
135: PO_LOG.stmt('po.plsql.WF LOG TO FND LOG', NULL, 'itemtype: '||itemtype
136: ||' itemkey: '||itemkey||' Message Text: '||x_progress);
137: END IF;
138:

Line 135: PO_LOG.stmt('po.plsql.WF LOG TO FND LOG', NULL, 'itemtype: '||itemtype

131: --Profile PO: Set Debug Workflow ON still need to be set
132: --as existing calling procedures only call this code when the
133: --wf debug profile is set
134: IF (PO_LOG.d_stmt) THEN
135: PO_LOG.stmt('po.plsql.WF LOG TO FND LOG', NULL, 'itemtype: '||itemtype
136: ||' itemkey: '||itemkey||' Message Text: '||x_progress);
137: END IF;
138:
139: COMMIT;

Line 180: IF (PO_LOG.d_stmt) THEN

176: NULL;
177: END;
178:
179: --Bug 14044581, log the wf debug messages into FND log table
180: IF (PO_LOG.d_stmt) THEN
181: PO_LOG.stmt('po.plsql.WF LOG TO FND LOG', NULL, 'p_log_head: '||p_log_head||' p_token: '
182: ||p_token||' Message Text: '||p_message);
183: END IF;
184:

Line 181: PO_LOG.stmt('po.plsql.WF LOG TO FND LOG', NULL, 'p_log_head: '||p_log_head||' p_token: '

177: END;
178:
179: --Bug 14044581, log the wf debug messages into FND log table
180: IF (PO_LOG.d_stmt) THEN
181: PO_LOG.stmt('po.plsql.WF LOG TO FND LOG', NULL, 'p_log_head: '||p_log_head||' p_token: '
182: ||p_token||' Message Text: '||p_message);
183: END IF;
184:
185: COMMIT;