DBA Data[Home] [Help]

APPS.PO_CORE_S4 dependencies on PO_DEBUG

Line 6: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;

2: /* $Header: POXCOC4B.pls 120.1 2011/03/03 12:39:58 sbontala ship $*/
3:
4: -----
5: g_log_head CONSTANT VARCHAR2(30) := 'po.plsql.PO_CORE_S4.';
6: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
7: -----
8: /*===========================================================================
9:
10: PROCEDURE NAME: cleanup_po_tables()

Line 133: PO_DEBUG.debug_begin(p_log_head => g_log_head||l_api_name);

129:
130: BEGIN
131:
132: IF g_debug_stmt THEN
133: PO_DEBUG.debug_begin(p_log_head => g_log_head||l_api_name);
134: END IF;
135:
136: --Adding all the paramters passed from autocreate process into wf parameter list
137: l_progress := '001';

Line 140: PO_DEBUG.debug_begin(p_log_head => g_log_head||l_api_name);

136: --Adding all the paramters passed from autocreate process into wf parameter list
137: l_progress := '001';
138:
139: IF g_debug_stmt THEN
140: PO_DEBUG.debug_begin(p_log_head => g_log_head||l_api_name);
141: END IF;
142:
143: IF g_debug_stmt THEN
144: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,

Line 144: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,

140: PO_DEBUG.debug_begin(p_log_head => g_log_head||l_api_name);
141: END IF;
142:
143: IF g_debug_stmt THEN
144: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
145: p_token => l_progress,
146: p_message => 'Count of Parameter List ' || x_parameter_list.COUNT);
147: END IF;
148:

Line 169: PO_DEBUG.debug_end(p_log_head => g_log_head||l_api_name);

165: l_parameter_list.delete;
166: END if;
167:
168: IF g_debug_stmt THEN
169: PO_DEBUG.debug_end(p_log_head => g_log_head||l_api_name);
170: END IF;
171:
172: EXCEPTION
173: