DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_PROCESS dependencies on AP_EXP_REPORT_DISTS_ALL

Line 2151: DELETE AP_EXP_REPORT_DISTS_ALL

2147:
2148: OPEN distribution_c(rounding_line_rec.report_line_id);
2149: FETCH distribution_c into distribution_rec;
2150: IF distribution_c%FOUND THEN
2151: DELETE AP_EXP_REPORT_DISTS_ALL
2152: WHERE CURRENT OF distribution_c;
2153: END IF;
2154: CLOSE distribution_c;
2155: