DBA Data[Home] [Help]

APPS.PO_INTERFACE_ERRORS_SV1 dependencies on PO_DEBUG

Line 122: PO_DEBUG.put_line('-->Intfc error occurred ...' ||

118:
119:
120: BEGIN
121: IF (g_po_pdoi_write_to_file = 'Y') THEN
122: PO_DEBUG.put_line('-->Intfc error occurred ...' ||
123: X_error_message_name
124: );
125: END IF;
126:

Line 301: PO_DEBUG.put_line('-->Intfc error occurred...<'||X_error_message_text||'>');

297: IS
298: X_progress VARCHAR2(3);
299: X_compl_code VARCHAR2(1);
300: BEGIN
301: PO_DEBUG.put_line('-->Intfc error occurred...<'||X_error_message_text||'>');
302:
303: IF X_header_processable_flag = 'Y' THEN
304: X_header_processable_flag := 'N';
305: END IF;