DBA Data[Home] [Help]

APPS.PA_PURGE_VALIDATE dependencies on PA_PURGE_PROJECT_ERRORS

Line 403: delete from pa_purge_project_errors pe

399: pa_debug.debug('Deleting errors for the project '||to_char(p_project_id)||' in batch '||to_char(p_purge_batch_id));
400: x_err_stage := 'Deleting errors for the project '||to_char(p_project_id)||' in batch '||to_char(p_purge_batch_id);
401: X_err_stack := X_err_stack || '-> Deleting errors for the project '||to_char(p_project_id) ;
402:
403: delete from pa_purge_project_errors pe
404: where pe.purge_batch_id = p_purge_batch_id
405: and pe.project_id = p_project_id ;
406:
407: end if;

Line 469: insert into pa_purge_project_errors

465: pa_debug.debug('l_msg_data:'||l_msg_data);
466:
467: end if;
468:
469: insert into pa_purge_project_errors
470: ( purge_batch_id,
471: project_id,
472: error_code,
473: error_type,