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 772: PO_DEBUG.debug_begin(l_log_head);

768: g_date_to := p_date_to;
769:
770: IF g_debug_stmt THEN
771:
772: PO_DEBUG.debug_begin(l_log_head);
773: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
774: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
775: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
776: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

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

769:
770: IF g_debug_stmt THEN
771:
772: PO_DEBUG.debug_begin(l_log_head);
773: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
774: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
775: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
776: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
777: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );

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

770: IF g_debug_stmt THEN
771:
772: PO_DEBUG.debug_begin(l_log_head);
773: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
774: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
775: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
776: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
777: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
778: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);

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

771:
772: PO_DEBUG.debug_begin(l_log_head);
773: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
774: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
775: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
776: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
777: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
778: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
779: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);

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

772: PO_DEBUG.debug_begin(l_log_head);
773: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
774: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
775: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
776: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
777: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
778: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
779: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
780: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);

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

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

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

774: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
775: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
776: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
777: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
778: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
779: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
780: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
781:
782: END IF;

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

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

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

776: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
777: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
778: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
779: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
780: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
781:
782: END IF;
783:
784: SAVEPOINT PO_Mass_Update_Approver_SP;

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

786: l_progress := '001';
787:
788: IF g_debug_stmt THEN
789:
790: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Preparer_Info','Before Calling Preparer_Info' );
791:
792: END IF;
793:
794: BEGIN

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

819: l_progress := '002';
820:
821: IF g_debug_stmt THEN
822:
823: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Print_Output','Before Calling Print_Output' );
824:
825: END IF;
826:
827: IF (p_update_person = 'APPROVER' ) THEN

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

855: l_progress := '003';
856:
857: IF g_debug_stmt THEN
858:
859: PO_DEBUG.debug_var(l_log_head,l_progress,'req_num_type',req_num_type );
860:
861: END IF;
862:
863: EXCEPTION

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

983: l_progress := '004';
984:
985: IF g_debug_stmt THEN
986:
987: PO_DEBUG.debug_var(l_log_head,l_progress,'l_notification_id',l_notification_id );
988: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
989: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type', l_doc_type);
990:
991: END IF;

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

984:
985: IF g_debug_stmt THEN
986:
987: PO_DEBUG.debug_var(l_log_head,l_progress,'l_notification_id',l_notification_id );
988: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
989: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type', l_doc_type);
990:
991: END IF;
992:

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

985: IF g_debug_stmt THEN
986:
987: PO_DEBUG.debug_var(l_log_head,l_progress,'l_notification_id',l_notification_id );
988: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
989: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type', l_doc_type);
990:
991: END IF;
992:
993: BEGIN

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

999: Wf_Notification.Forward(l_notification_id, p_new_username,l_msg16);
1000:
1001: IF g_debug_stmt THEN
1002:
1003: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username',p_new_username );
1004:
1005: END IF;
1006:
1007: l_commit_count := l_commit_count + 1;

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

1016: l_progress := '006';
1017:
1018: IF g_debug_stmt THEN
1019:
1020: PO_DEBUG.debug_var(l_log_head,l_progress,'l_commit_count',l_commit_count );
1021:
1022: END IF;
1023:
1024: fnd_file.put_line(fnd_file.output, rpad(l_req_num,26) || RPad(l_doc_type,26) || l_msg17);

Line 1146: PO_DEBUG.debug_begin(l_log_head);

1142: g_date_to := p_date_to;
1143:
1144: IF g_debug_stmt THEN
1145:
1146: PO_DEBUG.debug_begin(l_log_head);
1147: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1148: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1149: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

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

1143:
1144: IF g_debug_stmt THEN
1145:
1146: PO_DEBUG.debug_begin(l_log_head);
1147: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1148: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1149: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );

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

1144: IF g_debug_stmt THEN
1145:
1146: PO_DEBUG.debug_begin(l_log_head);
1147: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1148: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1149: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1152: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);

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

