DBA Data[Home] [Help]

APPS.PO_MASS_UPDATE_PO_PVT dependencies on PO_DEBUG

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

8: -- PO_Mass_Update_PO_GRP.Update_Persons calls the procedure PO_Mass_Update_PO_PVT.DO_Update
9:
10: --------------------------------------------------------------------------------------------------
11:
12: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
13: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
14: g_pkg_name CONSTANT VARCHAR2(100) := 'PO_Mass_Update_PO_PVT';
15: g_log_head CONSTANT VARCHAR2(1000) := 'po.plsql.' || g_pkg_name || '.';
16:

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

9:
10: --------------------------------------------------------------------------------------------------
11:
12: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
13: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
14: g_pkg_name CONSTANT VARCHAR2(100) := 'PO_Mass_Update_PO_PVT';
15: g_log_head CONSTANT VARCHAR2(1000) := 'po.plsql.' || g_pkg_name || '.';
16:
17: TYPE g_po IS REF CURSOR;

Line 79: PO_DEBUG.debug_begin(l_log_head);

75: BEGIN
76:
77: IF g_debug_stmt THEN
78:
79: PO_DEBUG.debug_begin(l_log_head);
80: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
81: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
82: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
83: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

Line 80: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );

76:
77: IF g_debug_stmt THEN
78:
79: PO_DEBUG.debug_begin(l_log_head);
80: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
81: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
82: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
83: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
84: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );

Line 81: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);

77: IF g_debug_stmt THEN
78:
79: PO_DEBUG.debug_begin(l_log_head);
80: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
81: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
82: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
83: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
84: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
85: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);

Line 82: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);

78:
79: PO_DEBUG.debug_begin(l_log_head);
80: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
81: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
82: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
83: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
84: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
85: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
86: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);

Line 83: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

79: PO_DEBUG.debug_begin(l_log_head);
80: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
81: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
82: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
83: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
84: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
85: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
86: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
87: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);

Line 84: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );

80: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
81: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
82: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
83: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
84: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
85: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
86: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
87: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
88: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);

Line 85: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);

81: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
82: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
83: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
84: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
85: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
86: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
87: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
88: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
89: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);

Line 86: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);

82: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
83: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
84: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
85: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
86: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
87: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
88: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
89: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
90:

Line 87: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);

83: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
84: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
85: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
86: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
87: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
88: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
89: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
90:
91: END IF;

Line 88: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);

84: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
85: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
86: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
87: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
88: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
89: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
90:
91: END IF;
92:

Line 89: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);

85: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
86: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
87: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
88: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
89: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
90:
91: END IF;
92:
93: SAVEPOINT Do_Update_SP;

Line 105: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );

101: l_progress := '002';
102:
103: IF g_debug_stmt THEN
104:
105: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
106:
107: END IF;
108:
109: SAVEPOINT PO_Mass_Update_Buyer_SP;

Line 177: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );

173: l_progress := '003';
174:
175: IF g_debug_stmt THEN
176:
177: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
178:
179: END IF;
180:
181: SAVEPOINT PO_Mass_Update_Approver_SP;

Line 234: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );

230: l_progress := '004';
231:
232: IF g_debug_stmt THEN
233:
234: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
235:
236: END IF;
237:
238: SAVEPOINT PO_Mass_Update_Deliver_To_SP;

Line 404: PO_DEBUG.debug_begin(l_log_head);

400:
401:
402: IF g_debug_stmt THEN
403:
404: PO_DEBUG.debug_begin(l_log_head);
405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

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

401:
402: IF g_debug_stmt THEN
403:
404: PO_DEBUG.debug_begin(l_log_head);
405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );

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

402: IF g_debug_stmt THEN
403:
404: PO_DEBUG.debug_begin(l_log_head);
405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
410: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);

Line 407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);

403:
404: PO_DEBUG.debug_begin(l_log_head);
405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
410: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
411: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);

Line 408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

404: PO_DEBUG.debug_begin(l_log_head);
405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
410: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
411: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
412: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);

Line 409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );

405: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
410: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
411: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
412: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
413: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);

Line 410: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);

406: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
410: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
411: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
412: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
413: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
414: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);

