DBA Data[Home] [Help]

APPS.PER_HRTCA_MERGE dependencies on HZ_PURGE

Line 1886: /* Insert the details into HZ_PURGE_BATCHES.

1882: begin
1883:
1884: hr_utility.set_location('Entering : '||l_proc,10);
1885:
1886: /* Insert the details into HZ_PURGE_BATCHES.
1887: */
1888: hr_utility.set_location(l_proc,30);
1889: select hz_purge_batches_s.nextval
1890: into l_batchid

Line 1889: select hz_purge_batches_s.nextval

1885:
1886: /* Insert the details into HZ_PURGE_BATCHES.
1887: */
1888: hr_utility.set_location(l_proc,30);
1889: select hz_purge_batches_s.nextval
1890: into l_batchid
1891: from sys.dual;
1892:
1893: hr_utility.set_location(l_proc,40);

Line 1894: insert into hz_purge_batches (batch_id,

1890: into l_batchid
1891: from sys.dual;
1892:
1893: hr_utility.set_location(l_proc,40);
1894: insert into hz_purge_batches (batch_id,
1895: batch_name,
1896: subset_sql,
1897: creation_date,
1898: created_by,

Line 1912: hz_purge.identify_purge_parties(l_errbuf, l_retcode,

1908:
1909: /* Process the batch and determine the candidate parties for the purge..
1910: */
1911: hr_utility.set_location(l_proc,50);
1912: hz_purge.identify_purge_parties(l_errbuf, l_retcode,
1913: to_char(l_batchid), 'N');
1914:
1915: if l_retcode = 2 then
1916: /*

Line 1933: hz_purge.purge_parties(l_errbuf, l_retcode, to_char(l_batchid), 'N');

1929: */
1930: l_errbuf := null;
1931: l_retcode := null;
1932: hr_utility.set_location(l_proc,60);
1933: hz_purge.purge_parties(l_errbuf, l_retcode, to_char(l_batchid), 'N');
1934:
1935: if l_retcode = 2 then
1936: /*
1937: ** The purge got an error, details of which are in l_errbuf.

Line 2223: ** perspective. This routine actually calls the HZ purge process.

2219: end;
2220:
2221: /*
2222: ** Process the set of parties which require removing from an HRMS
2223: ** perspective. This routine actually calls the HZ purge process.
2224: */
2225: -- Log message
2226: FND_FILE.put_line(fnd_file.log,'Begin TCA process to identify/purge in HR tables');
2227: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'Begin HRMS process to identify/purge in HR tables');

Line 2304: ** perspective. This routine actually calls the HZ purge process.

2300: end;
2301:
2302: /*
2303: ** Process the set of parties which require removing from an HRMS
2304: ** perspective. This routine actually calls the HZ purge process.
2305: */
2306: -- Log message
2307: FND_FILE.put_line(fnd_file.log,'Begin TCA process to identify/purge in HR tables');
2308: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'Begin HRMS process to identify/purge in HR tables');