DBA Data[Home] [Help]

APPS.PO_MASS_UPDATE_REQ_GRP 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_GRP';
15: g_log_head CONSTANT VARCHAR2(100) := '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_GRP';
15: g_log_head CONSTANT VARCHAR2(100) := 'po.plsql.' || g_pkg_name || '.';
16:
17: --------------------------------------------------------------------------------------------------

Line 67: PO_DEBUG.debug_begin(l_log_head);

63: l_progress := '000';
64:
65: IF g_debug_stmt THEN
66:
67: PO_DEBUG.debug_begin(l_log_head);
68: PO_DEBUG.debug_var(l_log_head,l_progress,'p_update_person',p_update_person );
69: PO_DEBUG.debug_var(l_log_head,l_progress,'p_old_personid', p_old_personid);
70: PO_DEBUG.debug_var(l_log_head,l_progress,'p_new_personid', p_new_personid);
71: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Line 97: PO_DEBUG.debug_var(l_log_head,l_progress,'After Calling Do_Update', 'After Calling Do_Update');

93: l_progress := '001';
94:
95: IF g_debug_stmt THEN
96:
97: PO_DEBUG.debug_var(l_log_head,l_progress,'After Calling Do_Update', 'After Calling Do_Update');
98:
99: END IF;
100:
101: EXCEPTION