Line 411: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);

407: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
410: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
411: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
412: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
413: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
414: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
415:

Line 412: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);

408: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
410: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
411: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
412: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
413: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
414: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
415:
416: END IF;

Line 413: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);

409: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
410: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
411: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
412: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
413: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
414: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
415:
416: END IF;
417:

Line 414: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);

410: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
411: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
412: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
413: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
414: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
415:
416: END IF;
417:
418: SAVEPOINT PO_Mass_Update_Buyer_SP;

Line 424: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Buyer_Info','Before Calling Buyer_Info' );

420: l_progress := '001';
421:
422: IF g_debug_stmt THEN
423:
424: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Buyer_Info','Before Calling Buyer_Info' );
425:
426: END IF;
427:
428: BEGIN

Line 458: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Print_Output','Before Calling Print_Output' );

454: l_progress := '002';
455:
456: IF g_debug_stmt THEN
457:
458: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Print_Output','Before Calling Print_Output' );
459:
460: END IF;
461:
462: IF (p_update_person = 'BUYER' OR p_update_person = 'ALL') THEN

Line 491: PO_DEBUG.debug_var(l_log_head,l_progress,'po_num_type',po_num_type );

487: l_progress := '003';
488:
489: IF g_debug_stmt THEN
490:
491: PO_DEBUG.debug_var(l_log_head,l_progress,'po_num_type',po_num_type );
492:
493: END IF;
494:
495: EXCEPTION

Line 650: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_rowid',l_po_rowid );

646: l_progress := '004';
647:
648: IF g_debug_stmt THEN
649:
650: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_rowid',l_po_rowid );
651: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
652: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
653: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
654: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );

Line 651: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );

647:
648: IF g_debug_stmt THEN
649:
650: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_rowid',l_po_rowid );
651: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
652: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
653: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
654: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
655: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );

Line 652: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );

648: IF g_debug_stmt THEN
649:
650: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_rowid',l_po_rowid );
651: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
652: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
653: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
654: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
655: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );
656: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_id',l_document_id );

Line 653: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );

649:
650: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_rowid',l_po_rowid );
651: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
652: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
653: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
654: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
655: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );
656: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_id',l_document_id );
657: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_type',l_document_type );

Line 654: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );

650: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_rowid',l_po_rowid );
651: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
652: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
653: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
654: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
655: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );
656: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_id',l_document_id );
657: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_type',l_document_type );
658: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_version',l_document_version );

Line 655: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );

651: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
652: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
653: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
654: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
655: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );
656: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_id',l_document_id );
657: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_type',l_document_type );
658: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_version',l_document_version );
659: PO_DEBUG.debug_var(l_log_head,l_progress,'l_conterms_exist_flag',l_conterms_exist_flag );

Line 656: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_id',l_document_id );

652: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
653: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
654: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
655: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );
656: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_id',l_document_id );
657: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_type',l_document_type );
658: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_version',l_document_version );
659: PO_DEBUG.debug_var(l_log_head,l_progress,'l_conterms_exist_flag',l_conterms_exist_flag );
660:

Line 657: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_type',l_document_type );

653: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
654: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
655: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );
656: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_id',l_document_id );
657: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_type',l_document_type );
658: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_version',l_document_version );
659: PO_DEBUG.debug_var(l_log_head,l_progress,'l_conterms_exist_flag',l_conterms_exist_flag );
660:
661: END IF;

Line 658: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_version',l_document_version );

654: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
655: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );
656: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_id',l_document_id );
657: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_type',l_document_type );
658: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_version',l_document_version );
659: PO_DEBUG.debug_var(l_log_head,l_progress,'l_conterms_exist_flag',l_conterms_exist_flag );
660:
661: END IF;
662: BEGIN

Line 659: PO_DEBUG.debug_var(l_log_head,l_progress,'l_conterms_exist_flag',l_conterms_exist_flag );

655: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );
656: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_id',l_document_id );
657: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_type',l_document_type );
658: PO_DEBUG.debug_var(l_log_head,l_progress,'l_document_version',l_document_version );
659: PO_DEBUG.debug_var(l_log_head,l_progress,'l_conterms_exist_flag',l_conterms_exist_flag );
660:
661: END IF;
662: BEGIN
663:

Line 689: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );

685: l_progress := '005';
686:
687: IF g_debug_stmt THEN
688:
689: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );
690:
691: END IF;
692:
693: IF ( (l_auth_status='PRE-APPROVED') OR (l_auth_status='IN PROCESS') ) THEN

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

802: l_progress := '006';
803:
804: IF g_debug_stmt THEN
805:
806: PO_DEBUG.debug_var(l_log_head,l_progress,'l_commit_count',l_commit_count );
807:
808: END IF;
809:
810: IF (UPPER(l_conterms_exist_flag)='Y') THEN

Line 1060: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_rowid',l_rel_rowid );

1056: l_progress := '007';
1057:
1058: IF g_debug_stmt THEN
1059:
1060: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_rowid',l_rel_rowid );
1061: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
1062: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );
1063: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
1064: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );

Line 1061: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );

1057:
1058: IF g_debug_stmt THEN
1059:
1060: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_rowid',l_rel_rowid );
1061: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
1062: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );
1063: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
1064: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
1065: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );

Line 1062: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );

1058: IF g_debug_stmt THEN
1059:
1060: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_rowid',l_rel_rowid );
1061: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
1062: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );
1063: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
1064: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
1065: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
1066: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );

Line 1063: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );

1059:
1060: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_rowid',l_rel_rowid );
1061: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
1062: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );
1063: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
1064: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
1065: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
1066: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );
1067:

Line 1064: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );

1060: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_rowid',l_rel_rowid );
1061: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
1062: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );
1063: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
1064: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
1065: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
1066: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );
1067:
1068: END IF;

Line 1065: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );

1061: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
1062: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );
1063: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
1064: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
1065: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
1066: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );
1067:
1068: END IF;
1069:

Line 1066: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );

1062: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );
1063: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
1064: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
1065: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
1066: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );
1067:
1068: END IF;
1069:
1070: BEGIN

Line 1097: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );

1093: l_progress := '008';
1094:
1095: IF g_debug_stmt THEN
1096:
1097: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );
1098:
1099: END IF;
1100:
1101:

Line 1179: PO_DEBUG.debug_var(l_log_head,l_progress,'l_commit_count',l_commit_count );

1175: l_progress := '009';
1176:
1177: IF g_debug_stmt THEN
1178:
1179: PO_DEBUG.debug_var(l_log_head,l_progress,'l_commit_count',l_commit_count );
1180:
1181: END IF;
1182:
1183: IF l_commit_count = p_commit_interval THEN

Line 1323: PO_DEBUG.debug_begin(l_log_head);

1319:
1320:
1321: IF g_debug_stmt THEN
1322:
1323: PO_DEBUG.debug_begin(l_log_head);
1324: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1325: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1326: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1327: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

Line 1324: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );

1320:
1321: IF g_debug_stmt THEN
1322:
1323: PO_DEBUG.debug_begin(l_log_head);
1324: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1325: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1326: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1327: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1328: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );

Line 1325: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);

1321: IF g_debug_stmt THEN
1322:
1323: PO_DEBUG.debug_begin(l_log_head);
1324: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1325: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1326: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1327: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1328: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1329: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);

Line 1326: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);

1322:
1323: PO_DEBUG.debug_begin(l_log_head);
1324: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1325: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1326: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1327: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1328: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1329: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1330: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);

Line 1327: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

1323: PO_DEBUG.debug_begin(l_log_head);
1324: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1325: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1326: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1327: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1328: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1329: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1330: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1331: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);

Line 1328: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );

1324: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1325: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1326: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1327: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1328: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1329: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1330: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1331: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
1332: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);

Line 1329: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);

1325: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1326: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1327: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1328: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1329: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1330: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1331: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
1332: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
1333: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);

Line 1330: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);

1326: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1327: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1328: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1329: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1330: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1331: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
1332: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
1333: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
1334:

Line 1331: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);

1327: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1328: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1329: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1330: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1331: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
1332: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
1333: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
1334:
1335: END IF;

Line 1332: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);

1328: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1329: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1330: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1331: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
1332: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
1333: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
1334:
1335: END IF;
1336:

Line 1333: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);

1329: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1330: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1331: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
1332: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
1333: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
1334:
1335: END IF;
1336:
1337: SAVEPOINT PO_Mass_Update_Approver_SP;

Line 1343: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Buyer_Info','Before Calling Buyer_Info' );

1339: l_progress := '001';
1340:
1341: IF g_debug_stmt THEN
1342:
1343: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Buyer_Info','Before Calling Buyer_Info' );
1344:
1345: END IF;
1346:
1347: BEGIN

Line 1379: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Print_Output','Before Calling Print_Output' );

1375: l_progress := '002';
1376:
1377: IF g_debug_stmt THEN
1378:
1379: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Print_Output','Before Calling Print_Output' );
1380:
1381: END IF;
1382:
1383: IF (p_update_person = 'APPROVER' ) THEN

Line 1415: PO_DEBUG.debug_var(l_log_head,l_progress,'po_num_type',po_num_type );

1411: l_progress := '003';
1412:
1413: IF g_debug_stmt THEN
1414:
1415: PO_DEBUG.debug_var(l_log_head,l_progress,'po_num_type',po_num_type );
1416:
1417: END IF;
1418:
1419: EXCEPTION

Line 1563: PO_DEBUG.debug_var(l_log_head,l_progress,'l_notification_id',l_notification_id );

1559: l_progress := '004';
1560:
1561: IF g_debug_stmt THEN
1562:
1563: PO_DEBUG.debug_var(l_log_head,l_progress,'l_notification_id',l_notification_id );
1564: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
1565: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type', l_doc_type);
1566:
1567: END IF;

Line 1564: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );

1560:
1561: IF g_debug_stmt THEN
1562:
1563: PO_DEBUG.debug_var(l_log_head,l_progress,'l_notification_id',l_notification_id );
1564: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
1565: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type', l_doc_type);
1566:
1567: END IF;
1568:

Line 1565: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type', l_doc_type);

1561: IF g_debug_stmt THEN
1562:
1563: PO_DEBUG.debug_var(l_log_head,l_progress,'l_notification_id',l_notification_id );
1564: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
1565: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type', l_doc_type);
1566:
1567: END IF;
1568:
1569:

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

1576: Wf_Notification.Forward(l_notification_id, p_new_username,l_msg16);
1577:
1578: IF g_debug_stmt THEN
1579:
1580: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username',p_new_username );
1581:
1582: END IF;
1583:
1584: l_commit_count := l_commit_count + 1;

Line 1597: PO_DEBUG.debug_var(l_log_head,l_progress,'l_commit_count',l_commit_count );

1593: l_progress := '006';
1594:
1595: IF g_debug_stmt THEN
1596:
1597: PO_DEBUG.debug_var(l_log_head,l_progress,'l_commit_count',l_commit_count );
1598:
1599: END IF;
1600:
1601:

Line 1766: PO_DEBUG.debug_var(l_log_head,l_progress,'l_notification_id',l_notification_id );

1762: l_progress := '007';
1763:
1764: IF g_debug_stmt THEN
1765:
1766: PO_DEBUG.debug_var(l_log_head,l_progress,'l_notification_id',l_notification_id );
1767: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
1768: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );
1769: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type', l_doc_type);
1770:

Line 1767: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );

1763:
1764: IF g_debug_stmt THEN
1765:
1766: PO_DEBUG.debug_var(l_log_head,l_progress,'l_notification_id',l_notification_id );
1767: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
1768: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );
1769: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type', l_doc_type);
1770:
1771: END IF;

Line 1768: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );

1764: IF g_debug_stmt THEN
1765:
1766: PO_DEBUG.debug_var(l_log_head,l_progress,'l_notification_id',l_notification_id );
1767: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
1768: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );
1769: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type', l_doc_type);
1770:
1771: END IF;
1772:

Line 1769: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type', l_doc_type);

1765:
1766: PO_DEBUG.debug_var(l_log_head,l_progress,'l_notification_id',l_notification_id );
1767: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
1768: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );
1769: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type', l_doc_type);
1770:
1771: END IF;
1772:
1773: BEGIN

Line 1783: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username',p_new_username );

1779: l_progress := '008';
1780:
1781: IF g_debug_stmt THEN
1782:
1783: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username',p_new_username );
1784:
1785: END IF;
1786:
1787: l_commit_count := l_commit_count + 1;

Line 1800: PO_DEBUG.debug_var(l_log_head,l_progress,'l_commit_count',l_commit_count );

1796: l_progress := '009';
1797:
1798: IF g_debug_stmt THEN
1799:
1800: PO_DEBUG.debug_var(l_log_head,l_progress,'l_commit_count',l_commit_count );
1801:
1802: END IF;
1803:
1804:

Line 1937: PO_DEBUG.debug_begin(l_log_head);

1933:
1934:
1935: IF g_debug_stmt THEN
1936:
1937: PO_DEBUG.debug_begin(l_log_head);
1938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

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

1934:
1935: IF g_debug_stmt THEN
1936:
1937: PO_DEBUG.debug_begin(l_log_head);
1938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );

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

1935: IF g_debug_stmt THEN
1936:
1937: PO_DEBUG.debug_begin(l_log_head);
1938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);

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

1936:
1937: PO_DEBUG.debug_begin(l_log_head);
1938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1944: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);

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

1937: PO_DEBUG.debug_begin(l_log_head);
1938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1944: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1945: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);

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

1938: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1944: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1945: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
1946: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);

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

1939: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1944: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1945: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
1946: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
1947: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);

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

1940: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1944: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1945: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
1946: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
1947: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
1948:

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

1941: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1944: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1945: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
1946: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
1947: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
1948:
1949: END IF;

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

1942: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1944: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1945: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
1946: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
1947: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
1948:
1949: END IF;
1950:

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

1943: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1944: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1945: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
1946: PO_DEBUG.debug_var(l_log_head,l_progress,'p_include_close_po',p_include_close_po);
1947: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
1948:
1949: END IF;
1950:
1951: SAVEPOINT PO_Mass_Update_DeliverTo_SP;

Line 1957: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Buyer_Info','Before Calling Buyer_Info' );

1953: l_progress := '001';
1954:
1955: IF g_debug_stmt THEN
1956:
1957: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Buyer_Info','Before Calling Buyer_Info' );
1958:
1959: END IF;
1960:
1961: BEGIN

Line 1991: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Print_Output','Before Calling Print_Output' );

1987: l_progress := '002';
1988:
1989: IF g_debug_stmt THEN
1990:
1991: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Print_Output','Before Calling Print_Output' );
1992:
1993: END IF;
1994:
1995: IF (p_update_person = 'DELIVER TO' ) THEN

Line 2024: PO_DEBUG.debug_var(l_log_head,l_progress,'po_num_type',po_num_type );

2020: l_progress := '003';
2021:
2022: IF g_debug_stmt THEN
2023:
2024: PO_DEBUG.debug_var(l_log_head,l_progress,'po_num_type',po_num_type );
2025:
2026: END IF;
2027:
2028: EXCEPTION

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

2169: l_progress := '004';
2170:
2171: IF g_debug_stmt THEN
2172:
2173: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_rowid',l_po_rowid );
2174: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
2175: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
2176:
2177: END IF;

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

2170:
2171: IF g_debug_stmt THEN
2172:
2173: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_rowid',l_po_rowid );
2174: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
2175: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
2176:
2177: END IF;
2178:

Line 2175: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );

2171: IF g_debug_stmt THEN
2172:
2173: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_rowid',l_po_rowid );
2174: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
2175: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
2176:
2177: END IF;
2178:
2179:

Line 2194: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );

2190: l_progress := '005';
2191:
2192: IF g_debug_stmt THEN
2193:
2194: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );
2195:
2196: END IF;
2197:
2198:

Line 2212: PO_DEBUG.debug_var(l_log_head,l_progress,'l_commit_count',l_commit_count );

2208: l_progress := '006';
2209:
2210: IF g_debug_stmt THEN
2211:
2212: PO_DEBUG.debug_var(l_log_head,l_progress,'l_commit_count',l_commit_count );
2213:
2214: END IF;
2215:
2216: IF l_release_id IS NULL THEN

