DBA Data[Home] [Help]

APPS.RRS_IMPORT_INTERFACE_PKG dependencies on RRS_INTERFACE_ERRORS

Line 336: Delete from RRS_INTERFACE_ERRORS

332: Write_interface_errors(p_processing_errors => local_processing_errors);
333:
334: else
335:
336: Delete from RRS_INTERFACE_ERRORS
337: Where batch_id = p_batch_id
338: and Process_status = '3';
339:
340: x_return_status := 'S';

Line 2109: INSERT into RRS_INTERFACE_ERRORS(

2105: )is
2106: conc_status Boolean;
2107: begin
2108:
2109: INSERT into RRS_INTERFACE_ERRORS(
2110: SITE_ID,
2111: SITE_IDENTIFICATION_NUMBER,
2112: COLUMN_NAME,
2113: MESSAGE_NAME,