DBA Data[Home] [Help]

APPS.PO_WF_PO_PRICAT_UPDATE dependencies on PO_DEBUG

Line 100: po_debug.put_line ('Procedure PO_WF_PO_PRICAT_UPDATE.Process_line_items');

96: aname => 'APPROVAL_STATUS');
97:
98:
99: IF (g_po_pdoi_write_to_file = 'Y') THEN
100: po_debug.put_line ('Procedure PO_WF_PO_PRICAT_UPDATE.Process_line_items');
101: po_debug.put_line ('INTERFACE_HEADER_ID: ' || to_char(x_interface_header_id));
102: po_debug.put_line ('BATCH_ID: ' || to_char(x_batch_id));
103: END IF;
104:

Line 101: po_debug.put_line ('INTERFACE_HEADER_ID: ' || to_char(x_interface_header_id));

97:
98:
99: IF (g_po_pdoi_write_to_file = 'Y') THEN
100: po_debug.put_line ('Procedure PO_WF_PO_PRICAT_UPDATE.Process_line_items');
101: po_debug.put_line ('INTERFACE_HEADER_ID: ' || to_char(x_interface_header_id));
102: po_debug.put_line ('BATCH_ID: ' || to_char(x_batch_id));
103: END IF;
104:
105: -- Call the Purchasing Open Interface to process the records. Use the Batch ID saved in

Line 102: po_debug.put_line ('BATCH_ID: ' || to_char(x_batch_id));

98:
99: IF (g_po_pdoi_write_to_file = 'Y') THEN
100: po_debug.put_line ('Procedure PO_WF_PO_PRICAT_UPDATE.Process_line_items');
101: po_debug.put_line ('INTERFACE_HEADER_ID: ' || to_char(x_interface_header_id));
102: po_debug.put_line ('BATCH_ID: ' || to_char(x_batch_id));
103: END IF;
104:
105: -- Call the Purchasing Open Interface to process the records. Use the Batch ID saved in
106: -- the WF attributes when the WF was initiated and interface_header_id to call the POI so