DBA Data[Home] [Help]

APPS.PER_HRTCA_MERGE dependencies on FND_FILE

Line 2173: FND_FILE.NEW_LINE(FND_FILE.log, 1);

2169: l_data_migrator_mode varchar2(30);
2170: --
2171: begin
2172: --
2173: FND_FILE.NEW_LINE(FND_FILE.log, 1);
2174: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
2175: --
2176: open csr_get_release_name;
2177: fetch csr_get_release_name into l_release_name;

Line 2174: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);

2170: --
2171: begin
2172: --
2173: FND_FILE.NEW_LINE(FND_FILE.log, 1);
2174: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
2175: --
2176: open csr_get_release_name;
2177: fetch csr_get_release_name into l_release_name;
2178: --

Line 2226: FND_FILE.put_line(fnd_file.log,'Begin TCA process to identify/purge in HR tables');

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');
2228: --
2229: --
2230: purge_parties();

Line 2227: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'Begin HRMS process to identify/purge in HR tables');

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');
2228: --
2229: --
2230: purge_parties();
2231: --

Line 2234: FND_FILE.put_line(fnd_file.log,'End TCA process to identify/purge in HR tables');

2230: purge_parties();
2231: --
2232: commit;
2233: -- Log message
2234: FND_FILE.put_line(fnd_file.log,'End TCA process to identify/purge in HR tables');
2235: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'End TCA process to identify/purge in HR tables');
2236: --
2237: begin
2238: update hr_tca_party_unmerge

Line 2235: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'End TCA process to identify/purge in HR tables');

2231: --
2232: commit;
2233: -- Log message
2234: FND_FILE.put_line(fnd_file.log,'End TCA process to identify/purge in HR tables');
2235: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'End TCA process to identify/purge in HR tables');
2236: --
2237: begin
2238: update hr_tca_party_unmerge
2239: set status = 'PURGE COMPLETED'

Line 2277: FND_FILE.NEW_LINE(FND_FILE.log, 1);

2273: l_data_migrator_mode varchar2(30);
2274: --
2275: begin
2276: --
2277: FND_FILE.NEW_LINE(FND_FILE.log, 1);
2278: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
2279: --
2280: open chk_rows_exist;
2281: fetch chk_rows_exist into l_have_rows_topurge;

Line 2278: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);

2274: --
2275: begin
2276: --
2277: FND_FILE.NEW_LINE(FND_FILE.log, 1);
2278: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
2279: --
2280: open chk_rows_exist;
2281: fetch chk_rows_exist into l_have_rows_topurge;
2282: close chk_rows_exist;

Line 2307: FND_FILE.put_line(fnd_file.log,'Begin TCA process to identify/purge in HR tables');

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');
2309: --
2310: --
2311: purge_parties();

Line 2308: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'Begin HRMS process to identify/purge in HR tables');

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');
2309: --
2310: --
2311: purge_parties();
2312: --

Line 2315: FND_FILE.put_line(fnd_file.log,'End TCA process to identify/purge in HR tables');

2311: purge_parties();
2312: --
2313: commit;
2314: -- Log message
2315: FND_FILE.put_line(fnd_file.log,'End TCA process to identify/purge in HR tables');
2316: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'End TCA process to identify/purge in HR tables');
2317: --
2318: begin
2319: update hr_tca_party_unmerge

Line 2316: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'End TCA process to identify/purge in HR tables');

2312: --
2313: commit;
2314: -- Log message
2315: FND_FILE.put_line(fnd_file.log,'End TCA process to identify/purge in HR tables');
2316: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'End TCA process to identify/purge in HR tables');
2317: --
2318: begin
2319: update hr_tca_party_unmerge
2320: set status = 'PURGE COMPLETED'