DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_GRP dependencies on PO_DEBUG

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

7:
8: c_log_head CONSTANT VARCHAR2(50) := 'po.plsql.'|| G_PKG_NAME || '.';
9:
10: -- Debugging
11: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
12: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
13:
14:
15:

Line 12: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;

8: c_log_head CONSTANT VARCHAR2(50) := 'po.plsql.'|| G_PKG_NAME || '.';
9:
10: -- Debugging
11: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
12: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
13:
14:
15:
16:

Line 147: PO_DEBUG.debug_begin(l_log_head);

143:
144: BEGIN
145:
146: IF g_debug_stmt THEN
147: PO_DEBUG.debug_begin(l_log_head);
148: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
149: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

Line 148: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);

144: BEGIN
145:
146: IF g_debug_stmt THEN
147: PO_DEBUG.debug_begin(l_log_head);
148: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
149: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
152: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

Line 149: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);

145:
146: IF g_debug_stmt THEN
147: PO_DEBUG.debug_begin(l_log_head);
148: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
149: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
152: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
153: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

Line 150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);

146: IF g_debug_stmt THEN
147: PO_DEBUG.debug_begin(l_log_head);
148: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
149: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
152: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
153: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
154: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

Line 151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

147: PO_DEBUG.debug_begin(l_log_head);
148: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
149: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
152: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
153: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
154: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
155: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);

Line 152: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

148: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
149: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
152: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
153: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
154: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
155: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
156: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_enc_gt_flag',p_use_enc_gt_flag);

Line 153: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

149: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
152: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
153: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
154: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
155: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
156: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_enc_gt_flag',p_use_enc_gt_flag);
157: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);

Line 154: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
152: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
153: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
154: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
155: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
156: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_enc_gt_flag',p_use_enc_gt_flag);
157: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
158: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

Line 155: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);

151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
152: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
153: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
154: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
155: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
156: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_enc_gt_flag',p_use_enc_gt_flag);
157: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
158: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
159: END IF;

Line 156: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_enc_gt_flag',p_use_enc_gt_flag);

152: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
153: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
154: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
155: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
156: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_enc_gt_flag',p_use_enc_gt_flag);
157: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
158: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
159: END IF;
160:

Line 157: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);

153: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
154: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
155: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
156: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_enc_gt_flag',p_use_enc_gt_flag);
157: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
158: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
159: END IF;
160:
161: l_progress := '010';

Line 158: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

154: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
155: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
156: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_enc_gt_flag',p_use_enc_gt_flag);
157: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
158: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
159: END IF;
160:
161: l_progress := '010';
162:

Line 191: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');

187:
188: l_progress := '050';
189:
190: IF g_debug_stmt THEN
191: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');
192: END IF;
193:
194: l_progress := '060';
195:

Line 219: PO_DEBUG.debug_stmt(l_log_head,l_progress,

215:
216: l_progress := '110';
217:
218: IF g_debug_stmt THEN
219: PO_DEBUG.debug_stmt(l_log_head,l_progress,
220: 'Returned from Private Procedure successfully');
221: END IF;
222:
223: l_progress := '120';

Line 250: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

246:
247: l_progress := '900';
248:
249: IF g_debug_stmt THEN
250: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
251: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
252: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
253: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
254: PO_DEBUG.debug_end(l_log_head);

Line 251: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

247: l_progress := '900';
248:
249: IF g_debug_stmt THEN
250: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
251: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
252: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
253: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
254: PO_DEBUG.debug_end(l_log_head);
255: END IF;

Line 252: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

248:
249: IF g_debug_stmt THEN
250: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
251: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
252: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
253: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
254: PO_DEBUG.debug_end(l_log_head);
255: END IF;
256:

Line 253: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

249: IF g_debug_stmt THEN
250: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
251: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
252: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
253: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
254: PO_DEBUG.debug_end(l_log_head);
255: END IF;
256:
257: EXCEPTION

Line 254: PO_DEBUG.debug_end(l_log_head);

250: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
251: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
252: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
253: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
254: PO_DEBUG.debug_end(l_log_head);
255: END IF;
256:
257: EXCEPTION
258: WHEN OTHERS THEN

Line 260: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');

256:
257: EXCEPTION
258: WHEN OTHERS THEN
259: BEGIN
260: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
261: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
262: IF g_debug_stmt THEN
263: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
264: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

Line 263: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

259: BEGIN
260: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
261: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
262: IF g_debug_stmt THEN
263: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
264: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
265: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
266: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
267: END IF;

Line 264: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

260: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
261: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
262: IF g_debug_stmt THEN
263: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
264: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
265: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
266: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
267: END IF;
268: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

Line 265: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

261: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
262: IF g_debug_stmt THEN
263: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
264: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
265: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
266: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
267: END IF;
268: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
269: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);

Line 266: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

262: IF g_debug_stmt THEN
263: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
264: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
265: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
266: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
267: END IF;
268: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
269: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
270: END IF;

Line 272: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');

268: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
269: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
270: END IF;
271: ROLLBACK TO CHECK_RESERVE_SP;
272: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
273: EXCEPTION
274: WHEN OTHERS THEN
275: NULL;
276: END;

Line 396: PO_DEBUG.debug_begin(l_log_head);

392:
393: BEGIN
394:
395: IF g_debug_stmt THEN
396: PO_DEBUG.debug_begin(l_log_head);
397: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
398: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

Line 397: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);

393: BEGIN
394:
395: IF g_debug_stmt THEN
396: PO_DEBUG.debug_begin(l_log_head);
397: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
398: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

Line 398: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);

394:
395: IF g_debug_stmt THEN
396: PO_DEBUG.debug_begin(l_log_head);
397: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
398: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

Line 399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);

395: IF g_debug_stmt THEN
396: PO_DEBUG.debug_begin(l_log_head);
397: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
398: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);

Line 400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

396: PO_DEBUG.debug_begin(l_log_head);
397: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
398: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);

Line 401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

397: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
398: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);

Line 402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

398: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

Line 403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);

399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
407: END IF;

Line 404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);

400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
407: END IF;
408:

Line 405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);

401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
407: END IF;
408:
409: l_progress := '010';

Line 406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
407: END IF;
408:
409: l_progress := '010';
410:

Line 439: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');

435:
436: l_progress := '050';
437:
438: IF g_debug_stmt THEN
439: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');
440: END IF;
441:
442: l_progress := '060';
443:

Line 466: PO_DEBUG.debug_stmt(l_log_head,l_progress,

462:
463: l_progress := '110';
464:
465: IF g_debug_stmt THEN
466: PO_DEBUG.debug_stmt(l_log_head,l_progress,
467: 'Returned from Private Procedure successfully');
468: END IF;
469:
470: l_progress := '120';

Line 497: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

493:
494: l_progress := '900';
495:
496: IF g_debug_stmt THEN
497: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
498: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
499: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
500: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
501: PO_DEBUG.debug_end(l_log_head);

Line 498: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

494: l_progress := '900';
495:
496: IF g_debug_stmt THEN
497: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
498: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
499: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
500: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
501: PO_DEBUG.debug_end(l_log_head);
502: END IF;

Line 499: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

495:
496: IF g_debug_stmt THEN
497: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
498: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
499: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
500: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
501: PO_DEBUG.debug_end(l_log_head);
502: END IF;
503:

Line 500: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

496: IF g_debug_stmt THEN
497: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
498: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
499: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
500: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
501: PO_DEBUG.debug_end(l_log_head);
502: END IF;
503:
504: EXCEPTION

Line 501: PO_DEBUG.debug_end(l_log_head);

497: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
498: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
499: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
500: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
501: PO_DEBUG.debug_end(l_log_head);
502: END IF;
503:
504: EXCEPTION
505: WHEN OTHERS THEN

Line 507: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');

503:
504: EXCEPTION
505: WHEN OTHERS THEN
506: BEGIN
507: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
508: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
509: IF g_debug_stmt THEN
510: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
511: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

Line 510: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

506: BEGIN
507: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
508: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
509: IF g_debug_stmt THEN
510: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
511: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
512: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
513: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
514: END IF;

Line 511: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

507: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
508: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
509: IF g_debug_stmt THEN
510: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
511: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
512: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
513: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
514: END IF;
515: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

Line 512: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

508: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
509: IF g_debug_stmt THEN
510: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
511: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
512: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
513: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
514: END IF;
515: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
516: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);

Line 513: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

509: IF g_debug_stmt THEN
510: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
511: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
512: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
513: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
514: END IF;
515: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
516: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
517: END IF;

Line 519: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');

515: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
516: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
517: END IF;
518: ROLLBACK TO CHECK_ADJUST_SP;
519: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
520: EXCEPTION
521: WHEN OTHERS THEN
522: NULL;
523: END;

Line 668: PO_DEBUG.debug_begin(l_log_head);

664:
665: BEGIN
666:
667: IF g_debug_stmt THEN
668: PO_DEBUG.debug_begin(l_log_head);
669: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
670: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
671: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
672: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

Line 669: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);

665: BEGIN
666:
667: IF g_debug_stmt THEN
668: PO_DEBUG.debug_begin(l_log_head);
669: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
670: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
671: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
672: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
673: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

Line 670: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);

666:
667: IF g_debug_stmt THEN
668: PO_DEBUG.debug_begin(l_log_head);
669: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
670: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
671: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
672: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
673: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
674: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

Line 671: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);

667: IF g_debug_stmt THEN
668: PO_DEBUG.debug_begin(l_log_head);
669: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
670: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
671: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
672: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
673: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
674: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
675: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

Line 672: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

668: PO_DEBUG.debug_begin(l_log_head);
669: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
670: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
671: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
672: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
673: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
674: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
675: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
676: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);

Line 673: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

669: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
670: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
671: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
672: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
673: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
674: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
675: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
676: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);
677: PO_DEBUG.debug_var(l_log_head,l_progress,'p_prevent_partial_flag',p_prevent_partial_flag);

Line 674: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

670: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
671: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
672: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
673: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
674: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
675: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
676: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);
677: PO_DEBUG.debug_var(l_log_head,l_progress,'p_prevent_partial_flag',p_prevent_partial_flag);
678: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);

Line 675: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

671: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
672: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
673: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
674: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
675: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
676: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);
677: PO_DEBUG.debug_var(l_log_head,l_progress,'p_prevent_partial_flag',p_prevent_partial_flag);
678: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
679: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);

Line 676: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);

672: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
673: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
674: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
675: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
676: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);
677: PO_DEBUG.debug_var(l_log_head,l_progress,'p_prevent_partial_flag',p_prevent_partial_flag);
678: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
679: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
680: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

Line 677: PO_DEBUG.debug_var(l_log_head,l_progress,'p_prevent_partial_flag',p_prevent_partial_flag);

673: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
674: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
675: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
676: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);
677: PO_DEBUG.debug_var(l_log_head,l_progress,'p_prevent_partial_flag',p_prevent_partial_flag);
678: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
679: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
680: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
681: END IF;

Line 678: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);

674: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
675: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
676: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);
677: PO_DEBUG.debug_var(l_log_head,l_progress,'p_prevent_partial_flag',p_prevent_partial_flag);
678: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
679: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
680: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
681: END IF;
682:

Line 679: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);

675: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
676: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);
677: PO_DEBUG.debug_var(l_log_head,l_progress,'p_prevent_partial_flag',p_prevent_partial_flag);
678: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
679: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
680: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
681: END IF;
682:
683: l_progress := '010';

Line 680: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

676: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);
677: PO_DEBUG.debug_var(l_log_head,l_progress,'p_prevent_partial_flag',p_prevent_partial_flag);
678: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
679: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
680: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
681: END IF;
682:
683: l_progress := '010';
684:

Line 805: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

801:
802: l_progress := '900';
803:
804: IF g_debug_stmt THEN
805: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
806: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
807: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
808: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
809: PO_DEBUG.debug_end(l_log_head);

Line 806: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

802: l_progress := '900';
803:
804: IF g_debug_stmt THEN
805: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
806: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
807: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
808: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
809: PO_DEBUG.debug_end(l_log_head);
810: END IF;

Line 807: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

803:
804: IF g_debug_stmt THEN
805: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
806: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
807: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
808: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
809: PO_DEBUG.debug_end(l_log_head);
810: END IF;
811:

Line 808: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

804: IF g_debug_stmt THEN
805: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
806: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
807: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
808: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
809: PO_DEBUG.debug_end(l_log_head);
810: END IF;
811:
812: EXCEPTION

Line 809: PO_DEBUG.debug_end(l_log_head);

805: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
806: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
807: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
808: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
809: PO_DEBUG.debug_end(l_log_head);
810: END IF;
811:
812: EXCEPTION
813: WHEN OTHERS THEN

Line 815: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');

811:
812: EXCEPTION
813: WHEN OTHERS THEN
814: BEGIN
815: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
816: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
817: IF g_debug_stmt THEN
818: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
819: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

Line 818: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

814: BEGIN
815: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
816: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
817: IF g_debug_stmt THEN
818: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
819: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
820: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
821: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
822: END IF;

Line 819: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

815: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
816: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
817: IF g_debug_stmt THEN
818: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
819: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
820: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
821: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
822: END IF;
823: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

Line 820: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

816: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
817: IF g_debug_stmt THEN
818: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
819: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
820: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
821: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
822: END IF;
823: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
824: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);

Line 821: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

817: IF g_debug_stmt THEN
818: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
819: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
820: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
821: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
822: END IF;
823: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
824: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
825: END IF;

Line 827: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');

823: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
824: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
825: END IF;
826: ROLLBACK TO DO_RESERVE_SP;
827: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
828: EXCEPTION
829: WHEN OTHERS THEN
830: NULL;
831: END;

Line 980: PO_DEBUG.debug_begin(l_log_head);

976:
977: BEGIN
978:
979: IF g_debug_stmt THEN
980: PO_DEBUG.debug_begin(l_log_head);
981: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
982: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
983: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
984: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

Line 981: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);

977: BEGIN
978:
979: IF g_debug_stmt THEN
980: PO_DEBUG.debug_begin(l_log_head);
981: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
982: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
983: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
984: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
985: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

Line 982: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);

978:
979: IF g_debug_stmt THEN
980: PO_DEBUG.debug_begin(l_log_head);
981: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
982: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
983: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
984: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
985: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
986: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

Line 983: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);

979: IF g_debug_stmt THEN
980: PO_DEBUG.debug_begin(l_log_head);
981: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
982: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
983: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
984: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
985: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
986: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
987: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

Line 984: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

980: PO_DEBUG.debug_begin(l_log_head);
981: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
982: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
983: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
984: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
985: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
986: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
987: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
988: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);

Line 985: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

981: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
982: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
983: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
984: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
985: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
986: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
987: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
988: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);
989: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);

Line 986: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

982: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
983: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
984: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
985: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
986: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
987: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
988: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);
989: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
990: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);

Line 987: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

983: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
984: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
985: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
986: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
987: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
988: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);
989: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
990: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
991: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);

Line 988: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);

984: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
985: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
986: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
987: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
988: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);
989: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
990: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
991: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
992: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);

Line 989: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);

985: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
986: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
987: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
988: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);
989: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
990: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
991: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
992: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
993: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

Line 990: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);

986: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
987: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
988: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);
989: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
990: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
991: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
992: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
993: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
994: END IF;

Line 991: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);

987: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
988: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);
989: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
990: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
991: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
992: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
993: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
994: END IF;
995:

Line 992: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);

988: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl',p_doc_level_id_tbl);
989: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
990: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
991: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
992: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
993: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
994: END IF;
995:
996: l_progress := '010';

Line 993: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

989: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
990: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
991: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
992: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
993: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
994: END IF;
995:
996: l_progress := '010';
997:

Line 1117: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

1113:
1114: l_progress := '900';
1115:
1116: IF g_debug_stmt THEN
1117: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1118: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1119: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1120: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1121: PO_DEBUG.debug_end(l_log_head);

Line 1118: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

1114: l_progress := '900';
1115:
1116: IF g_debug_stmt THEN
1117: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1118: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1119: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1120: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1121: PO_DEBUG.debug_end(l_log_head);
1122: END IF;

Line 1119: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

1115:
1116: IF g_debug_stmt THEN
1117: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1118: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1119: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1120: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1121: PO_DEBUG.debug_end(l_log_head);
1122: END IF;
1123:

Line 1120: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

1116: IF g_debug_stmt THEN
1117: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1118: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1119: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1120: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1121: PO_DEBUG.debug_end(l_log_head);
1122: END IF;
1123:
1124: EXCEPTION

Line 1121: PO_DEBUG.debug_end(l_log_head);

1117: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1118: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1119: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1120: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1121: PO_DEBUG.debug_end(l_log_head);
1122: END IF;
1123:
1124: EXCEPTION
1125: WHEN OTHERS THEN

Line 1127: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');

1123:
1124: EXCEPTION
1125: WHEN OTHERS THEN
1126: BEGIN
1127: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
1128: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1129: IF g_debug_stmt THEN
1130: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1131: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

Line 1130: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

1126: BEGIN
1127: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
1128: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1129: IF g_debug_stmt THEN
1130: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1131: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1132: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1133: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1134: END IF;

Line 1131: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

1127: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
1128: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1129: IF g_debug_stmt THEN
1130: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1131: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1132: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1133: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1134: END IF;
1135: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

Line 1132: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

1128: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1129: IF g_debug_stmt THEN
1130: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1131: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1132: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1133: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1134: END IF;
1135: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1136: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);

Line 1133: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

1129: IF g_debug_stmt THEN
1130: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1131: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1132: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1133: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1134: END IF;
1135: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1136: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
1137: END IF;

Line 1139: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');

1135: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1136: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
1137: END IF;
1138: ROLLBACK TO DO_UNRESERVE_SP;
1139: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
1140: EXCEPTION
1141: WHEN OTHERS THEN
1142: NULL;
1143: END;

