DBA Data[Home] [Help]

APPS.HZ_IMP_PURGE_PKG dependencies on HZ_IMP_TMP_ERRORS

Line 246: FND_FILE.put_line(fnd_file.log,' Purge HZ_IMP_TMP_ERRORS (+)');

242: DELETE HZ_IMP_ERRORS WHERE batch_id = p_batch_id;
243: COMMIT;
244:
245: FND_FILE.put_line(fnd_file.log,' Purge HZ_IMP_ERRORS (-)');
246: FND_FILE.put_line(fnd_file.log,' Purge HZ_IMP_TMP_ERRORS (+)');
247:
248: DELETE HZ_IMP_TMP_ERRORS WHERE batch_id = p_batch_id;
249: COMMIT;
250:

Line 248: DELETE HZ_IMP_TMP_ERRORS WHERE batch_id = p_batch_id;

244:
245: FND_FILE.put_line(fnd_file.log,' Purge HZ_IMP_ERRORS (-)');
246: FND_FILE.put_line(fnd_file.log,' Purge HZ_IMP_TMP_ERRORS (+)');
247:
248: DELETE HZ_IMP_TMP_ERRORS WHERE batch_id = p_batch_id;
249: COMMIT;
250:
251: FND_FILE.put_line(fnd_file.log,' Purge HZ_IMP_TMP_ERRORS (-)');
252: FND_FILE.put_line(fnd_file.log,' Purged Error Tables ... ');

Line 251: FND_FILE.put_line(fnd_file.log,' Purge HZ_IMP_TMP_ERRORS (-)');

247:
248: DELETE HZ_IMP_TMP_ERRORS WHERE batch_id = p_batch_id;
249: COMMIT;
250:
251: FND_FILE.put_line(fnd_file.log,' Purge HZ_IMP_TMP_ERRORS (-)');
252: FND_FILE.put_line(fnd_file.log,' Purged Error Tables ... ');
253:
254: -- Work Units Table
255: FND_FILE.put_line(fnd_file.log,' Purge HZ_IMP_WORK_UNITS (+)');