1145:
1146: PO_DEBUG.debug_begin(l_log_head);
1147: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1148: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1149: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1152: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1153: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);

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

1146: PO_DEBUG.debug_begin(l_log_head);
1147: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1148: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1149: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1152: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1153: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1154: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);

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

1147: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1148: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1149: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1152: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1153: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1154: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
1155:

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

1148: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
1149: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1152: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1153: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1154: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
1155:
1156: END IF;

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

1149: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
1150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1152: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1153: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1154: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
1155:
1156: END IF;
1157:

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

1150: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1151: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1152: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
1153: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
1154: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
1155:
1156: END IF;
1157:
1158: SAVEPOINT PO_Mass_Update_Requestor_SP;

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

1160: l_progress := '001';
1161:
1162: IF g_debug_stmt THEN
1163:
1164: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Preparer_Info','Before Calling Preparer_Info' );
1165:
1166: END IF;
1167:
1168: BEGIN

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

1190: l_progress := '002';
1191:
1192: IF g_debug_stmt THEN
1193:
1194: PO_DEBUG.debug_var(l_log_head,l_progress,'Before Calling Print_Output','Before Calling Print_Output' );
1195:
1196: END IF;
1197:
1198: IF (p_update_person = 'REQUESTOR' ) THEN

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

1222: l_progress := '003';
1223:
1224: IF g_debug_stmt THEN
1225:
1226: PO_DEBUG.debug_var(l_log_head,l_progress,'req_num_type',req_num_type );
1227:
1228: END IF;
1229:
1230: EXCEPTION

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

1352: l_progress := '004';
1353:
1354: IF g_debug_stmt THEN
1355:
1356: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_rowid',l_req_rowid );
1357: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
1358: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
1359:
1360: END IF;

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

1353:
1354: IF g_debug_stmt THEN
1355:
1356: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_rowid',l_req_rowid );
1357: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
1358: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
1359:
1360: END IF;
1361:

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

1354: IF g_debug_stmt THEN
1355:
1356: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_rowid',l_req_rowid );
1357: PO_DEBUG.debug_var(l_log_head,l_progress,'l_req_num',l_req_num );
1358: PO_DEBUG.debug_var(l_log_head,l_progress,'l_doc_type',l_doc_type );
1359:
1360: END IF;
1361:
1362: UPDATE po_requisition_lines_all

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

1370: l_progress := '005';
1371:
1372: IF g_debug_stmt THEN
1373:
1374: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );
1375:
1376: END IF;
1377:
1378:

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

1388: l_progress := '006';
1389:
1390: IF g_debug_stmt THEN
1391:
1392: PO_DEBUG.debug_var(l_log_head,l_progress,'l_commit_count',l_commit_count );
1393:
1394: END IF;
1395:
1396: fnd_file.put_line(fnd_file.output, rpad(l_req_num,26) || rpad(l_doc_type,26) || l_msg18 );

Line 1518: PO_DEBUG.debug_begin(l_log_head);

1514: l_progress := '000';
1515:
1516: IF g_debug_stmt THEN
1517:
1518: PO_DEBUG.debug_begin(l_log_head);
1519: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1520: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name',p_old_preparer_name );
1521: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name',p_new_preparer_name );
1522: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );

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

1515:
1516: IF g_debug_stmt THEN
1517:
1518: PO_DEBUG.debug_begin(l_log_head);
1519: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1520: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name',p_old_preparer_name );
1521: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name',p_new_preparer_name );
1522: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
1523: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

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

1516: IF g_debug_stmt THEN
1517:
1518: PO_DEBUG.debug_begin(l_log_head);
1519: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1520: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name',p_old_preparer_name );
1521: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name',p_new_preparer_name );
1522: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
1523: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1524: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );

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

1517:
1518: PO_DEBUG.debug_begin(l_log_head);
1519: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1520: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name',p_old_preparer_name );
1521: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name',p_new_preparer_name );
1522: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
1523: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1524: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1525: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );

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

