DBA Data[Home] [Help]

APPS.PO_PDOI_ERR_UTL dependencies on PO_INTERFACE_ERRORS_UTL

Line 144: PO_INTERFACE_ERRORS_UTL.add_to_errors_tbl

140: FROM po_headers_interface
141: WHERE interface_header_id = p_interface_header_id;
142: /* Bug 9918507 end*/
143:
144: PO_INTERFACE_ERRORS_UTL.add_to_errors_tbl
145: ( p_err_type => 'FATAL',
146: p_err_rec => l_rec
147: );
148:

Line 247: PO_INTERFACE_ERRORS_UTL.add_to_errors_tbl

243: l_rec.error_message := p_error_message; -- bug5385342
244:
245: d_position := 10;
246:
247: PO_INTERFACE_ERRORS_UTL.add_to_errors_tbl
248: ( p_err_type => 'WARNING',
249: p_err_rec => l_rec
250: );
251: