DBA Data[Home] [Help]

APPS.HREMPTER dependencies on PAY_RUN_RESULTS

Line 1614: DELETE FROM pay_run_results rr

1610: --
1611: -- TAR 1660650.999
1612: -- Changed where clause
1613:
1614: DELETE FROM pay_run_results rr
1615: WHERE rr.source_type = 'E'
1616: AND rr.source_id = nonrec_entry.element_entry_id
1617: AND rr.status not like 'P%';
1618: --