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 190: PO_INTERFACE_ERRORS_SV1.handle_interface_errors

186: PO_DEBUG.put_line('Cannot create ASL entry. Purchasable: '
187: ||x_purchasing_flag||' OSP item: '
188: ||x_osp_flag||'. Insert warning msg');
189: END IF;
190: PO_INTERFACE_ERRORS_SV1.handle_interface_errors
191: ( x_interface_type => 'PO_DOCS_OPEN_INTERFACE'
192: , x_error_type => 'WARNING'
193: , x_batch_id => NULL
194: , x_interface_header_id => x_interface_header_id

Line 230: PO_INTERFACE_ERRORS_SV1.handle_interface_errors

226: WHEN NO_DATA_FOUND THEN
227: IF (g_po_pdoi_write_to_file = 'Y') THEN
228: PO_DEBUG.put_line('Cannot create ASL entry; item not defined in inv org. Insert warning msg');
229: END IF;
230: PO_INTERFACE_ERRORS_SV1.handle_interface_errors
231: ( x_interface_type => 'PO_DOCS_OPEN_INTERFACE'
232: , x_error_type => 'WARNING'
233: , x_batch_id => NULL
234: , x_interface_header_id => x_interface_header_id

Line 279: po_interface_errors_sv1.handle_interface_errors(

275: PO_DEBUG.put_line('** ERROR: Please specify a default status in the ASL');
276: PO_DEBUG.put_line('** Statuses form before proceeding with this.');
277: END IF;
278: X_process_flag := 'N';
279: po_interface_errors_sv1.handle_interface_errors(
280: X_po_interface_error_code,
281: 'FATAL',
282: null,
283: X_interface_header_id,