DBA Data[Home] [Help]

APPS.PO_MASS_CLOSE_PO_GRP dependencies on PO_DEBUG

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

8: -- PO_Mass_Close_PO_GRP.DO_Close calls the procedure PO_Mass_Close_PO_PVT.po_close_documents
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_Close_PO_GRP';
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_Close_PO_GRP';
15: g_log_head CONSTANT VARCHAR2(1000) := 'po.plsql.' || g_pkg_name || '.';
16:
17: --------------------------------------------------------------------------------------------------

Line 63: PO_DEBUG.debug_begin(l_log_head);

59: l_progress := '000';
60:
61: IF g_debug_stmt THEN
62:
63: PO_DEBUG.debug_begin(l_log_head);
64: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
65: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
66: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
67: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);

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

60:
61: IF g_debug_stmt THEN
62:
63: PO_DEBUG.debug_begin(l_log_head);
64: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
65: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
66: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
67: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
68: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);

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

61: IF g_debug_stmt THEN
62:
63: PO_DEBUG.debug_begin(l_log_head);
64: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
65: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
66: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
67: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
68: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
69: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);

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

62:
63: PO_DEBUG.debug_begin(l_log_head);
64: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
65: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
66: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
67: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
68: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
69: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
70:

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

63: PO_DEBUG.debug_begin(l_log_head);
64: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
65: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
66: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
67: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
68: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
69: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
70:
71: END IF;

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

64: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_type',p_document_type );
65: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
66: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
67: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
68: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
69: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
70:
71: END IF;
72:

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

65: PO_DEBUG.debug_var(l_log_head,l_progress,'p_document_no_from',p_document_no_from );
66: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_from',p_date_from);
67: PO_DEBUG.debug_var(l_log_head,l_progress,'p_date_to',p_date_to);
68: PO_DEBUG.debug_var(l_log_head,l_progress,'p_supplier_id',p_supplier_id);
69: PO_DEBUG.debug_var(l_log_head,l_progress,'p_commit_interval',p_commit_interval);
70:
71: END IF;
72:
73: SAVEPOINT DO_Close_SP;

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

86: l_progress := '001';
87:
88: IF g_debug_stmt THEN
89:
90: PO_DEBUG.debug_var(l_log_head,l_progress,'After Calling Do_Update', 'After Calling Do_Update');
91:
92: END IF;
93:
94: EXCEPTION