DBA Data[Home] [Help]

APPS.HR_DELETE dependencies on PAY_BATCH_HEADERS

Line 214: 115.9 26-Oct-99 Susivasu Delete pay_batch_headers and associated entities.

210: profile and only delete lookups and security
211: groups if it is enabled and the security group
212: id is more than zero.
213: 115.8 01-Oct-99 SCNair Date Track Position related changes
214: 115.9 26-Oct-99 Susivasu Delete pay_batch_headers and associated entities.
215: 115.10 12-JUN-00 N.Bristow Added delete_run_types and now removing
216: process_events and iterative rules.
217: 115.11 03-OCT-00 I.Harding Added delete of job groups
218: 115.12 03-OCT-00 I.Harding Change to above fix.

Line 1801: FROM PAY_BATCH_HEADERS pbh

1797: --
1798: cursor csr_batch_header (p_bg_id number)
1799: is
1800: SELECT pbh.BATCH_ID
1801: FROM PAY_BATCH_HEADERS pbh
1802: WHERE pbh.BUSINESS_GROUP_ID = p_bg_id;
1803: --
1804: begin
1805: hr_utility.set_location('Entering: '||l_proc, 10);