Line 1240: PO_DEBUG.debug_begin(l_log_head);

1236:
1237: BEGIN
1238:
1239: IF g_debug_stmt THEN
1240: PO_DEBUG.debug_begin(l_log_head);
1241: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1242: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1243: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1244: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

Line 1241: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);

1237: BEGIN
1238:
1239: IF g_debug_stmt THEN
1240: PO_DEBUG.debug_begin(l_log_head);
1241: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1242: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1243: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1244: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1245: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

Line 1242: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);

1238:
1239: IF g_debug_stmt THEN
1240: PO_DEBUG.debug_begin(l_log_head);
1241: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1242: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1243: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1244: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1245: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1246: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

Line 1243: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);

1239: IF g_debug_stmt THEN
1240: PO_DEBUG.debug_begin(l_log_head);
1241: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1242: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1243: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1244: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1245: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1246: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1247: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

Line 1244: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

1240: PO_DEBUG.debug_begin(l_log_head);
1241: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1242: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1243: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1244: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1245: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1246: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1247: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1248: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);

Line 1245: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

1241: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1242: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1243: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1244: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1245: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1246: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1247: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1248: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1249: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);

Line 1246: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

1242: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1243: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1244: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1245: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1246: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1247: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1248: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1249: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1250: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);

Line 1247: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

1243: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1244: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1245: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1246: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1247: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1248: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1249: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1250: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1251: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

Line 1248: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);

1244: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1245: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1246: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1247: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1248: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1249: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1250: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1251: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
1252: END IF;

Line 1249: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);

1245: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1246: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1247: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1248: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1249: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1250: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1251: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
1252: END IF;
1253:

Line 1250: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);

1246: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1247: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1248: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1249: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1250: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1251: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
1252: END IF;
1253:
1254: l_progress := '010';

Line 1251: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

1247: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1248: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1249: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1250: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1251: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
1252: END IF;
1253:
1254: l_progress := '010';
1255:

Line 1284: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');

1280:
1281: l_progress := '050';
1282:
1283: IF g_debug_stmt THEN
1284: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');
1285: END IF;
1286:
1287: l_progress := '060';
1288:

Line 1313: PO_DEBUG.debug_stmt(l_log_head,l_progress,

1309:
1310: l_progress := '110';
1311:
1312: IF g_debug_stmt THEN
1313: PO_DEBUG.debug_stmt(l_log_head,l_progress,
1314: 'Returned from Private Procedure successfully');
1315: END IF;
1316:
1317: l_progress := '120';

Line 1344: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

1340:
1341: l_progress := '900';
1342:
1343: IF g_debug_stmt THEN
1344: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1345: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1346: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1347: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1348: PO_DEBUG.debug_end(l_log_head);

Line 1345: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

1341: l_progress := '900';
1342:
1343: IF g_debug_stmt THEN
1344: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1345: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1346: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1347: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1348: PO_DEBUG.debug_end(l_log_head);
1349: END IF;

Line 1346: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

1342:
1343: IF g_debug_stmt THEN
1344: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1345: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1346: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1347: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1348: PO_DEBUG.debug_end(l_log_head);
1349: END IF;
1350:

Line 1347: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

1343: IF g_debug_stmt THEN
1344: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1345: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1346: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1347: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1348: PO_DEBUG.debug_end(l_log_head);
1349: END IF;
1350:
1351: EXCEPTION

Line 1348: PO_DEBUG.debug_end(l_log_head);

1344: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1345: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1346: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1347: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1348: PO_DEBUG.debug_end(l_log_head);
1349: END IF;
1350:
1351: EXCEPTION
1352: WHEN OTHERS THEN

Line 1354: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');

1350:
1351: EXCEPTION
1352: WHEN OTHERS THEN
1353: BEGIN
1354: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
1355: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1356: IF g_debug_stmt THEN
1357: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1358: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

Line 1357: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

1353: BEGIN
1354: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
1355: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1356: IF g_debug_stmt THEN
1357: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1358: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1359: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1360: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1361: END IF;

Line 1358: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

1354: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
1355: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1356: IF g_debug_stmt THEN
1357: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1358: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1359: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1360: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1361: END IF;
1362: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

Line 1359: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

1355: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1356: IF g_debug_stmt THEN
1357: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1358: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1359: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1360: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1361: END IF;
1362: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1363: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);

Line 1360: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

1356: IF g_debug_stmt THEN
1357: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1358: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1359: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1360: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1361: END IF;
1362: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1363: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
1364: END IF;

Line 1366: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');

1362: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1363: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
1364: END IF;
1365: ROLLBACK TO DO_RETURN_SP;
1366: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
1367: EXCEPTION
1368: WHEN OTHERS THEN
1369: NULL;
1370: END;

Line 1471: PO_DEBUG.debug_begin(l_log_head);

1467:
1468: BEGIN
1469:
1470: IF g_debug_stmt THEN
1471: PO_DEBUG.debug_begin(l_log_head);
1472: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1473: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1474: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1475: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

Line 1472: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);

1468: BEGIN
1469:
1470: IF g_debug_stmt THEN
1471: PO_DEBUG.debug_begin(l_log_head);
1472: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1473: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1474: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1475: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1476: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

Line 1473: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);

1469:
1470: IF g_debug_stmt THEN
1471: PO_DEBUG.debug_begin(l_log_head);
1472: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1473: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1474: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1475: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1476: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1477: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

Line 1474: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);

1470: IF g_debug_stmt THEN
1471: PO_DEBUG.debug_begin(l_log_head);
1472: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1473: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1474: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1475: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1476: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1477: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1478: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

Line 1475: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

1471: PO_DEBUG.debug_begin(l_log_head);
1472: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1473: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1474: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1475: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1476: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1477: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1478: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1479: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);

Line 1476: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

1472: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1473: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1474: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1475: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1476: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1477: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1478: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1479: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1480: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);

Line 1477: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

1473: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1474: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1475: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1476: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1477: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1478: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1479: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1480: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1481: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);

Line 1478: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

1474: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1475: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1476: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1477: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1478: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1479: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1480: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1481: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1482: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);

Line 1479: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);

1475: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1476: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1477: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1478: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1479: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1480: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1481: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1482: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1483: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

Line 1480: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);

1476: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1477: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1478: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1479: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1480: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1481: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1482: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1483: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
1484: END IF;

Line 1481: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);

1477: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1478: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1479: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1480: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1481: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1482: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1483: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
1484: END IF;
1485:

Line 1482: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);

1478: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1479: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1480: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1481: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1482: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1483: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
1484: END IF;
1485:
1486: l_progress := '010';

Line 1483: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

1479: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1480: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1481: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1482: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1483: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
1484: END IF;
1485:
1486: l_progress := '010';
1487:

Line 1516: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');

1512:
1513: l_progress := '050';
1514:
1515: IF g_debug_stmt THEN
1516: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');
1517: END IF;
1518:
1519: l_progress := '060';
1520:

Line 1546: PO_DEBUG.debug_stmt(l_log_head,l_progress,

1542:
1543: l_progress := '110';
1544:
1545: IF g_debug_stmt THEN
1546: PO_DEBUG.debug_stmt(l_log_head,l_progress,
1547: 'Returned from Private Procedure successfully');
1548: END IF;
1549:
1550: l_progress := '120';

Line 1577: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

1573:
1574: l_progress := '900';
1575:
1576: IF g_debug_stmt THEN
1577: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1578: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1579: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1580: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1581: PO_DEBUG.debug_end(l_log_head);

Line 1578: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

1574: l_progress := '900';
1575:
1576: IF g_debug_stmt THEN
1577: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1578: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1579: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1580: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1581: PO_DEBUG.debug_end(l_log_head);
1582: END IF;

Line 1579: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

1575:
1576: IF g_debug_stmt THEN
1577: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1578: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1579: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1580: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1581: PO_DEBUG.debug_end(l_log_head);
1582: END IF;
1583:

Line 1580: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

1576: IF g_debug_stmt THEN
1577: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1578: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1579: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1580: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1581: PO_DEBUG.debug_end(l_log_head);
1582: END IF;
1583:
1584: EXCEPTION

Line 1581: PO_DEBUG.debug_end(l_log_head);

1577: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1578: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1579: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1580: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1581: PO_DEBUG.debug_end(l_log_head);
1582: END IF;
1583:
1584: EXCEPTION
1585: WHEN OTHERS THEN

Line 1587: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');

1583:
1584: EXCEPTION
1585: WHEN OTHERS THEN
1586: BEGIN
1587: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
1588: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1589: IF g_debug_stmt THEN
1590: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1591: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

Line 1590: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

1586: BEGIN
1587: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
1588: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1589: IF g_debug_stmt THEN
1590: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1591: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1592: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1593: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1594: END IF;

Line 1591: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

1587: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
1588: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1589: IF g_debug_stmt THEN
1590: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1591: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1592: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1593: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1594: END IF;
1595: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

Line 1592: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

1588: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1589: IF g_debug_stmt THEN
1590: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1591: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1592: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1593: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1594: END IF;
1595: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1596: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);

Line 1593: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

1589: IF g_debug_stmt THEN
1590: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1591: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1592: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1593: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1594: END IF;
1595: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1596: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
1597: END IF;

Line 1599: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');

1595: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1596: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
1597: END IF;
1598: ROLLBACK TO DO_REJECT_SP;
1599: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
1600: EXCEPTION
1601: WHEN OTHERS THEN
1602: NULL;
1603: END;

Line 1707: PO_DEBUG.debug_begin(l_log_head);

1703:
1704: BEGIN
1705:
1706: IF g_debug_stmt THEN
1707: PO_DEBUG.debug_begin(l_log_head);
1708: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1709: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1710: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1711: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

Line 1708: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);

1704: BEGIN
1705:
1706: IF g_debug_stmt THEN
1707: PO_DEBUG.debug_begin(l_log_head);
1708: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1709: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1710: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1711: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1712: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

Line 1709: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);

1705:
1706: IF g_debug_stmt THEN
1707: PO_DEBUG.debug_begin(l_log_head);
1708: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1709: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1710: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1711: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1712: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1713: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

Line 1710: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);

1706: IF g_debug_stmt THEN
1707: PO_DEBUG.debug_begin(l_log_head);
1708: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1709: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1710: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1711: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1712: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1713: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1714: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

Line 1711: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

1707: PO_DEBUG.debug_begin(l_log_head);
1708: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1709: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1710: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1711: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1712: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1713: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1714: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1715: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);

Line 1712: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

1708: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1709: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1710: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1711: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1712: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1713: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1714: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1715: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1716: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);

Line 1713: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

1709: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1710: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1711: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1712: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1713: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1714: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1715: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1716: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1717: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);

Line 1714: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

1710: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1711: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1712: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1713: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1714: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1715: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1716: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1717: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1718: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);

Line 1715: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);

1711: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1712: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1713: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1714: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1715: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1716: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1717: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1718: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1719: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

Line 1716: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);

1712: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1713: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1714: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1715: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1716: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1717: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1718: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1719: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
1720: END IF;

Line 1717: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);

1713: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1714: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1715: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1716: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1717: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1718: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1719: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
1720: END IF;
1721:

Line 1718: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);

1714: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
1715: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1716: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1717: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1718: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1719: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
1720: END IF;
1721:
1722: l_progress := '010';

Line 1719: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

1715: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
1716: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1717: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1718: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1719: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
1720: END IF;
1721:
1722: l_progress := '010';
1723:

Line 1752: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');

1748:
1749: l_progress := '050';
1750:
1751: IF g_debug_stmt THEN
1752: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');
1753: END IF;
1754:
1755: l_progress := '060';
1756:

Line 1782: PO_DEBUG.debug_stmt(l_log_head,l_progress,

1778:
1779: l_progress := '110';
1780:
1781: IF g_debug_stmt THEN
1782: PO_DEBUG.debug_stmt(l_log_head,l_progress,
1783: 'Returned from Private Procedure successfully');
1784: END IF;
1785:
1786: l_progress := '120';

Line 1813: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

1809:
1810: l_progress := '900';
1811:
1812: IF g_debug_stmt THEN
1813: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1814: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1815: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1816: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1817: PO_DEBUG.debug_end(l_log_head);

Line 1814: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

1810: l_progress := '900';
1811:
1812: IF g_debug_stmt THEN
1813: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1814: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1815: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1816: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1817: PO_DEBUG.debug_end(l_log_head);
1818: END IF;

Line 1815: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

1811:
1812: IF g_debug_stmt THEN
1813: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1814: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1815: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1816: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1817: PO_DEBUG.debug_end(l_log_head);
1818: END IF;
1819:

Line 1816: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

1812: IF g_debug_stmt THEN
1813: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1814: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1815: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1816: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1817: PO_DEBUG.debug_end(l_log_head);
1818: END IF;
1819:
1820: EXCEPTION

Line 1817: PO_DEBUG.debug_end(l_log_head);

1813: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1814: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1815: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1816: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1817: PO_DEBUG.debug_end(l_log_head);
1818: END IF;
1819:
1820: EXCEPTION
1821: WHEN OTHERS THEN

Line 1823: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');

1819:
1820: EXCEPTION
1821: WHEN OTHERS THEN
1822: BEGIN
1823: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
1824: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1825: IF g_debug_stmt THEN
1826: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1827: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

Line 1826: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

1822: BEGIN
1823: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
1824: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1825: IF g_debug_stmt THEN
1826: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1827: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1828: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1829: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1830: END IF;

Line 1827: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

1823: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
1824: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1825: IF g_debug_stmt THEN
1826: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1827: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1828: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1829: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1830: END IF;
1831: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

Line 1828: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

1824: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1825: IF g_debug_stmt THEN
1826: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1827: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1828: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1829: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1830: END IF;
1831: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1832: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);

Line 1829: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

1825: IF g_debug_stmt THEN
1826: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
1827: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
1828: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
1829: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1830: END IF;
1831: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1832: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
1833: END IF;

Line 1835: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');

1831: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1832: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
1833: END IF;
1834: ROLLBACK TO DO_CANCEL_SP;
1835: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
1836: EXCEPTION
1837: WHEN OTHERS THEN
1838: NULL;
1839: END;

Line 1936: PO_DEBUG.debug_begin(l_log_head);

1932:
1933: BEGIN
1934:
1935: IF g_debug_stmt THEN
1936: PO_DEBUG.debug_begin(l_log_head);
1937: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

Line 1937: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);

1933: BEGIN
1934:
1935: IF g_debug_stmt THEN
1936: PO_DEBUG.debug_begin(l_log_head);
1937: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

Line 1938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);

1934:
1935: IF g_debug_stmt THEN
1936: PO_DEBUG.debug_begin(l_log_head);
1937: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

Line 1939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);

1935: IF g_debug_stmt THEN
1936: PO_DEBUG.debug_begin(l_log_head);
1937: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);

Line 1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

1936: PO_DEBUG.debug_begin(l_log_head);
1937: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
1944: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);

Line 1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

1937: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
1938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
1944: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1945: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);

Line 1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

1938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
1939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
1944: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1945: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1946: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);

Line 1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);

1939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
1944: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1945: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1946: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1947: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

Line 1944: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);

1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
1944: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1945: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1946: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1947: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
1948: END IF;

Line 1945: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);

1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
1944: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1945: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1946: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1947: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
1948: END IF;
1949:

Line 1946: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);

1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
1944: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1945: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1946: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1947: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
1948: END IF;
1949:
1950: l_progress := '010';

Line 1947: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_employee_id',p_employee_id);
1944: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_funds',p_override_funds);
1945: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
1946: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
1947: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
1948: END IF;
1949:
1950: l_progress := '010';
1951:

Line 1980: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');

1976:
1977: l_progress := '050';
1978:
1979: IF g_debug_stmt THEN
1980: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');
1981: END IF;
1982:
1983: l_progress := '060';
1984:

Line 2009: PO_DEBUG.debug_stmt(l_log_head,l_progress,

2005:
2006: l_progress := '110';
2007:
2008: IF g_debug_stmt THEN
2009: PO_DEBUG.debug_stmt(l_log_head,l_progress,
2010: 'Returned from Private Procedure successfully');
2011: END IF;
2012:
2013: l_progress := '120';

Line 2040: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

2036:
2037: l_progress := '900';
2038:
2039: IF g_debug_stmt THEN
2040: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2041: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2042: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2043: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2044: PO_DEBUG.debug_end(l_log_head);

Line 2041: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

2037: l_progress := '900';
2038:
2039: IF g_debug_stmt THEN
2040: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2041: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2042: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2043: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2044: PO_DEBUG.debug_end(l_log_head);
2045: END IF;

Line 2042: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

2038:
2039: IF g_debug_stmt THEN
2040: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2041: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2042: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2043: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2044: PO_DEBUG.debug_end(l_log_head);
2045: END IF;
2046:

Line 2043: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

2039: IF g_debug_stmt THEN
2040: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2041: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2042: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2043: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2044: PO_DEBUG.debug_end(l_log_head);
2045: END IF;
2046:
2047: EXCEPTION

Line 2044: PO_DEBUG.debug_end(l_log_head);

2040: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2041: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2042: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2043: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2044: PO_DEBUG.debug_end(l_log_head);
2045: END IF;
2046:
2047: EXCEPTION
2048: WHEN OTHERS THEN

Line 2050: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');

2046:
2047: EXCEPTION
2048: WHEN OTHERS THEN
2049: BEGIN
2050: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
2051: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2052: IF g_debug_stmt THEN
2053: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2054: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

Line 2053: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

2049: BEGIN
2050: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
2051: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2052: IF g_debug_stmt THEN
2053: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2054: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2055: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2056: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2057: END IF;

Line 2054: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

2050: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
2051: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2052: IF g_debug_stmt THEN
2053: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2054: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2055: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2056: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2057: END IF;
2058: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

Line 2055: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

2051: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2052: IF g_debug_stmt THEN
2053: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2054: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2055: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2056: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2057: END IF;
2058: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2059: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);