1518: PO_DEBUG.debug_begin(l_log_head);
1519: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1520: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name',p_old_preparer_name );
1521: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name',p_new_preparer_name );
1522: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
1523: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1524: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1525: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
1526: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);

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

1519: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1520: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name',p_old_preparer_name );
1521: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name',p_new_preparer_name );
1522: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
1523: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1524: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1525: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
1526: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);
1527: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to', p_date_to);

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

1520: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name',p_old_preparer_name );
1521: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name',p_new_preparer_name );
1522: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
1523: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1524: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1525: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
1526: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);
1527: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to', p_date_to);
1528:

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

1521: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name',p_new_preparer_name );
1522: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
1523: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1524: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1525: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
1526: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);
1527: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to', p_date_to);
1528:
1529: END IF;

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

1522: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name',p_org_name );
1523: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1524: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1525: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
1526: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);
1527: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to', p_date_to);
1528:
1529: END IF;
1530:

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

1523: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
1524: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
1525: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_to',p_document_no_to );
1526: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from', p_date_from);
1527: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to', p_date_to);
1528:
1529: END IF;
1530:
1531: fnd_message.set_name('PO','PO_MUB_MSG_PREPARER_HEADER1');

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

1590: l_progress := '001';
1591:
1592: IF g_debug_stmt THEN
1593:
1594: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
1595:
1596: END IF;
1597:
1598: l_msg11 := fnd_message.get;

Line 1704: PO_DEBUG.debug_begin(l_log_head);

1700: l_progress := '000';
1701:
1702: IF g_debug_stmt THEN
1703:
1704: PO_DEBUG.debug_begin(l_log_head);
1705: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid',p_old_personid );
1706: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );
1707:
1708: END IF;

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

1701:
1702: IF g_debug_stmt THEN
1703:
1704: PO_DEBUG.debug_begin(l_log_head);
1705: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid',p_old_personid );
1706: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );
1707:
1708: END IF;
1709:

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

1702: IF g_debug_stmt THEN
1703:
1704: PO_DEBUG.debug_begin(l_log_head);
1705: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid',p_old_personid );
1706: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid',p_new_personid );
1707:
1708: END IF;
1709:
1710: l_progress := '001';

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

1731: AND hout.LANGUAGE = UserEnv('LANG')
1732: AND hou.organization_id = l_org_id;
1733:
1734: IF g_debug_stmt THEN
1735: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name', p_old_preparer_name);
1736: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name', p_new_preparer_name);
1737: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
1738: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
1739: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);

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

1732: AND hou.organization_id = l_org_id;
1733:
1734: IF g_debug_stmt THEN
1735: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name', p_old_preparer_name);
1736: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name', p_new_preparer_name);
1737: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
1738: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
1739: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
1740: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name ', p_org_name);

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

1733:
1734: IF g_debug_stmt THEN
1735: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name', p_old_preparer_name);
1736: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name', p_new_preparer_name);
1737: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
1738: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
1739: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
1740: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name ', p_org_name);
1741: END IF;

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

1734: IF g_debug_stmt THEN
1735: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name', p_old_preparer_name);
1736: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name', p_new_preparer_name);
1737: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
1738: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
1739: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
1740: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name ', p_org_name);
1741: END IF;
1742:

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

1735: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_preparer_name', p_old_preparer_name);
1736: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name', p_new_preparer_name);
1737: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
1738: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
1739: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
1740: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name ', p_org_name);
1741: END IF;
1742:
1743: EXCEPTION

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

1736: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_preparer_name', p_new_preparer_name);
1737: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_username', p_old_username);
1738: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_username', p_new_username);
1739: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_user_display_name', p_new_user_display_name);
1740: PO_DEBUG.debug_var(l_log_head,l_progress,'p_org_name ', p_org_name);
1741: END IF;
1742:
1743: EXCEPTION
1744: