DBA Data[Home] [Help]

APPS.PO_POXPIERR_XMLP_PKG dependencies on PO_INTERFACE_ERRORS

Line 9: DELETE FROM po_interface_errors

5: begin
6: /*SRW.USER_EXIT('FND SRWEXIT');*/null;
7:
8: if ( c_count > 0 ) then
9: DELETE FROM po_interface_errors
10: WHERE interface_type = p_source_program
11: AND p_purge_data = 'Y';
12: return (TRUE);
13: else