Line 2056: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

2052: IF g_debug_stmt THEN
2053: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2054: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2055: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2056: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2057: END IF;
2058: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2059: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
2060: END IF;

Line 2062: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');

2058: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2059: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
2060: END IF;
2061: ROLLBACK TO DO_ADJUST_SP;
2062: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
2063: EXCEPTION
2064: WHEN OTHERS THEN
2065: NULL;
2066: END;

Line 2163: PO_DEBUG.debug_begin(l_log_head);

2159:
2160: BEGIN
2161:
2162: IF g_debug_stmt THEN
2163: PO_DEBUG.debug_begin(l_log_head);
2164: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2165: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2166: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2167: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

Line 2164: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);

2160: BEGIN
2161:
2162: IF g_debug_stmt THEN
2163: PO_DEBUG.debug_begin(l_log_head);
2164: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2165: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2166: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2167: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2168: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

Line 2165: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);

2161:
2162: IF g_debug_stmt THEN
2163: PO_DEBUG.debug_begin(l_log_head);
2164: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2165: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2166: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2167: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2168: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2169: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

Line 2166: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);

2162: IF g_debug_stmt THEN
2163: PO_DEBUG.debug_begin(l_log_head);
2164: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2165: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2166: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2167: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2168: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2169: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2170: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

Line 2167: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

2163: PO_DEBUG.debug_begin(l_log_head);
2164: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2165: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2166: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2167: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2168: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2169: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2170: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2171: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);

Line 2168: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

2164: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2165: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2166: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2167: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2168: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2169: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2170: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2171: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
2172: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);

Line 2169: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

2165: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2166: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2167: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2168: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2169: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2170: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2171: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
2172: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
2173: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);

Line 2170: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

2166: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2167: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2168: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2169: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2170: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2171: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
2172: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
2173: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
2174: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

Line 2171: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);

2167: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2168: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2169: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2170: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2171: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
2172: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
2173: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
2174: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
2175: END IF;

Line 2172: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);

2168: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2169: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2170: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2171: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
2172: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
2173: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
2174: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
2175: END IF;
2176:

Line 2173: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);

2169: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2170: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2171: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
2172: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
2173: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
2174: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
2175: END IF;
2176:
2177: l_progress := '010';

Line 2174: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);

2170: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2171: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
2172: PO_DEBUG.debug_var(l_log_head,l_progress,'p_override_date',p_override_date);
2173: PO_DEBUG.debug_var(l_log_head,l_progress,'p_use_gl_date',p_use_gl_date);
2174: PO_DEBUG.debug_var(l_log_head,l_progress,'p_report_successes',p_report_successes);
2175: END IF;
2176:
2177: l_progress := '010';
2178:

Line 2207: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');

2203:
2204: l_progress := '050';
2205:
2206: IF g_debug_stmt THEN
2207: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');
2208: END IF;
2209:
2210: l_progress := '060';
2211:

Line 2236: PO_DEBUG.debug_stmt(l_log_head,l_progress,

2232:
2233: l_progress := '110';
2234:
2235: IF g_debug_stmt THEN
2236: PO_DEBUG.debug_stmt(l_log_head,l_progress,
2237: 'Returned from Private Procedure successfully');
2238: END IF;
2239:
2240: l_progress := '120';

Line 2267: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

2263:
2264: l_progress := '900';
2265:
2266: IF g_debug_stmt THEN
2267: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2268: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2269: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2270: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2271: PO_DEBUG.debug_end(l_log_head);

Line 2268: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

2264: l_progress := '900';
2265:
2266: IF g_debug_stmt THEN
2267: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2268: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2269: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2270: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2271: PO_DEBUG.debug_end(l_log_head);
2272: END IF;

Line 2269: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

2265:
2266: IF g_debug_stmt THEN
2267: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2268: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2269: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2270: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2271: PO_DEBUG.debug_end(l_log_head);
2272: END IF;
2273:

Line 2270: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

2266: IF g_debug_stmt THEN
2267: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2268: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2269: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2270: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2271: PO_DEBUG.debug_end(l_log_head);
2272: END IF;
2273:
2274: EXCEPTION

Line 2271: PO_DEBUG.debug_end(l_log_head);

2267: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2268: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2269: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2270: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2271: PO_DEBUG.debug_end(l_log_head);
2272: END IF;
2273:
2274: EXCEPTION
2275: WHEN OTHERS THEN

Line 2277: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');

2273:
2274: EXCEPTION
2275: WHEN OTHERS THEN
2276: BEGIN
2277: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
2278: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2279: IF g_debug_stmt THEN
2280: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2281: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

Line 2280: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);

2276: BEGIN
2277: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
2278: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2279: IF g_debug_stmt THEN
2280: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2281: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2282: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2283: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2284: END IF;

Line 2281: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);

2277: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
2278: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2279: IF g_debug_stmt THEN
2280: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2281: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2282: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2283: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2284: END IF;
2285: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

Line 2282: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

2278: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2279: IF g_debug_stmt THEN
2280: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2281: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2282: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2283: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2284: END IF;
2285: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2286: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);

Line 2283: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);

2279: IF g_debug_stmt THEN
2280: PO_DEBUG.debug_var(l_log_head,l_progress,'l_report_return_status',l_report_return_status);
2281: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2282: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2283: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2284: END IF;
2285: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2286: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
2287: END IF;

Line 2289: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');

2285: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2286: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
2287: END IF;
2288: ROLLBACK TO DO_FINAL_CLOSE_SP;
2289: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
2290: EXCEPTION
2291: WHEN OTHERS THEN
2292: NULL;
2293: END;

Line 2396: PO_DEBUG.debug_begin(l_log_head);

2392:
2393: BEGIN
2394:
2395: IF g_debug_stmt THEN
2396: PO_DEBUG.debug_begin(l_log_head);
2397: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2398: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

Line 2397: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);

2393: BEGIN
2394:
2395: IF g_debug_stmt THEN
2396: PO_DEBUG.debug_begin(l_log_head);
2397: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2398: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_distribution_id',p_distribution_id);

Line 2398: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);

2394:
2395: IF g_debug_stmt THEN
2396: PO_DEBUG.debug_begin(l_log_head);
2397: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2398: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_distribution_id',p_distribution_id);
2402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_invoice_id',p_invoice_id);

Line 2399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);

2395: IF g_debug_stmt THEN
2396: PO_DEBUG.debug_begin(l_log_head);
2397: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2398: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_distribution_id',p_distribution_id);
2402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_invoice_id',p_invoice_id);
2403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_encumbrance_amt',p_encumbrance_amt);

Line 2400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

2396: PO_DEBUG.debug_begin(l_log_head);
2397: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2398: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_distribution_id',p_distribution_id);
2402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_invoice_id',p_invoice_id);
2403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_encumbrance_amt',p_encumbrance_amt);
2404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_qty_cancelled',p_qty_cancelled);

Line 2401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_distribution_id',p_distribution_id);

2397: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2398: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_distribution_id',p_distribution_id);
2402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_invoice_id',p_invoice_id);
2403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_encumbrance_amt',p_encumbrance_amt);
2404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_qty_cancelled',p_qty_cancelled);
2405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_budget_account_id',p_budget_account_id);

Line 2402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_invoice_id',p_invoice_id);

2398: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_distribution_id',p_distribution_id);
2402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_invoice_id',p_invoice_id);
2403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_encumbrance_amt',p_encumbrance_amt);
2404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_qty_cancelled',p_qty_cancelled);
2405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_budget_account_id',p_budget_account_id);
2406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_gl_date',p_gl_date);

Line 2403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_encumbrance_amt',p_encumbrance_amt);

2399: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_distribution_id',p_distribution_id);
2402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_invoice_id',p_invoice_id);
2403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_encumbrance_amt',p_encumbrance_amt);
2404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_qty_cancelled',p_qty_cancelled);
2405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_budget_account_id',p_budget_account_id);
2406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_gl_date',p_gl_date);
2407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_name',p_period_name);

Line 2404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_qty_cancelled',p_qty_cancelled);

2400: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_distribution_id',p_distribution_id);
2402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_invoice_id',p_invoice_id);
2403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_encumbrance_amt',p_encumbrance_amt);
2404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_qty_cancelled',p_qty_cancelled);
2405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_budget_account_id',p_budget_account_id);
2406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_gl_date',p_gl_date);
2407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_name',p_period_name);
2408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_year',p_period_year);

Line 2405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_budget_account_id',p_budget_account_id);

2401: PO_DEBUG.debug_var(l_log_head,l_progress,'p_distribution_id',p_distribution_id);
2402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_invoice_id',p_invoice_id);
2403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_encumbrance_amt',p_encumbrance_amt);
2404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_qty_cancelled',p_qty_cancelled);
2405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_budget_account_id',p_budget_account_id);
2406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_gl_date',p_gl_date);
2407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_name',p_period_name);
2408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_year',p_period_year);
2409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_num',p_period_num);

Line 2406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_gl_date',p_gl_date);

2402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_invoice_id',p_invoice_id);
2403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_encumbrance_amt',p_encumbrance_amt);
2404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_qty_cancelled',p_qty_cancelled);
2405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_budget_account_id',p_budget_account_id);
2406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_gl_date',p_gl_date);
2407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_name',p_period_name);
2408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_year',p_period_year);
2409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_num',p_period_num);
2410: PO_DEBUG.debug_var(l_log_head,l_progress,'p_quarter_num',p_quarter_num);

Line 2407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_name',p_period_name);

2403: PO_DEBUG.debug_var(l_log_head,l_progress,'p_encumbrance_amt',p_encumbrance_amt);
2404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_qty_cancelled',p_qty_cancelled);
2405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_budget_account_id',p_budget_account_id);
2406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_gl_date',p_gl_date);
2407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_name',p_period_name);
2408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_year',p_period_year);
2409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_num',p_period_num);
2410: PO_DEBUG.debug_var(l_log_head,l_progress,'p_quarter_num',p_quarter_num);
2411:

Line 2408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_year',p_period_year);

2404: PO_DEBUG.debug_var(l_log_head,l_progress,'p_qty_cancelled',p_qty_cancelled);
2405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_budget_account_id',p_budget_account_id);
2406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_gl_date',p_gl_date);
2407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_name',p_period_name);
2408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_year',p_period_year);
2409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_num',p_period_num);
2410: PO_DEBUG.debug_var(l_log_head,l_progress,'p_quarter_num',p_quarter_num);
2411:
2412: -- Bug 3480949: log p_tax_line_flag

Line 2409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_num',p_period_num);

2405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_budget_account_id',p_budget_account_id);
2406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_gl_date',p_gl_date);
2407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_name',p_period_name);
2408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_year',p_period_year);
2409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_num',p_period_num);
2410: PO_DEBUG.debug_var(l_log_head,l_progress,'p_quarter_num',p_quarter_num);
2411:
2412: -- Bug 3480949: log p_tax_line_flag
2413: PO_DEBUG.debug_var(l_log_head,l_progress,'p_tax_line_flag',p_tax_line_flag);

Line 2410: PO_DEBUG.debug_var(l_log_head,l_progress,'p_quarter_num',p_quarter_num);

2406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_gl_date',p_gl_date);
2407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_name',p_period_name);
2408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_year',p_period_year);
2409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_num',p_period_num);
2410: PO_DEBUG.debug_var(l_log_head,l_progress,'p_quarter_num',p_quarter_num);
2411:
2412: -- Bug 3480949: log p_tax_line_flag
2413: PO_DEBUG.debug_var(l_log_head,l_progress,'p_tax_line_flag',p_tax_line_flag);
2414:

Line 2413: PO_DEBUG.debug_var(l_log_head,l_progress,'p_tax_line_flag',p_tax_line_flag);

2409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_period_num',p_period_num);
2410: PO_DEBUG.debug_var(l_log_head,l_progress,'p_quarter_num',p_quarter_num);
2411:
2412: -- Bug 3480949: log p_tax_line_flag
2413: PO_DEBUG.debug_var(l_log_head,l_progress,'p_tax_line_flag',p_tax_line_flag);
2414:
2415: END IF;
2416:
2417: l_progress := '010';

Line 2447: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');

2443:
2444: l_progress := '050';
2445:
2446: IF g_debug_stmt THEN
2447: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');
2448: END IF;
2449:
2450: l_progress := '060';
2451:

Line 2479: PO_DEBUG.debug_stmt(l_log_head,l_progress,

2475:
2476: l_progress := '110';
2477:
2478: IF g_debug_stmt THEN
2479: PO_DEBUG.debug_stmt(l_log_head,l_progress,
2480: 'Returned from Private Procedure successfully');
2481: END IF;
2482:
2483: l_progress := '200';

Line 2493: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

2489:
2490: l_progress := '900';
2491:
2492: IF g_debug_stmt THEN
2493: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2494: PO_DEBUG.debug_var(l_log_head,l_progress,'x_packet_id',x_packet_id);
2495: PO_DEBUG.debug_end(l_log_head);
2496: END IF;
2497:

Line 2494: PO_DEBUG.debug_var(l_log_head,l_progress,'x_packet_id',x_packet_id);

2490: l_progress := '900';
2491:
2492: IF g_debug_stmt THEN
2493: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2494: PO_DEBUG.debug_var(l_log_head,l_progress,'x_packet_id',x_packet_id);
2495: PO_DEBUG.debug_end(l_log_head);
2496: END IF;
2497:
2498: EXCEPTION

Line 2495: PO_DEBUG.debug_end(l_log_head);

2491:
2492: IF g_debug_stmt THEN
2493: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2494: PO_DEBUG.debug_var(l_log_head,l_progress,'x_packet_id',x_packet_id);
2495: PO_DEBUG.debug_end(l_log_head);
2496: END IF;
2497:
2498: EXCEPTION
2499: WHEN OTHERS THEN

Line 2501: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');

2497:
2498: EXCEPTION
2499: WHEN OTHERS THEN
2500: BEGIN
2501: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
2502: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2503: IF g_debug_stmt THEN
2504: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2505: PO_DEBUG.debug_var(l_log_head,l_progress,'x_packet_id',x_packet_id);

Line 2504: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

2500: BEGIN
2501: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
2502: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2503: IF g_debug_stmt THEN
2504: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2505: PO_DEBUG.debug_var(l_log_head,l_progress,'x_packet_id',x_packet_id);
2506: END IF;
2507: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2508: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);

Line 2505: PO_DEBUG.debug_var(l_log_head,l_progress,'x_packet_id',x_packet_id);

2501: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
2502: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2503: IF g_debug_stmt THEN
2504: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2505: PO_DEBUG.debug_var(l_log_head,l_progress,'x_packet_id',x_packet_id);
2506: END IF;
2507: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2508: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
2509: END IF;

Line 2511: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');

2507: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2508: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
2509: END IF;
2510: ROLLBACK TO REINSTATE_PO_ENCUMBRANCE_SP;
2511: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
2512: EXCEPTION
2513: WHEN OTHERS THEN
2514: NULL;
2515: END;

Line 2579: PO_DEBUG.debug_begin(l_log_head);

2575:
2576: BEGIN
2577:
2578: IF g_debug_stmt THEN
2579: PO_DEBUG.debug_begin(l_log_head);
2580: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2581: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2582: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2583: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

Line 2580: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);

2576: BEGIN
2577:
2578: IF g_debug_stmt THEN
2579: PO_DEBUG.debug_begin(l_log_head);
2580: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2581: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2582: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2583: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2584: PO_DEBUG.debug_var(l_log_head,l_progress,'p_agreement_id_tbl',p_agreement_id_tbl);

Line 2581: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);

2577:
2578: IF g_debug_stmt THEN
2579: PO_DEBUG.debug_begin(l_log_head);
2580: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2581: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2582: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2583: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2584: PO_DEBUG.debug_var(l_log_head,l_progress,'p_agreement_id_tbl',p_agreement_id_tbl);
2585: END IF;

Line 2582: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);

2578: IF g_debug_stmt THEN
2579: PO_DEBUG.debug_begin(l_log_head);
2580: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2581: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2582: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2583: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2584: PO_DEBUG.debug_var(l_log_head,l_progress,'p_agreement_id_tbl',p_agreement_id_tbl);
2585: END IF;
2586:

Line 2583: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

2579: PO_DEBUG.debug_begin(l_log_head);
2580: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2581: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2582: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2583: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2584: PO_DEBUG.debug_var(l_log_head,l_progress,'p_agreement_id_tbl',p_agreement_id_tbl);
2585: END IF;
2586:
2587: l_progress := '010';

Line 2584: PO_DEBUG.debug_var(l_log_head,l_progress,'p_agreement_id_tbl',p_agreement_id_tbl);

2580: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2581: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2582: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2583: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2584: PO_DEBUG.debug_var(l_log_head,l_progress,'p_agreement_id_tbl',p_agreement_id_tbl);
2585: END IF;
2586:
2587: l_progress := '010';
2588:

Line 2617: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');

2613:
2614: l_progress := '050';
2615:
2616: IF g_debug_stmt THEN
2617: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');
2618: END IF;
2619:
2620: l_progress := '060';
2621:

Line 2639: PO_DEBUG.debug_stmt(l_log_head,l_progress,

2635:
2636: l_progress := '110';
2637:
2638: IF g_debug_stmt THEN
2639: PO_DEBUG.debug_stmt(l_log_head,l_progress,
2640: 'Returned from Private Procedure successfully');
2641: END IF;
2642:
2643: l_progress := '200';

Line 2653: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

2649:
2650: l_progress := '900';
2651:
2652: IF g_debug_stmt THEN
2653: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2654: PO_DEBUG.debug_var(l_log_head,l_progress,'x_agreement_encumbered_tbl',x_agreement_encumbered_tbl);
2655: PO_DEBUG.debug_end(l_log_head);
2656: END IF;
2657:

Line 2654: PO_DEBUG.debug_var(l_log_head,l_progress,'x_agreement_encumbered_tbl',x_agreement_encumbered_tbl);

2650: l_progress := '900';
2651:
2652: IF g_debug_stmt THEN
2653: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2654: PO_DEBUG.debug_var(l_log_head,l_progress,'x_agreement_encumbered_tbl',x_agreement_encumbered_tbl);
2655: PO_DEBUG.debug_end(l_log_head);
2656: END IF;
2657:
2658: EXCEPTION

Line 2655: PO_DEBUG.debug_end(l_log_head);

2651:
2652: IF g_debug_stmt THEN
2653: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2654: PO_DEBUG.debug_var(l_log_head,l_progress,'x_agreement_encumbered_tbl',x_agreement_encumbered_tbl);
2655: PO_DEBUG.debug_end(l_log_head);
2656: END IF;
2657:
2658: EXCEPTION
2659: WHEN OTHERS THEN

Line 2661: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');

2657:
2658: EXCEPTION
2659: WHEN OTHERS THEN
2660: BEGIN
2661: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
2662: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2663: IF g_debug_stmt THEN
2664: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2665: PO_DEBUG.debug_var(l_log_head,l_progress,'x_agreement_encumbered_tbl',x_agreement_encumbered_tbl);

Line 2664: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

2660: BEGIN
2661: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
2662: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2663: IF g_debug_stmt THEN
2664: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2665: PO_DEBUG.debug_var(l_log_head,l_progress,'x_agreement_encumbered_tbl',x_agreement_encumbered_tbl);
2666: END IF;
2667: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2668: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);

Line 2665: PO_DEBUG.debug_var(l_log_head,l_progress,'x_agreement_encumbered_tbl',x_agreement_encumbered_tbl);

2661: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
2662: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2663: IF g_debug_stmt THEN
2664: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2665: PO_DEBUG.debug_var(l_log_head,l_progress,'x_agreement_encumbered_tbl',x_agreement_encumbered_tbl);
2666: END IF;
2667: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2668: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
2669: END IF;

Line 2671: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');

2667: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2668: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
2669: END IF;
2670: ROLLBACK TO IS_AGREEMENT_ENCUMBERED_SP;
2671: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
2672: EXCEPTION
2673: WHEN OTHERS THEN
2674: NULL;
2675: END;

Line 2752: PO_DEBUG.debug_begin(l_log_head);

2748:
2749: BEGIN
2750:
2751: IF g_debug_stmt THEN
2752: PO_DEBUG.debug_begin(l_log_head);
2753: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2754: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2755: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2756: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

Line 2753: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);

2749: BEGIN
2750:
2751: IF g_debug_stmt THEN
2752: PO_DEBUG.debug_begin(l_log_head);
2753: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2754: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2755: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2756: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2757: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

Line 2754: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);

2750:
2751: IF g_debug_stmt THEN
2752: PO_DEBUG.debug_begin(l_log_head);
2753: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2754: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2755: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2756: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2757: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2758: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

Line 2755: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);

2751: IF g_debug_stmt THEN
2752: PO_DEBUG.debug_begin(l_log_head);
2753: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2754: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2755: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2756: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2757: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2758: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2759: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

Line 2756: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

2752: PO_DEBUG.debug_begin(l_log_head);
2753: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2754: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2755: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2756: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2757: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2758: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2759: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2760: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);

Line 2757: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

2753: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2754: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2755: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2756: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2757: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2758: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2759: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2760: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
2761: END IF;

Line 2758: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

2754: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2755: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2756: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2757: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2758: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2759: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2760: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
2761: END IF;
2762:

Line 2759: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

2755: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2756: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2757: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2758: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2759: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2760: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
2761: END IF;
2762:
2763: l_progress := '010';

Line 2760: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);

2756: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2757: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2758: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2759: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2760: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
2761: END IF;
2762:
2763: l_progress := '010';
2764:

Line 2793: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');

2789:
2790: l_progress := '050';
2791:
2792: IF g_debug_stmt THEN
2793: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');
2794: END IF;
2795:
2796: l_progress := '060';
2797:

Line 2818: PO_DEBUG.debug_stmt(l_log_head,l_progress,

2814:
2815: l_progress := '110';
2816:
2817: IF g_debug_stmt THEN
2818: PO_DEBUG.debug_stmt(l_log_head,l_progress,
2819: 'Returned from Private Procedure successfully');
2820: END IF;
2821:
2822: l_progress := '200';

Line 2832: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

2828:
2829: l_progress := '900';
2830:
2831: IF g_debug_stmt THEN
2832: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2833: PO_DEBUG.debug_var(l_log_head,l_progress,'x_reservable_flag',x_reservable_flag);
2834: PO_DEBUG.debug_end(l_log_head);
2835: END IF;
2836:

Line 2833: PO_DEBUG.debug_var(l_log_head,l_progress,'x_reservable_flag',x_reservable_flag);

2829: l_progress := '900';
2830:
2831: IF g_debug_stmt THEN
2832: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2833: PO_DEBUG.debug_var(l_log_head,l_progress,'x_reservable_flag',x_reservable_flag);
2834: PO_DEBUG.debug_end(l_log_head);
2835: END IF;
2836:
2837: EXCEPTION

Line 2834: PO_DEBUG.debug_end(l_log_head);

2830:
2831: IF g_debug_stmt THEN
2832: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2833: PO_DEBUG.debug_var(l_log_head,l_progress,'x_reservable_flag',x_reservable_flag);
2834: PO_DEBUG.debug_end(l_log_head);
2835: END IF;
2836:
2837: EXCEPTION
2838: WHEN OTHERS THEN

Line 2840: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');

2836:
2837: EXCEPTION
2838: WHEN OTHERS THEN
2839: BEGIN
2840: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
2841: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2842: IF g_debug_stmt THEN
2843: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2844: PO_DEBUG.debug_var(l_log_head,l_progress,'x_reservable_flag',x_reservable_flag);

Line 2843: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

2839: BEGIN
2840: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
2841: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2842: IF g_debug_stmt THEN
2843: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2844: PO_DEBUG.debug_var(l_log_head,l_progress,'x_reservable_flag',x_reservable_flag);
2845: END IF;
2846: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2847: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);

Line 2844: PO_DEBUG.debug_var(l_log_head,l_progress,'x_reservable_flag',x_reservable_flag);

2840: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
2841: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2842: IF g_debug_stmt THEN
2843: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2844: PO_DEBUG.debug_var(l_log_head,l_progress,'x_reservable_flag',x_reservable_flag);
2845: END IF;
2846: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2847: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
2848: END IF;

Line 2850: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');

2846: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2847: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
2848: END IF;
2849: ROLLBACK TO IS_RESERVABLE_SP;
2850: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
2851: EXCEPTION
2852: WHEN OTHERS THEN
2853: NULL;
2854: END;

Line 2931: PO_DEBUG.debug_begin(l_log_head);

2927:
2928: BEGIN
2929:
2930: IF g_debug_stmt THEN
2931: PO_DEBUG.debug_begin(l_log_head);
2932: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2933: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2934: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2935: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

Line 2932: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);

2928: BEGIN
2929:
2930: IF g_debug_stmt THEN
2931: PO_DEBUG.debug_begin(l_log_head);
2932: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2933: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2934: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2935: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2936: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

Line 2933: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);

2929:
2930: IF g_debug_stmt THEN
2931: PO_DEBUG.debug_begin(l_log_head);
2932: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2933: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2934: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2935: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2936: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2937: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

Line 2934: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);

2930: IF g_debug_stmt THEN
2931: PO_DEBUG.debug_begin(l_log_head);
2932: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2933: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2934: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2935: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2936: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2937: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

Line 2935: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

2931: PO_DEBUG.debug_begin(l_log_head);
2932: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2933: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2934: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2935: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2936: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2937: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);

Line 2936: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);

2932: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
2933: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2934: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2935: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2936: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2937: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
2940: END IF;

Line 2937: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);

2933: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit',p_commit);
2934: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2935: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2936: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2937: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
2940: END IF;
2941:

Line 2938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);

2934: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
2935: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2936: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2937: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
2940: END IF;
2941:
2942: l_progress := '010';

Line 2939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);

2935: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
2936: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type',p_doc_type);
2937: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_subtype',p_doc_subtype);
2938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level',p_doc_level);
2939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id',p_doc_level_id);
2940: END IF;
2941:
2942: l_progress := '010';
2943:

Line 2972: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');

2968:
2969: l_progress := '050';
2970:
2971: IF g_debug_stmt THEN
2972: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Calling Private Procedure');
2973: END IF;
2974:
2975: l_progress := '060';
2976:

