DBA Data[Home] [Help]

APPS.HREMPTER dependencies on PAY_RUN_RESULTS

Line 1596: DELETE FROM pay_run_results rr

1592: --
1593: -- TAR 1660650.999
1594: -- Changed where clause
1595:
1596: DELETE FROM pay_run_results rr
1597: WHERE rr.source_type = 'E'
1598: AND rr.source_id = nonrec_entry.element_entry_id
1599: AND rr.status not like 'P%';
1600: --