Line 2384: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_rowid',l_rel_rowid );

2380: l_progress := '007';
2381:
2382: IF g_debug_stmt THEN
2383:
2384: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_rowid',l_rel_rowid );
2385: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
2386: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );
2387: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
2388:

Line 2385: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );

2381:
2382: IF g_debug_stmt THEN
2383:
2384: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_rowid',l_rel_rowid );
2385: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
2386: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );
2387: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
2388:
2389: END IF;

Line 2386: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );

2382: IF g_debug_stmt THEN
2383:
2384: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_rowid',l_rel_rowid );
2385: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
2386: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );
2387: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
2388:
2389: END IF;
2390:

Line 2387: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );

2383:
2384: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_rowid',l_rel_rowid );
2385: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_num',l_po_num );
2386: PO_DEBUG.debug_var(l_log_head,l_progress,'l_rel_num',l_rel_num );
2387: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
2388:
2389: END IF;
2390:
2391: UPDATE po_distributions_all

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

2398: l_progress := '007';
2399:
2400: IF g_debug_stmt THEN
2401:
2402: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
2403:
2404: END IF;
2405:
2406:

Line 2421: PO_DEBUG.debug_var(l_log_head,l_progress,'l_commit_count', l_commit_count);

2417: l_progress := '007';
2418:
2419: IF g_debug_stmt THEN
2420:
2421: PO_DEBUG.debug_var(l_log_head,l_progress,'l_commit_count', l_commit_count);
2422:
2423: END IF;
2424:
2425: fnd_file.put_line(fnd_file.output, rpad(l_po_num || '-' || l_rel_num,32) || rpad(l_doc_type,26) || l_msg18);

Line 2551: PO_DEBUG.debug_begin(l_log_head);

2547: l_progress := '000';
2548:
2549: IF g_debug_stmt THEN
2550:
2551: PO_DEBUG.debug_begin(l_log_head);
2552: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
2553: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_name',p_old_buyer_name );
2554: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name',p_new_buyer_name );
2555: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );

Line 2552: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );

2548:
2549: IF g_debug_stmt THEN
2550:
2551: PO_DEBUG.debug_begin(l_log_head);
2552: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
2553: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_name',p_old_buyer_name );
2554: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name',p_new_buyer_name );
2555: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
2556: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

Line 2553: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_name',p_old_buyer_name );

2549: IF g_debug_stmt THEN
2550:
2551: PO_DEBUG.debug_begin(l_log_head);
2552: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
2553: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_name',p_old_buyer_name );
2554: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name',p_new_buyer_name );
2555: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
2556: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
2557: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );

Line 2554: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name',p_new_buyer_name );

2550:
2551: PO_DEBUG.debug_begin(l_log_head);
2552: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
2553: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_name',p_old_buyer_name );
2554: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name',p_new_buyer_name );
2555: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
2556: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
2557: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
2558: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );

Line 2555: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );

2551: PO_DEBUG.debug_begin(l_log_head);
2552: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
2553: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_name',p_old_buyer_name );
2554: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name',p_new_buyer_name );
2555: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
2556: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
2557: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
2558: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
2559: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);

Line 2556: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

2552: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
2553: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_name',p_old_buyer_name );
2554: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name',p_new_buyer_name );
2555: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
2556: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
2557: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
2558: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
2559: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);
2560: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to', p_date_to);

Line 2557: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );

2553: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_name',p_old_buyer_name );
2554: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name',p_new_buyer_name );
2555: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
2556: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
2557: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
2558: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
2559: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);
2560: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to', p_date_to);
2561: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_name',p_supplier_name );

Line 2558: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );

2554: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name',p_new_buyer_name );
2555: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
2556: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
2557: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
2558: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
2559: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);
2560: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to', p_date_to);
2561: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_name',p_supplier_name );
2562:

Line 2559: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);

2555: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
2556: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
2557: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
2558: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
2559: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);
2560: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to', p_date_to);
2561: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_name',p_supplier_name );
2562:
2563: END IF;

Line 2560: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to', p_date_to);