Line 2997: PO_DEBUG.debug_stmt(l_log_head,l_progress,

2993:
2994: l_progress := '110';
2995:
2996: IF g_debug_stmt THEN
2997: PO_DEBUG.debug_stmt(l_log_head,l_progress,
2998: 'Returned from Private Procedure successfully');
2999: END IF;
3000:
3001: l_progress := '200';

Line 3011: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

3007:
3008: l_progress := '900';
3009:
3010: IF g_debug_stmt THEN
3011: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
3012: PO_DEBUG.debug_var(l_log_head,l_progress,'x_unreservable_flag',x_unreservable_flag);
3013: PO_DEBUG.debug_end(l_log_head);
3014: END IF;
3015:

Line 3012: PO_DEBUG.debug_var(l_log_head,l_progress,'x_unreservable_flag',x_unreservable_flag);

3008: l_progress := '900';
3009:
3010: IF g_debug_stmt THEN
3011: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
3012: PO_DEBUG.debug_var(l_log_head,l_progress,'x_unreservable_flag',x_unreservable_flag);
3013: PO_DEBUG.debug_end(l_log_head);
3014: END IF;
3015:
3016: EXCEPTION

Line 3013: PO_DEBUG.debug_end(l_log_head);

3009:
3010: IF g_debug_stmt THEN
3011: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
3012: PO_DEBUG.debug_var(l_log_head,l_progress,'x_unreservable_flag',x_unreservable_flag);
3013: PO_DEBUG.debug_end(l_log_head);
3014: END IF;
3015:
3016: EXCEPTION
3017: WHEN OTHERS THEN

Line 3019: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');

3015:
3016: EXCEPTION
3017: WHEN OTHERS THEN
3018: BEGIN
3019: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
3020: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3021: IF g_debug_stmt THEN
3022: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
3023: PO_DEBUG.debug_var(l_log_head,l_progress,'x_unreservable_flag',x_unreservable_flag);

Line 3022: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

3018: BEGIN
3019: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
3020: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3021: IF g_debug_stmt THEN
3022: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
3023: PO_DEBUG.debug_var(l_log_head,l_progress,'x_unreservable_flag',x_unreservable_flag);
3024: END IF;
3025: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3026: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);

Line 3023: PO_DEBUG.debug_var(l_log_head,l_progress,'x_unreservable_flag',x_unreservable_flag);

3019: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
3020: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3021: IF g_debug_stmt THEN
3022: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
3023: PO_DEBUG.debug_var(l_log_head,l_progress,'x_unreservable_flag',x_unreservable_flag);
3024: END IF;
3025: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3026: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
3027: END IF;

Line 3029: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');

3025: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3026: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
3027: END IF;
3028: ROLLBACK TO IS_UNRESERVABLE_SP;
3029: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
3030: EXCEPTION
3031: WHEN OTHERS THEN
3032: NULL;
3033: END;

Line 3136: PO_DEBUG.debug_begin(l_log_head);

3132:
3133: BEGIN
3134:
3135: IF g_debug_stmt THEN
3136: PO_DEBUG.debug_begin(l_log_head);
3137: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
3138: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
3139: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
3140: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type', p_doc_type);

Line 3137: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);

3133: BEGIN
3134:
3135: IF g_debug_stmt THEN
3136: PO_DEBUG.debug_begin(l_log_head);
3137: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
3138: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
3139: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
3140: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type', p_doc_type);
3141: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level', p_doc_level);

Line 3138: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);

3134:
3135: IF g_debug_stmt THEN
3136: PO_DEBUG.debug_begin(l_log_head);
3137: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
3138: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
3139: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
3140: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type', p_doc_type);
3141: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level', p_doc_level);
3142: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl', p_doc_level_id_tbl);

Line 3139: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);

3135: IF g_debug_stmt THEN
3136: PO_DEBUG.debug_begin(l_log_head);
3137: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
3138: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
3139: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
3140: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type', p_doc_type);
3141: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level', p_doc_level);
3142: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl', p_doc_level_id_tbl);
3143: PO_DEBUG.debug_var(l_log_head,l_progress,'p_make_old_copies_flag',p_make_old_copies_flag);

Line 3140: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type', p_doc_type);

3136: PO_DEBUG.debug_begin(l_log_head);
3137: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
3138: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
3139: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
3140: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type', p_doc_type);
3141: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level', p_doc_level);
3142: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl', p_doc_level_id_tbl);
3143: PO_DEBUG.debug_var(l_log_head,l_progress,'p_make_old_copies_flag',p_make_old_copies_flag);
3144: PO_DEBUG.debug_var(l_log_head,l_progress,'p_make_new_copies_flag',p_make_new_copies_flag);

Line 3141: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level', p_doc_level);

3137: PO_DEBUG.debug_var(l_log_head,l_progress,'p_api_version',p_api_version);
3138: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
3139: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
3140: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type', p_doc_type);
3141: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level', p_doc_level);
3142: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl', p_doc_level_id_tbl);
3143: PO_DEBUG.debug_var(l_log_head,l_progress,'p_make_old_copies_flag',p_make_old_copies_flag);
3144: PO_DEBUG.debug_var(l_log_head,l_progress,'p_make_new_copies_flag',p_make_new_copies_flag);
3145: PO_DEBUG.debug_var(l_log_head,l_progress,'p_check_only_flag', p_check_only_flag);

Line 3142: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl', p_doc_level_id_tbl);

3138: PO_DEBUG.debug_var(l_log_head,l_progress,'p_init_msg_list',p_init_msg_list);
3139: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
3140: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type', p_doc_type);
3141: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level', p_doc_level);
3142: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl', p_doc_level_id_tbl);
3143: PO_DEBUG.debug_var(l_log_head,l_progress,'p_make_old_copies_flag',p_make_old_copies_flag);
3144: PO_DEBUG.debug_var(l_log_head,l_progress,'p_make_new_copies_flag',p_make_new_copies_flag);
3145: PO_DEBUG.debug_var(l_log_head,l_progress,'p_check_only_flag', p_check_only_flag);
3146: END IF;

Line 3143: PO_DEBUG.debug_var(l_log_head,l_progress,'p_make_old_copies_flag',p_make_old_copies_flag);

3139: PO_DEBUG.debug_var(l_log_head,l_progress,'p_validation_level',p_validation_level);
3140: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type', p_doc_type);
3141: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level', p_doc_level);
3142: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl', p_doc_level_id_tbl);
3143: PO_DEBUG.debug_var(l_log_head,l_progress,'p_make_old_copies_flag',p_make_old_copies_flag);
3144: PO_DEBUG.debug_var(l_log_head,l_progress,'p_make_new_copies_flag',p_make_new_copies_flag);
3145: PO_DEBUG.debug_var(l_log_head,l_progress,'p_check_only_flag', p_check_only_flag);
3146: END IF;
3147:

Line 3144: PO_DEBUG.debug_var(l_log_head,l_progress,'p_make_new_copies_flag',p_make_new_copies_flag);

3140: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_type', p_doc_type);
3141: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level', p_doc_level);
3142: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl', p_doc_level_id_tbl);
3143: PO_DEBUG.debug_var(l_log_head,l_progress,'p_make_old_copies_flag',p_make_old_copies_flag);
3144: PO_DEBUG.debug_var(l_log_head,l_progress,'p_make_new_copies_flag',p_make_new_copies_flag);
3145: PO_DEBUG.debug_var(l_log_head,l_progress,'p_check_only_flag', p_check_only_flag);
3146: END IF;
3147:
3148: l_progress := '010';

Line 3145: PO_DEBUG.debug_var(l_log_head,l_progress,'p_check_only_flag', p_check_only_flag);

3141: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level', p_doc_level);
3142: PO_DEBUG.debug_var(l_log_head,l_progress,'p_doc_level_id_tbl', p_doc_level_id_tbl);
3143: PO_DEBUG.debug_var(l_log_head,l_progress,'p_make_old_copies_flag',p_make_old_copies_flag);
3144: PO_DEBUG.debug_var(l_log_head,l_progress,'p_make_new_copies_flag',p_make_new_copies_flag);
3145: PO_DEBUG.debug_var(l_log_head,l_progress,'p_check_only_flag', p_check_only_flag);
3146: END IF;
3147:
3148: l_progress := '010';
3149:

Line 3221: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

3217:
3218: l_progress := '900';
3219:
3220: IF g_debug_stmt THEN
3221: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
3222: PO_DEBUG.debug_end(l_log_head);
3223: END IF;
3224:
3225: EXCEPTION

Line 3222: PO_DEBUG.debug_end(l_log_head);

3218: l_progress := '900';
3219:
3220: IF g_debug_stmt THEN
3221: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
3222: PO_DEBUG.debug_end(l_log_head);
3223: END IF;
3224:
3225: EXCEPTION
3226: WHEN OTHERS THEN

Line 3228: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');

3224:
3225: EXCEPTION
3226: WHEN OTHERS THEN
3227: BEGIN
3228: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
3229: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3230: IF g_debug_stmt THEN
3231: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
3232: END IF;

Line 3231: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);

3227: BEGIN
3228: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
3229: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3230: IF g_debug_stmt THEN
3231: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
3232: END IF;
3233: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3234: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
3235: END IF;

Line 3237: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');

3233: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3234: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
3235: END IF;
3236: ROLLBACK TO POPULATE_ENCUMBRANCE_GT_GRP;
3237: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
3238: EXCEPTION
3239: WHEN OTHERS THEN
3240: NULL;
3241: END;