DBA Data[Home] [Help]

APPS.PO_APPROVED_SUPPLIER_LIST_SV dependencies on PO_INTERFACE_ERRORS_SV1

Line 29: PO_INTERFACE_ERRORS_SV1.handle_interface_errors

25: the PDOI interface tables.
26: X_category_id - Creatgory_id for the Category
27: X_header_processable_flag - Value is N if there was any
28: error encountered. Set in the procedure
29: PO_INTERFACE_ERRORS_SV1.handle_interface_errors
30: X_po_interface_error_code - This is the code used to populate interface_type
31: field in po_interface_errors table.
32: p_sourcing_level
33: This parameter specifies if the Sourcing Rule /ASL should be Global/Local

Line 179: PO_INTERFACE_ERRORS_SV1.handle_interface_errors

175: PO_DEBUG.put_line('Cannot create ASL entry. Purchasable: '
176: ||x_purchasing_flag||' OSP item: '
177: ||x_osp_flag||'. Insert warning msg');
178: END IF;
179: PO_INTERFACE_ERRORS_SV1.handle_interface_errors
180: ( x_interface_type => 'PO_DOCS_OPEN_INTERFACE'
181: , x_error_type => 'WARNING'
182: , x_batch_id => NULL
183: , x_interface_header_id => x_interface_header_id

Line 219: PO_INTERFACE_ERRORS_SV1.handle_interface_errors

215: WHEN NO_DATA_FOUND THEN
216: IF (g_po_pdoi_write_to_file = 'Y') THEN
217: PO_DEBUG.put_line('Cannot create ASL entry; item not defined in inv org. Insert warning msg');
218: END IF;
219: PO_INTERFACE_ERRORS_SV1.handle_interface_errors
220: ( x_interface_type => 'PO_DOCS_OPEN_INTERFACE'
221: , x_error_type => 'WARNING'
222: , x_batch_id => NULL
223: , x_interface_header_id => x_interface_header_id

Line 268: po_interface_errors_sv1.handle_interface_errors(

264: PO_DEBUG.put_line('** ERROR: Please specify a default status in the ASL');
265: PO_DEBUG.put_line('** Statuses form before proceeding with this.');
266: END IF;
267: X_process_flag := 'N';
268: po_interface_errors_sv1.handle_interface_errors(
269: X_po_interface_error_code,
270: 'FATAL',
271: null,
272: X_interface_header_id,