2556: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
2557: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
2558: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
2559: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);
2560: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to', p_date_to);
2561: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_name',p_supplier_name );
2562:
2563: END IF;
2564:

Line 2561: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_name',p_supplier_name );

2557: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
2558: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
2559: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);
2560: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to', p_date_to);
2561: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_name',p_supplier_name );
2562:
2563: END IF;
2564:
2565: fnd_message.set_name('PO','PO_MUB_MSG_BUYER_HEADER1');

Line 2630: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );

2626: l_progress := '001';
2627:
2628: IF g_debug_stmt THEN
2629:
2630: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
2631:
2632: END IF;
2633:
2634: l_msg12 := fnd_message.get;

Line 2756: PO_DEBUG.debug_begin(l_log_head);

2752: l_progress := '000';
2753:
2754: IF g_debug_stmt THEN
2755:
2756: PO_DEBUG.debug_begin(l_log_head);
2757: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid',p_old_personid );
2758: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );
2759: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id );
2760:

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

2753:
2754: IF g_debug_stmt THEN
2755:
2756: PO_DEBUG.debug_begin(l_log_head);
2757: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid',p_old_personid );
2758: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );
2759: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id );
2760:
2761: END IF;

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

2754: IF g_debug_stmt THEN
2755:
2756: PO_DEBUG.debug_begin(l_log_head);
2757: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid',p_old_personid );
2758: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );
2759: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id );
2760:
2761: END IF;
2762:

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

2755:
2756: PO_DEBUG.debug_begin(l_log_head);
2757: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid',p_old_personid );
2758: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );
2759: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id );
2760:
2761: END IF;
2762:
2763: SAVEPOINT Buyer_Info_SP;

Line 2771: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_name',p_old_buyer_name );

2767: p_old_buyer_name := PO_EMPLOYEES_SV.get_emp_name(p_old_personid);
2768:
2769: IF g_debug_stmt THEN
2770:
2771: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_name',p_old_buyer_name );
2772:
2773: END IF;
2774:
2775: p_new_buyer_name := PO_EMPLOYEES_SV.get_emp_name(p_new_personid);

Line 2780: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name',p_new_buyer_name );

2776:
2777:
2778: IF g_debug_stmt THEN
2779:
2780: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name',p_new_buyer_name );
2781:
2782: END IF;
2783:
2784: WF_DIRECTORY.GetUserName('PER',p_old_personid, p_old_username,p_old_user_display_name);

Line 2787: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username',p_old_username );

2783:
2784: WF_DIRECTORY.GetUserName('PER',p_old_personid, p_old_username,p_old_user_display_name);
2785: IF g_debug_stmt THEN
2786:
2787: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username',p_old_username );
2788: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_user_display_name',p_old_user_display_name );
2789:
2790:
2791: END IF;

Line 2788: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_user_display_name',p_old_user_display_name );

2784: WF_DIRECTORY.GetUserName('PER',p_old_personid, p_old_username,p_old_user_display_name);
2785: IF g_debug_stmt THEN
2786:
2787: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username',p_old_username );
2788: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_user_display_name',p_old_user_display_name );
2789:
2790:
2791: END IF;
2792:

Line 2804: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_user_display_name',p_old_user_display_name );

2800: close c_old_buyer;
2801:
2802: IF g_debug_stmt THEN
2803:
2804: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_user_display_name',p_old_user_display_name );
2805: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username',p_old_username );
2806:
2807: END IF;
2808: END IF;

Line 2805: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username',p_old_username );

2801:
2802: IF g_debug_stmt THEN
2803:
2804: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_user_display_name',p_old_user_display_name );
2805: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username',p_old_username );
2806:
2807: END IF;
2808: END IF;
2809:

Line 2816: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username',p_new_username );

2812:
2813: WF_DIRECTORY.GetUserName('PER',p_new_personid, p_new_username,p_new_user_display_name);
2814: IF g_debug_stmt THEN
2815:
2816: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username',p_new_username );
2817: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name',p_new_user_display_name );
2818:
2819:
2820: END IF;

Line 2817: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name',p_new_user_display_name );

2813: WF_DIRECTORY.GetUserName('PER',p_new_personid, p_new_username,p_new_user_display_name);
2814: IF g_debug_stmt THEN
2815:
2816: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username',p_new_username );
2817: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name',p_new_user_display_name );
2818:
2819:
2820: END IF;
2821:

Line 2838: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_user_id',p_old_buyer_user_id );

2834: END;
2835:
2836: IF g_debug_stmt THEN
2837:
2838: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_user_id',p_old_buyer_user_id );
2839:
2840: END IF;
2841:
2842: /*Bug 14475766 start.

Line 2854: PO_DEBUG.debug_var(l_log_head,l_progress,'The new person is not APPS user.','The new person is not APPS user.' );

2850: AND user_name = p_new_username;
2851: EXCEPTION
2852: WHEN NO_DATA_FOUND THEN
2853: IF g_debug_stmt THEN
2854: PO_DEBUG.debug_var(l_log_head,l_progress,'The new person is not APPS user.','The new person is not APPS user.' );
2855: END IF;
2856: p_new_buyer_user_id := null;
2857: END;
2858: --Bug 14475766 end.

Line 2862: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_user_id',p_new_buyer_user_id );

2858: --Bug 14475766 end.
2859:
2860: IF g_debug_stmt THEN
2861:
2862: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_user_id',p_new_buyer_user_id );
2863:
2864: END IF;
2865:
2866: IF (p_supplier_id IS NOT NULL) then

Line 2889: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_name', p_old_buyer_name);

2885: AND hou.organization_id = l_org_id;
2886:
2887: IF g_debug_stmt THEN
2888:
2889: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_name', p_old_buyer_name);
2890: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name', p_new_buyer_name);
2891: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
2892: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
2893: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);

Line 2890: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name', p_new_buyer_name);

2886:
2887: IF g_debug_stmt THEN
2888:
2889: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_name', p_old_buyer_name);
2890: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name', p_new_buyer_name);
2891: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
2892: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
2893: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
2894: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_user_id', p_old_buyer_user_id);

Line 2891: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);

2887: IF g_debug_stmt THEN
2888:
2889: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_name', p_old_buyer_name);
2890: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name', p_new_buyer_name);
2891: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
2892: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
2893: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
2894: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_user_id', p_old_buyer_user_id);
2895: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_user_id', p_new_buyer_user_id);

Line 2892: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);

2888:
2889: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_name', p_old_buyer_name);
2890: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name', p_new_buyer_name);
2891: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
2892: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
2893: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
2894: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_user_id', p_old_buyer_user_id);
2895: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_user_id', p_new_buyer_user_id);
2896: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_name',p_supplier_name);

Line 2893: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);

2889: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_name', p_old_buyer_name);
2890: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name', p_new_buyer_name);
2891: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
2892: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
2893: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
2894: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_user_id', p_old_buyer_user_id);
2895: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_user_id', p_new_buyer_user_id);
2896: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_name',p_supplier_name);
2897: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name ', p_org_name);

Line 2894: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_user_id', p_old_buyer_user_id);

2890: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_name', p_new_buyer_name);
2891: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
2892: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
2893: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
2894: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_user_id', p_old_buyer_user_id);
2895: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_user_id', p_new_buyer_user_id);
2896: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_name',p_supplier_name);
2897: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name ', p_org_name);
2898:

Line 2895: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_user_id', p_new_buyer_user_id);

2891: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
2892: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
2893: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
2894: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_user_id', p_old_buyer_user_id);
2895: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_user_id', p_new_buyer_user_id);
2896: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_name',p_supplier_name);
2897: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name ', p_org_name);
2898:
2899: END IF;

Line 2896: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_name',p_supplier_name);

2892: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
2893: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
2894: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_user_id', p_old_buyer_user_id);
2895: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_user_id', p_new_buyer_user_id);
2896: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_name',p_supplier_name);
2897: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name ', p_org_name);
2898:
2899: END IF;
2900:

Line 2897: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name ', p_org_name);

2893: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
2894: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_buyer_user_id', p_old_buyer_user_id);
2895: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_buyer_user_id', p_new_buyer_user_id);
2896: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_name',p_supplier_name);
2897: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name ', p_org_name);
2898:
2899: END IF;
2900:
2901: EXCEPTION