DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_PROCESS dependencies on AP_EXP_REPORT_DISTS_ALL

Line 2034: DELETE AP_EXP_REPORT_DISTS_ALL

2030:
2031: OPEN distribution_c(rounding_line_rec.report_line_id);
2032: FETCH distribution_c into distribution_rec;
2033: IF distribution_c%FOUND THEN
2034: DELETE AP_EXP_REPORT_DISTS_ALL
2035: WHERE CURRENT OF distribution_c;
2036: END IF;
2037: CLOSE distribution_c;
2038: