DBA Data[Home] [Help]

APPS.PO_MASS_UPDATE_REQ_PVT dependencies on PO_DEBUG

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

8: -- PO_Mass_Update_Req_GRP.Update_Persons calls the procedure PO_Mass_Update_Req_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_Req_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_Req_PVT';
15: g_log_head CONSTANT VARCHAR2(1000) := 'po.plsql.' || g_pkg_name || '.';
16:
17: TYPE g_req IS REF CURSOR;

Line 70: PO_DEBUG.debug_begin(l_log_head);

66: BEGIN
67:
68: IF g_debug_stmt THEN
69:
70: PO_DEBUG.debug_begin(l_log_head);
71: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
72: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
73: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
74: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

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

67:
68: IF g_debug_stmt THEN
69:
70: PO_DEBUG.debug_begin(l_log_head);
71: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
72: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
73: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
74: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
75: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );

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

68: IF g_debug_stmt THEN
69:
70: PO_DEBUG.debug_begin(l_log_head);
71: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
72: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
73: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
74: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
75: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
76: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);

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

69:
70: PO_DEBUG.debug_begin(l_log_head);
71: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
72: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
73: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
74: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
75: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
76: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
77: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);

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

70: PO_DEBUG.debug_begin(l_log_head);
71: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
72: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
73: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
74: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
75: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
76: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
77: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
78: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);

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

71: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
72: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
73: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
74: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
75: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
76: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
77: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
78: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
79:

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

72: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
73: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
74: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
75: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
76: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
77: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
78: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
79:
80: END IF;

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

73: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
74: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
75: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
76: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
77: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
78: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
79:
80: END IF;
81:

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

74: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
75: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
76: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
77: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
78: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
79:
80: END IF;
81:
82: SAVEPOINT Do_Update_SP;

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

90: l_progress := '002';
91:
92: IF g_debug_stmt THEN
93:
94: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
95:
96: END IF;
97:
98: SAVEPOINT PO_Mass_Update_Preparer_SP;

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

144: l_progress := '003';
145:
146: IF g_debug_stmt THEN
147:
148: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
149:
150: END IF;
151:
152: SAVEPOINT PO_Mass_Update_Approver_SP;

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

198: l_progress := '004';
199:
200: IF g_debug_stmt THEN
201:
202: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
203:
204: END IF;
205:
206: SAVEPOINT PO_Mass_Update_Requestor_SP;

Line 346: PO_DEBUG.debug_begin(l_log_head);

342: g_date_to := p_date_to;
343:
344: IF g_debug_stmt THEN
345:
346: PO_DEBUG.debug_begin(l_log_head);
347: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
348: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
349: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
350: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

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

343:
344: IF g_debug_stmt THEN
345:
346: PO_DEBUG.debug_begin(l_log_head);
347: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
348: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
349: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
350: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
351: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );

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

344: IF g_debug_stmt THEN
345:
346: PO_DEBUG.debug_begin(l_log_head);
347: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
348: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
349: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
350: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
351: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
352: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);

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

345:
346: PO_DEBUG.debug_begin(l_log_head);
347: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
348: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
349: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
350: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
351: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
352: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
353: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);

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

346: PO_DEBUG.debug_begin(l_log_head);
347: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
348: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
349: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
350: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
351: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
352: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
353: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
354: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);

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

347: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
348: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
349: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
350: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
351: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
352: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
353: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
354: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
355:

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

348: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
349: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
350: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
351: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
352: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
353: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
354: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
355:
356: END IF;

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

349: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
350: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
351: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
352: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
353: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
354: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
355:
356: END IF;
357:

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

350: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
351: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
352: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
353: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
354: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
355:
356: END IF;
357:
358: SAVEPOINT PO_Mass_Update_Preparer_SP;

Line 364: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Preparer_Info','Before Calling Preparer_Info' );

360: l_progress := '001';
361:
362: IF g_debug_stmt THEN
363:
364: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Preparer_Info','Before Calling Preparer_Info' );
365:
366: END IF;
367:
368: BEGIN

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

390: l_progress := '002';
391:
392: IF g_debug_stmt THEN
393:
394: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Print_Output','Before Calling Print_Output' );
395:
396: END IF;
397:
398: IF (p_update_person = 'PREPARER' OR p_update_person = 'ALL') THEN

Line 426: PO_DEBUG.debug_var(l_log_head,l_progress,'req_num_type',req_num_type );

422: l_progress := '003';
423:
424: IF g_debug_stmt THEN
425:
426: PO_DEBUG.debug_var(l_log_head,l_progress,'req_num_type',req_num_type );
427:
428: END IF;
429:
430: EXCEPTION

Line 559: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_rowid',l_req_rowid );

555: l_progress := '004';
556:
557: IF g_debug_stmt THEN
558:
559: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_rowid',l_req_rowid );
560: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
561: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
562: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
563: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );

Line 560: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );

556:
557: IF g_debug_stmt THEN
558:
559: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_rowid',l_req_rowid );
560: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
561: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
562: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
563: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
564: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );

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

557: IF g_debug_stmt THEN
558:
559: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_rowid',l_req_rowid );
560: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
561: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
562: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
563: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
564: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );
565:

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

558:
559: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_rowid',l_req_rowid );
560: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
561: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
562: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
563: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
564: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );
565:
566: END IF;

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

559: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_rowid',l_req_rowid );
560: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
561: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
562: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
563: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
564: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );
565:
566: END IF;
567:

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

560: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
561: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
562: PO_DEBUG.debug_var(l_log_head,l_progress,'l_auth_status',l_auth_status );
563: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemtype',l_itemtype );
564: PO_DEBUG.debug_var(l_log_head,l_progress,'l_itemkey',l_itemkey );
565:
566: END IF;
567:
568: UPDATE po_requisition_headers_all

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

575: l_progress := '005';
576:
577: IF g_debug_stmt THEN
578:
579: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );
580:
581: END IF;
582:
583: IF ( (l_auth_status='PRE-APPROVED') OR (l_auth_status='IN PROCESS') ) THEN

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

643: l_progress := '006';
644:
645: IF g_debug_stmt THEN
646:
647: PO_DEBUG.debug_var(l_log_head,l_progress,'l_commit_count',l_commit_count );
648:
649: END IF;
650:
651: fnd_file.put_line(fnd_file.output, rpad(l_req_num,26) || RPad(l_doc_type,26) || l_msg15);

Line 776: PO_DEBUG.debug_begin(l_log_head);

772: g_date_to := p_date_to;
773:
774: IF g_debug_stmt THEN
775:
776: PO_DEBUG.debug_begin(l_log_head);
777: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
778: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
779: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
780: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

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

773:
774: IF g_debug_stmt THEN
775:
776: PO_DEBUG.debug_begin(l_log_head);
777: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
778: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
779: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
780: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
781: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );

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

774: IF g_debug_stmt THEN
775:
776: PO_DEBUG.debug_begin(l_log_head);
777: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
778: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
779: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
780: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
781: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
782: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);

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

775:
776: PO_DEBUG.debug_begin(l_log_head);
777: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
778: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
779: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
780: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
781: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
782: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
783: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);

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

776: PO_DEBUG.debug_begin(l_log_head);
777: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
778: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
779: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
780: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
781: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
782: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
783: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
784: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);

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

777: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
778: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
779: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
780: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
781: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
782: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
783: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
784: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
785:

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

778: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
779: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
780: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
781: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
782: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
783: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
784: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
785:
786: END IF;

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

779: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
780: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
781: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
782: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
783: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
784: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
785:
786: END IF;
787:

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

780: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
781: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
782: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
783: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
784: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
785:
786: END IF;
787:
788: SAVEPOINT PO_Mass_Update_Approver_SP;

Line 794: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Preparer_Info','Before Calling Preparer_Info' );

790: l_progress := '001';
791:
792: IF g_debug_stmt THEN
793:
794: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Preparer_Info','Before Calling Preparer_Info' );
795:
796: END IF;
797:
798: BEGIN

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

823: l_progress := '002';
824:
825: IF g_debug_stmt THEN
826:
827: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Print_Output','Before Calling Print_Output' );
828:
829: END IF;
830:
831: IF (p_update_person = 'APPROVER' ) THEN

Line 863: PO_DEBUG.debug_var(l_log_head,l_progress,'req_num_type',req_num_type );

859: l_progress := '003';
860:
861: IF g_debug_stmt THEN
862:
863: PO_DEBUG.debug_var(l_log_head,l_progress,'req_num_type',req_num_type );
864:
865: END IF;
866:
867: EXCEPTION

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

1028: l_progress := '004';
1029:
1030: IF g_debug_stmt THEN
1031:
1032: PO_DEBUG.debug_var(l_log_head,l_progress,'l_notification_id',l_notification_id );
1033: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
1034: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type', l_doc_type);
1035:
1036: END IF;

Line 1033: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );

1029:
1030: IF g_debug_stmt THEN
1031:
1032: PO_DEBUG.debug_var(l_log_head,l_progress,'l_notification_id',l_notification_id );
1033: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
1034: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type', l_doc_type);
1035:
1036: END IF;
1037:

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

1030: IF g_debug_stmt THEN
1031:
1032: PO_DEBUG.debug_var(l_log_head,l_progress,'l_notification_id',l_notification_id );
1033: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
1034: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type', l_doc_type);
1035:
1036: END IF;
1037:
1038: BEGIN

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

1044: Wf_Notification.Forward(l_notification_id, p_new_username,l_msg16);
1045:
1046: IF g_debug_stmt THEN
1047:
1048: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username',p_new_username );
1049:
1050: END IF;
1051:
1052: l_commit_count := l_commit_count + 1;

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

1061: l_progress := '006';
1062:
1063: IF g_debug_stmt THEN
1064:
1065: PO_DEBUG.debug_var(l_log_head,l_progress,'l_commit_count',l_commit_count );
1066:
1067: END IF;
1068:
1069: fnd_file.put_line(fnd_file.output, rpad(l_req_num,26) || RPad(l_doc_type,26) || l_msg17);

Line 1195: PO_DEBUG.debug_begin(l_log_head);

1191: g_date_to := p_date_to;
1192:
1193: IF g_debug_stmt THEN
1194:
1195: PO_DEBUG.debug_begin(l_log_head);
1196: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1197: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1198: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1199: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

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

1192:
1193: IF g_debug_stmt THEN
1194:
1195: PO_DEBUG.debug_begin(l_log_head);
1196: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1197: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1198: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1199: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1200: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );

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

1193: IF g_debug_stmt THEN
1194:
1195: PO_DEBUG.debug_begin(l_log_head);
1196: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1197: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1198: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1199: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1200: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1201: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);

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

1194:
1195: PO_DEBUG.debug_begin(l_log_head);
1196: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1197: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1198: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1199: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1200: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1201: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1202: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);

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

1195: PO_DEBUG.debug_begin(l_log_head);
1196: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1197: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1198: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1199: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1200: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1201: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1202: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1203: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);

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

1196: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1197: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1198: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1199: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1200: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1201: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1202: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1203: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
1204:

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

1197: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1198: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1199: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1200: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1201: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1202: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1203: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
1204:
1205: END IF;

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

1198: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1199: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1200: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1201: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1202: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1203: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
1204:
1205: END IF;
1206:

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

1199: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1200: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1201: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1202: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1203: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
1204:
1205: END IF;
1206:
1207: SAVEPOINT PO_Mass_Update_Requestor_SP;

Line 1213: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Preparer_Info','Before Calling Preparer_Info' );

1209: l_progress := '001';
1210:
1211: IF g_debug_stmt THEN
1212:
1213: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Preparer_Info','Before Calling Preparer_Info' );
1214:
1215: END IF;
1216:
1217: BEGIN

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

1239: l_progress := '002';
1240:
1241: IF g_debug_stmt THEN
1242:
1243: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Print_Output','Before Calling Print_Output' );
1244:
1245: END IF;
1246:
1247: IF (p_update_person = 'REQUESTOR' ) THEN

Line 1275: PO_DEBUG.debug_var(l_log_head,l_progress,'req_num_type',req_num_type );

1271: l_progress := '003';
1272:
1273: IF g_debug_stmt THEN
1274:
1275: PO_DEBUG.debug_var(l_log_head,l_progress,'req_num_type',req_num_type );
1276:
1277: END IF;
1278:
1279: EXCEPTION

Line 1435: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_rowid',l_req_rowid );

1431: l_progress := '004';
1432:
1433: IF g_debug_stmt THEN
1434:
1435: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_rowid',l_req_rowid );
1436: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
1437: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
1438:
1439: END IF;

Line 1436: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );

1432:
1433: IF g_debug_stmt THEN
1434:
1435: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_rowid',l_req_rowid );
1436: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
1437: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
1438:
1439: END IF;
1440:

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

1433: IF g_debug_stmt THEN
1434:
1435: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_rowid',l_req_rowid );
1436: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
1437: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
1438:
1439: END IF;
1440:
1441: UPDATE po_requisition_lines_all

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

1452: l_progress := '005';
1453:
1454: IF g_debug_stmt THEN
1455:
1456: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );
1457:
1458: END IF;
1459:
1460:

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

1470: l_progress := '006';
1471:
1472: IF g_debug_stmt THEN
1473:
1474: PO_DEBUG.debug_var(l_log_head,l_progress,'l_commit_count',l_commit_count );
1475:
1476: END IF;
1477:
1478: fnd_file.put_line(fnd_file.output, rpad(l_req_num,26) || rpad(l_doc_type,26) || l_msg18 );

Line 1600: PO_DEBUG.debug_begin(l_log_head);

1596: l_progress := '000';
1597:
1598: IF g_debug_stmt THEN
1599:
1600: PO_DEBUG.debug_begin(l_log_head);
1601: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1602: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name',p_old_preparer_name );
1603: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name',p_new_preparer_name );
1604: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );

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

1597:
1598: IF g_debug_stmt THEN
1599:
1600: PO_DEBUG.debug_begin(l_log_head);
1601: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1602: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name',p_old_preparer_name );
1603: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name',p_new_preparer_name );
1604: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
1605: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

Line 1602: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name',p_old_preparer_name );

1598: IF g_debug_stmt THEN
1599:
1600: PO_DEBUG.debug_begin(l_log_head);
1601: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1602: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name',p_old_preparer_name );
1603: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name',p_new_preparer_name );
1604: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
1605: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1606: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );

Line 1603: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name',p_new_preparer_name );

1599:
1600: PO_DEBUG.debug_begin(l_log_head);
1601: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1602: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name',p_old_preparer_name );
1603: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name',p_new_preparer_name );
1604: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
1605: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1606: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1607: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );

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

1600: PO_DEBUG.debug_begin(l_log_head);
1601: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1602: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name',p_old_preparer_name );
1603: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name',p_new_preparer_name );
1604: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
1605: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1606: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1607: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
1608: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);

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

1601: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1602: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name',p_old_preparer_name );
1603: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name',p_new_preparer_name );
1604: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
1605: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1606: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1607: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
1608: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);
1609: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to', p_date_to);

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

1602: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name',p_old_preparer_name );
1603: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name',p_new_preparer_name );
1604: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
1605: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1606: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1607: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
1608: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);
1609: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to', p_date_to);
1610:

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

1603: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name',p_new_preparer_name );
1604: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
1605: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1606: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1607: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
1608: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);
1609: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to', p_date_to);
1610:
1611: END IF;

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

1604: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
1605: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1606: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1607: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
1608: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);
1609: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to', p_date_to);
1610:
1611: END IF;
1612:

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

1605: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1606: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1607: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
1608: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);
1609: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to', p_date_to);
1610:
1611: END IF;
1612:
1613: fnd_message.set_name('PO','PO_MUB_MSG_PREPARER_HEADER1');

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

1672: l_progress := '001';
1673:
1674: IF g_debug_stmt THEN
1675:
1676: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1677:
1678: END IF;
1679:
1680: l_msg11 := fnd_message.get;

Line 1786: PO_DEBUG.debug_begin(l_log_head);

1782: l_progress := '000';
1783:
1784: IF g_debug_stmt THEN
1785:
1786: PO_DEBUG.debug_begin(l_log_head);
1787: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid',p_old_personid );
1788: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );
1789:
1790: END IF;

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

1783:
1784: IF g_debug_stmt THEN
1785:
1786: PO_DEBUG.debug_begin(l_log_head);
1787: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid',p_old_personid );
1788: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );
1789:
1790: END IF;
1791:

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

1784: IF g_debug_stmt THEN
1785:
1786: PO_DEBUG.debug_begin(l_log_head);
1787: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid',p_old_personid );
1788: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );
1789:
1790: END IF;
1791:
1792: l_progress := '001';

Line 1817: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name', p_old_preparer_name);

1813: AND hout.LANGUAGE = UserEnv('LANG')
1814: AND hou.organization_id = l_org_id;
1815:
1816: IF g_debug_stmt THEN
1817: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name', p_old_preparer_name);
1818: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name', p_new_preparer_name);
1819: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
1820: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
1821: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);

Line 1818: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name', p_new_preparer_name);

1814: AND hou.organization_id = l_org_id;
1815:
1816: IF g_debug_stmt THEN
1817: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name', p_old_preparer_name);
1818: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name', p_new_preparer_name);
1819: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
1820: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
1821: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
1822: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name ', p_org_name);

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

1815:
1816: IF g_debug_stmt THEN
1817: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name', p_old_preparer_name);
1818: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name', p_new_preparer_name);
1819: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
1820: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
1821: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
1822: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name ', p_org_name);
1823: END IF;

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

1816: IF g_debug_stmt THEN
1817: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name', p_old_preparer_name);
1818: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name', p_new_preparer_name);
1819: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
1820: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
1821: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
1822: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name ', p_org_name);
1823: END IF;
1824:

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

1817: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name', p_old_preparer_name);
1818: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name', p_new_preparer_name);
1819: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
1820: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
1821: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
1822: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name ', p_org_name);
1823: END IF;
1824:
1825: EXCEPTION

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

1818: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name', p_new_preparer_name);
1819: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
1820: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
1821: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
1822: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name ', p_org_name);
1823: END IF;
1824:
1825: EXCEPTION
1826: