DBA Data[Home] [Help]

APPS.PQP_GB_TP_EXT_PROCESS dependencies on FND_FILE

Line 147: fnd_file.put_line(fnd_file.log, 'Error: '

143: FETCH csr_get_ext_rslt_id INTO l_ext_rslt_id;
144:
145: IF csr_get_ext_rslt_id%NOTFOUND THEN
146: fnd_message.set_name ('BEN', 'BEN_91873_EXT_NOT_FOUND');
147: fnd_file.put_line(fnd_file.log, 'Error: '
148: || fnd_message.get);
149: fnd_file.put_line(fnd_file.log, ' ');
150: CLOSE csr_get_ext_rslt_id;
151: fnd_message.raise_error;

Line 149: fnd_file.put_line(fnd_file.log, ' ');

145: IF csr_get_ext_rslt_id%NOTFOUND THEN
146: fnd_message.set_name ('BEN', 'BEN_91873_EXT_NOT_FOUND');
147: fnd_file.put_line(fnd_file.log, 'Error: '
148: || fnd_message.get);
149: fnd_file.put_line(fnd_file.log, ' ');
150: CLOSE csr_get_ext_rslt_id;
151: fnd_message.raise_error;
152: END IF; -- End if of row not found check ...
153: CLOSE csr_get_ext_rslt_id;

Line 332: fnd_file.put_line(fnd_file.log, 'Total Count for extract result ID: '

328: l_proc_step := 60;
329: DEBUG (l_proc_name, l_proc_step);
330: END IF;
331:
332: fnd_file.put_line(fnd_file.log, 'Total Count for extract result ID: '
333: || TO_CHAR(p_ext_rslt_id));
334: fnd_file.put_line(fnd_file.log, ' ');
335: fnd_file.put_line(fnd_file.log, 'Header Record Count: '
336: || TO_CHAR(l_hdr_count));

Line 334: fnd_file.put_line(fnd_file.log, ' ');

330: END IF;
331:
332: fnd_file.put_line(fnd_file.log, 'Total Count for extract result ID: '
333: || TO_CHAR(p_ext_rslt_id));
334: fnd_file.put_line(fnd_file.log, ' ');
335: fnd_file.put_line(fnd_file.log, 'Header Record Count: '
336: || TO_CHAR(l_hdr_count));
337: fnd_file.put_line(fnd_file.log, ' ');
338: fnd_file.put_line(fnd_file.log, 'Detail Record Count: '

Line 335: fnd_file.put_line(fnd_file.log, 'Header Record Count: '

331:
332: fnd_file.put_line(fnd_file.log, 'Total Count for extract result ID: '
333: || TO_CHAR(p_ext_rslt_id));
334: fnd_file.put_line(fnd_file.log, ' ');
335: fnd_file.put_line(fnd_file.log, 'Header Record Count: '
336: || TO_CHAR(l_hdr_count));
337: fnd_file.put_line(fnd_file.log, ' ');
338: fnd_file.put_line(fnd_file.log, 'Detail Record Count: '
339: || TO_CHAR(l_dtl_count));

Line 337: fnd_file.put_line(fnd_file.log, ' ');

333: || TO_CHAR(p_ext_rslt_id));
334: fnd_file.put_line(fnd_file.log, ' ');
335: fnd_file.put_line(fnd_file.log, 'Header Record Count: '
336: || TO_CHAR(l_hdr_count));
337: fnd_file.put_line(fnd_file.log, ' ');
338: fnd_file.put_line(fnd_file.log, 'Detail Record Count: '
339: || TO_CHAR(l_dtl_count));
340: fnd_file.put_line(fnd_file.log, ' ');
341: fnd_file.put_line(fnd_file.log, 'Trailer Record Count: '

Line 338: fnd_file.put_line(fnd_file.log, 'Detail Record Count: '

334: fnd_file.put_line(fnd_file.log, ' ');
335: fnd_file.put_line(fnd_file.log, 'Header Record Count: '
336: || TO_CHAR(l_hdr_count));
337: fnd_file.put_line(fnd_file.log, ' ');
338: fnd_file.put_line(fnd_file.log, 'Detail Record Count: '
339: || TO_CHAR(l_dtl_count));
340: fnd_file.put_line(fnd_file.log, ' ');
341: fnd_file.put_line(fnd_file.log, 'Trailer Record Count: '
342: || TO_CHAR(l_trl_count));

Line 340: fnd_file.put_line(fnd_file.log, ' ');

336: || TO_CHAR(l_hdr_count));
337: fnd_file.put_line(fnd_file.log, ' ');
338: fnd_file.put_line(fnd_file.log, 'Detail Record Count: '
339: || TO_CHAR(l_dtl_count));
340: fnd_file.put_line(fnd_file.log, ' ');
341: fnd_file.put_line(fnd_file.log, 'Trailer Record Count: '
342: || TO_CHAR(l_trl_count));
343: fnd_file.put_line(fnd_file.log, ' ');
344: fnd_file.put_line(fnd_file.log, 'Person Record Count: '

Line 341: fnd_file.put_line(fnd_file.log, 'Trailer Record Count: '

337: fnd_file.put_line(fnd_file.log, ' ');
338: fnd_file.put_line(fnd_file.log, 'Detail Record Count: '
339: || TO_CHAR(l_dtl_count));
340: fnd_file.put_line(fnd_file.log, ' ');
341: fnd_file.put_line(fnd_file.log, 'Trailer Record Count: '
342: || TO_CHAR(l_trl_count));
343: fnd_file.put_line(fnd_file.log, ' ');
344: fnd_file.put_line(fnd_file.log, 'Person Record Count: '
345: || TO_CHAR(l_per_count));

Line 343: fnd_file.put_line(fnd_file.log, ' ');

339: || TO_CHAR(l_dtl_count));
340: fnd_file.put_line(fnd_file.log, ' ');
341: fnd_file.put_line(fnd_file.log, 'Trailer Record Count: '
342: || TO_CHAR(l_trl_count));
343: fnd_file.put_line(fnd_file.log, ' ');
344: fnd_file.put_line(fnd_file.log, 'Person Record Count: '
345: || TO_CHAR(l_per_count));
346: fnd_file.put_line(fnd_file.log, ' ');
347: fnd_file.put_line(fnd_file.log, 'Error Record Count: '

Line 344: fnd_file.put_line(fnd_file.log, 'Person Record Count: '

340: fnd_file.put_line(fnd_file.log, ' ');
341: fnd_file.put_line(fnd_file.log, 'Trailer Record Count: '
342: || TO_CHAR(l_trl_count));
343: fnd_file.put_line(fnd_file.log, ' ');
344: fnd_file.put_line(fnd_file.log, 'Person Record Count: '
345: || TO_CHAR(l_per_count));
346: fnd_file.put_line(fnd_file.log, ' ');
347: fnd_file.put_line(fnd_file.log, 'Error Record Count: '
348: || TO_CHAR(l_err_count));

Line 346: fnd_file.put_line(fnd_file.log, ' ');

342: || TO_CHAR(l_trl_count));
343: fnd_file.put_line(fnd_file.log, ' ');
344: fnd_file.put_line(fnd_file.log, 'Person Record Count: '
345: || TO_CHAR(l_per_count));
346: fnd_file.put_line(fnd_file.log, ' ');
347: fnd_file.put_line(fnd_file.log, 'Error Record Count: '
348: || TO_CHAR(l_err_count));
349: fnd_file.put_line(fnd_file.log, ' ');
350: fnd_file.put_line(fnd_file.log, 'Total Detail Record Count: '

Line 347: fnd_file.put_line(fnd_file.log, 'Error Record Count: '

343: fnd_file.put_line(fnd_file.log, ' ');
344: fnd_file.put_line(fnd_file.log, 'Person Record Count: '
345: || TO_CHAR(l_per_count));
346: fnd_file.put_line(fnd_file.log, ' ');
347: fnd_file.put_line(fnd_file.log, 'Error Record Count: '
348: || TO_CHAR(l_err_count));
349: fnd_file.put_line(fnd_file.log, ' ');
350: fnd_file.put_line(fnd_file.log, 'Total Detail Record Count: '
351: || TO_CHAR(l_tot_count));

Line 349: fnd_file.put_line(fnd_file.log, ' ');

345: || TO_CHAR(l_per_count));
346: fnd_file.put_line(fnd_file.log, ' ');
347: fnd_file.put_line(fnd_file.log, 'Error Record Count: '
348: || TO_CHAR(l_err_count));
349: fnd_file.put_line(fnd_file.log, ' ');
350: fnd_file.put_line(fnd_file.log, 'Total Detail Record Count: '
351: || TO_CHAR(l_tot_count));
352: fnd_file.new_line(fnd_file.log, 1);
353:

Line 350: fnd_file.put_line(fnd_file.log, 'Total Detail Record Count: '

346: fnd_file.put_line(fnd_file.log, ' ');
347: fnd_file.put_line(fnd_file.log, 'Error Record Count: '
348: || TO_CHAR(l_err_count));
349: fnd_file.put_line(fnd_file.log, ' ');
350: fnd_file.put_line(fnd_file.log, 'Total Detail Record Count: '
351: || TO_CHAR(l_tot_count));
352: fnd_file.new_line(fnd_file.log, 1);
353:
354:

Line 352: fnd_file.new_line(fnd_file.log, 1);

348: || TO_CHAR(l_err_count));
349: fnd_file.put_line(fnd_file.log, ' ');
350: fnd_file.put_line(fnd_file.log, 'Total Detail Record Count: '
351: || TO_CHAR(l_tot_count));
352: fnd_file.new_line(fnd_file.log, 1);
353:
354:
355: p_hdr_count := l_hdr_count;
356: p_dtl_count := l_dtl_count;

Line 556: fnd_file.put_line(fnd_file.log, 'Processing Request ID: '

552: DEBUG ( 'Entering: '
553: || l_proc_name, l_proc_step);
554: END IF;
555:
556: fnd_file.put_line(fnd_file.log, 'Processing Request ID: '
557: || TO_CHAR(p_request_id));
558: fnd_file.put_line(fnd_file.log, ' ');
559:
560: l_ext_rslt_id := get_ext_rslt_frm_req

Line 558: fnd_file.put_line(fnd_file.log, ' ');

554: END IF;
555:
556: fnd_file.put_line(fnd_file.log, 'Processing Request ID: '
557: || TO_CHAR(p_request_id));
558: fnd_file.put_line(fnd_file.log, ' ');
559:
560: l_ext_rslt_id := get_ext_rslt_frm_req
561: (p_request_id => p_request_id
562: ,p_ext_dfn_id => p_ext_dfn_id

Line 578: fnd_file.put_line(fnd_file.log, 'Extract Result ID: '

574: l_proc_step := 20;
575: DEBUG (l_proc_name, l_proc_step);
576: END IF;
577:
578: fnd_file.put_line(fnd_file.log, 'Extract Result ID: '
579: || TO_CHAR(l_ext_rslt_id));
580: fnd_file.put_line(fnd_file.log, ' ');
581:
582: OPEN csr_get_ext_rslt_dtl (l_ext_rslt_id);

Line 580: fnd_file.put_line(fnd_file.log, ' ');

576: END IF;
577:
578: fnd_file.put_line(fnd_file.log, 'Extract Result ID: '
579: || TO_CHAR(l_ext_rslt_id));
580: fnd_file.put_line(fnd_file.log, ' ');
581:
582: OPEN csr_get_ext_rslt_dtl (l_ext_rslt_id);
583: LOOP
584:

Line 777: fnd_file.put_line(fnd_file.log, 'Total Detail Records Created: '

773: DEBUG ('Total Error Records Created: '
774: || TO_CHAR(l_count_err));
775: END IF;
776:
777: fnd_file.put_line(fnd_file.log, 'Total Detail Records Created: '
778: || TO_CHAR(l_count_dtl));
779: fnd_file.put_line(fnd_file.log, ' ');
780: fnd_file.put_line(fnd_file.log, 'Total Error Records Created: '
781: || TO_CHAR(l_count_err));

Line 779: fnd_file.put_line(fnd_file.log, ' ');

775: END IF;
776:
777: fnd_file.put_line(fnd_file.log, 'Total Detail Records Created: '
778: || TO_CHAR(l_count_dtl));
779: fnd_file.put_line(fnd_file.log, ' ');
780: fnd_file.put_line(fnd_file.log, 'Total Error Records Created: '
781: || TO_CHAR(l_count_err));
782: fnd_file.put_line(fnd_file.log, ' ');
783: fnd_file.put_line(fnd_file.log, 'Finished Processing Request ID: '

Line 780: fnd_file.put_line(fnd_file.log, 'Total Error Records Created: '

776:
777: fnd_file.put_line(fnd_file.log, 'Total Detail Records Created: '
778: || TO_CHAR(l_count_dtl));
779: fnd_file.put_line(fnd_file.log, ' ');
780: fnd_file.put_line(fnd_file.log, 'Total Error Records Created: '
781: || TO_CHAR(l_count_err));
782: fnd_file.put_line(fnd_file.log, ' ');
783: fnd_file.put_line(fnd_file.log, 'Finished Processing Request ID: '
784: || TO_CHAR(p_request_id));

Line 782: fnd_file.put_line(fnd_file.log, ' ');

778: || TO_CHAR(l_count_dtl));
779: fnd_file.put_line(fnd_file.log, ' ');
780: fnd_file.put_line(fnd_file.log, 'Total Error Records Created: '
781: || TO_CHAR(l_count_err));
782: fnd_file.put_line(fnd_file.log, ' ');
783: fnd_file.put_line(fnd_file.log, 'Finished Processing Request ID: '
784: || TO_CHAR(p_request_id));
785: fnd_file.new_line(fnd_file.log, 1);
786:

Line 783: fnd_file.put_line(fnd_file.log, 'Finished Processing Request ID: '

779: fnd_file.put_line(fnd_file.log, ' ');
780: fnd_file.put_line(fnd_file.log, 'Total Error Records Created: '
781: || TO_CHAR(l_count_err));
782: fnd_file.put_line(fnd_file.log, ' ');
783: fnd_file.put_line(fnd_file.log, 'Finished Processing Request ID: '
784: || TO_CHAR(p_request_id));
785: fnd_file.new_line(fnd_file.log, 1);
786:
787: IF g_debug

Line 785: fnd_file.new_line(fnd_file.log, 1);

781: || TO_CHAR(l_count_err));
782: fnd_file.put_line(fnd_file.log, ' ');
783: fnd_file.put_line(fnd_file.log, 'Finished Processing Request ID: '
784: || TO_CHAR(p_request_id));
785: fnd_file.new_line(fnd_file.log, 1);
786:
787: IF g_debug
788: THEN
789: l_proc_step := 70;

Line 892: fnd_file.put_line(fnd_file.log, 'Master Business Group Request ID: '

888: DEBUG ('Master Business Group Request ID: '
889: || TO_CHAR(l_tab_request_ids(i)));
890: END IF;
891:
892: fnd_file.put_line(fnd_file.log, 'Master Business Group Request ID: '
893: || TO_CHAR(l_tab_request_ids(i)));
894: fnd_file.put_line(fnd_file.log, ' ');
895: CLOSE csr_get_ext_rslt_info;
896: EXIT;

Line 894: fnd_file.put_line(fnd_file.log, ' ');

890: END IF;
891:
892: fnd_file.put_line(fnd_file.log, 'Master Business Group Request ID: '
893: || TO_CHAR(l_tab_request_ids(i)));
894: fnd_file.put_line(fnd_file.log, ' ');
895: CLOSE csr_get_ext_rslt_info;
896: EXIT;
897: END IF; -- End if of ext result found check ...
898: CLOSE csr_get_ext_rslt_info;

Line 907: fnd_file.put_line(fnd_file.log, 'Error: '

903: IF l_ext_rslt_info_rec.ext_rslt_id IS NULL THEN
904: -- Error
905: -- There is no result for master business group
906: fnd_message.set_name ('BEN', 'BEN_91873_EXT_NOT_FOUND');
907: fnd_file.put_line(fnd_file.log, 'Error: '
908: || fnd_message.get);
909: fnd_file.put_line(fnd_file.log, ' ');
910: fnd_message.raise_error;
911: END IF; -- End if of ext rslt id null check ...

Line 909: fnd_file.put_line(fnd_file.log, ' ');

905: -- There is no result for master business group
906: fnd_message.set_name ('BEN', 'BEN_91873_EXT_NOT_FOUND');
907: fnd_file.put_line(fnd_file.log, 'Error: '
908: || fnd_message.get);
909: fnd_file.put_line(fnd_file.log, ' ');
910: fnd_message.raise_error;
911: END IF; -- End if of ext rslt id null check ...
912:
913: --

Line 927: fnd_file.put_line(fnd_file.log, 'Error: '

923: FETCH csr_get_ext_param INTO l_ext_param_rec;
924:
925: IF csr_get_ext_param%NOTFOUND THEN
926: fnd_message.set_name ('BEN', 'BEN_91873_EXT_NOT_FOUND');
927: fnd_file.put_line(fnd_file.log, 'Error: '
928: || fnd_message.get);
929: fnd_file.put_line(fnd_file.log, ' ');
930: CLOSE csr_get_ext_param;
931: fnd_message.raise_error;

Line 929: fnd_file.put_line(fnd_file.log, ' ');

925: IF csr_get_ext_param%NOTFOUND THEN
926: fnd_message.set_name ('BEN', 'BEN_91873_EXT_NOT_FOUND');
927: fnd_file.put_line(fnd_file.log, 'Error: '
928: || fnd_message.get);
929: fnd_file.put_line(fnd_file.log, ' ');
930: CLOSE csr_get_ext_param;
931: fnd_message.raise_error;
932: END IF; -- End if of row not found check ...
933: CLOSE csr_get_ext_param;

Line 962: fnd_file.put_line(fnd_file.log, 'Master Request ID: '

958: l_proc_step := 40;
959: DEBUG (l_proc_name, l_proc_step);
960: END IF;
961:
962: fnd_file.put_line(fnd_file.log, 'Master Request ID: '
963: || TO_CHAR(l_master_request_id));
964: fnd_file.put_line(fnd_file.log, ' ');
965:
966: ben_ext_rslt_api.create_ext_rslt

Line 964: fnd_file.put_line(fnd_file.log, ' ');

960: END IF;
961:
962: fnd_file.put_line(fnd_file.log, 'Master Request ID: '
963: || TO_CHAR(l_master_request_id));
964: fnd_file.put_line(fnd_file.log, ' ');
965:
966: ben_ext_rslt_api.create_ext_rslt
967: (p_validate => FALSE
968: ,p_ext_rslt_id => l_master_ext_rslt_id

Line 994: fnd_file.put_line(fnd_file.log, 'Master Result ID: '

990: l_proc_step := 50;
991: DEBUG (l_proc_name, l_proc_step);
992: END IF;
993:
994: fnd_file.put_line(fnd_file.log, 'Master Result ID: '
995: || TO_CHAR(l_master_ext_rslt_id));
996: fnd_file.put_line(fnd_file.log, ' ');
997:
998: i := l_tab_request_ids.FIRST;

Line 996: fnd_file.put_line(fnd_file.log, ' ');

992: END IF;
993:
994: fnd_file.put_line(fnd_file.log, 'Master Result ID: '
995: || TO_CHAR(l_master_ext_rslt_id));
996: fnd_file.put_line(fnd_file.log, ' ');
997:
998: i := l_tab_request_ids.FIRST;
999:
1000: WHILE i IS NOT NULL

Line 1520: fnd_file.put_line(fnd_file.log, fnd_message.get);

1516: CLOSE pqp_gb_t1_pension_extracts.csr_multiproc_data;
1517:
1518: -- Exiting because another process is running and you can not submit twice
1519: fnd_message.set_name('PQP', 'PQP_230036_MULTIPLE_TP_EXT_ERR');
1520: fnd_file.put_line(fnd_file.log, fnd_message.get);
1521: fnd_message.raise_error;
1522: RETURN;
1523:
1524: END IF;

Line 1804: fnd_file.put_line(fnd_file.log, l_err_msg);

1800: fnd_message.set_name('PQP', 'PQP_230037_CURR_BG_NOT_LEA_ERR');
1801: l_err_msg := fnd_message.get;
1802: errbuf := l_err_msg;
1803: retcode := PROGRAM_FAILURE;
1804: fnd_file.put_line(fnd_file.log, l_err_msg);
1805:
1806: fnd_message.raise_error;
1807:
1808: RETURN;

Line 1879: fnd_file.put_line(fnd_file.log, l_err_msg);

1875: fnd_message.set_name('PQP', 'PQP_230037_CURR_BG_NOT_LEA_ERR');
1876: l_err_msg := fnd_message.get;
1877: errbuf := l_err_msg;
1878: retcode := PROGRAM_FAILURE;
1879: fnd_file.put_line(fnd_file.log, l_err_msg);
1880:
1881: fnd_message.raise_error;
1882:
1883: RETURN;

Line 1972: fnd_file.put_line(fnd_file.log, l_err_msg);

1968: fnd_message.set_name('PQP', 'PQP_230038_EXT_PROC_SUBMIT_ERR');
1969: fnd_message.set_token('BGNAME', l_bg_name);
1970: l_err_msg := fnd_message.get;
1971: errbuf := l_err_msg;
1972: fnd_file.put_line(fnd_file.log, l_err_msg);
1973: l_retcode := PROGRAM_FAILURE ;
1974: l_err_msg := NULL;
1975: EXIT;
1976: END IF;

Line 2007: fnd_file.put_line(fnd_file.log, l_message);

2003: OR
2004: (l_dev_phase = 'COMPLETE' AND l_dev_status <> 'NORMAL'
2005: ) THEN
2006:
2007: fnd_file.put_line(fnd_file.log, l_message);
2008:
2009: l_bg_name := NULL;
2010: OPEN csr_bg_name(l_curr_bg_id);
2011: FETCH csr_bg_name INTO l_bg_name;

Line 2018: fnd_file.put_line(fnd_file.log, l_err_msg);

2014: fnd_message.set_name('PQP', 'PQP_230039_EXT_PROC_EXEC_ERR');
2015: fnd_message.set_token('BGNAME', l_bg_name);
2016: l_err_msg := fnd_message.get;
2017: errbuf := l_err_msg;
2018: fnd_file.put_line(fnd_file.log, l_err_msg);
2019: l_retcode := PROGRAM_FAILURE ;
2020: l_err_msg := NULL;
2021: EXIT;
2022:

Line 2101: fnd_file.put_line(fnd_file.log, l_message);

2097: OR
2098: (l_dev_phase = 'COMPLETE' AND l_dev_status <> 'NORMAL'
2099: ) THEN
2100:
2101: fnd_file.put_line(fnd_file.log, l_message);
2102:
2103: l_bg_name := NULL;
2104: OPEN csr_bg_name(l_curr_bg_id);
2105: FETCH csr_bg_name INTO l_bg_name;

Line 2112: fnd_file.put_line(fnd_file.log, l_err_msg);

2108: fnd_message.set_name('PQP', 'PQP_230039_EXT_PROC_EXEC_ERR');
2109: fnd_message.set_token('BGNAME', l_bg_name);
2110: l_err_msg := fnd_message.get;
2111: errbuf := l_err_msg;
2112: fnd_file.put_line(fnd_file.log, l_err_msg);
2113: l_retcode := PROGRAM_FAILURE ;
2114: l_err_msg:= NULL;
2115: EXIT;
2116:

Line 2197: fnd_file.put_line(fnd_file.log, 'Teachers Pension Extract Process completed successfully.');

2193:
2194: COMMIT;
2195:
2196: -- Write a summary in the log file
2197: fnd_file.put_line(fnd_file.log, 'Teachers Pension Extract Process completed successfully.');
2198: fnd_file.put_line(fnd_file.log, ' ');
2199: fnd_file.put_line(fnd_file.log, 'Total business groups processed :'
2200: ||to_char(g_lea_business_groups.COUNT));
2201: fnd_file.put_line(fnd_file.log, ' ');

Line 2198: fnd_file.put_line(fnd_file.log, ' ');

2194: COMMIT;
2195:
2196: -- Write a summary in the log file
2197: fnd_file.put_line(fnd_file.log, 'Teachers Pension Extract Process completed successfully.');
2198: fnd_file.put_line(fnd_file.log, ' ');
2199: fnd_file.put_line(fnd_file.log, 'Total business groups processed :'
2200: ||to_char(g_lea_business_groups.COUNT));
2201: fnd_file.put_line(fnd_file.log, ' ');
2202: fnd_file.put_line(fnd_file.log, 'Business Group Id Request Id ');

Line 2199: fnd_file.put_line(fnd_file.log, 'Total business groups processed :'

2195:
2196: -- Write a summary in the log file
2197: fnd_file.put_line(fnd_file.log, 'Teachers Pension Extract Process completed successfully.');
2198: fnd_file.put_line(fnd_file.log, ' ');
2199: fnd_file.put_line(fnd_file.log, 'Total business groups processed :'
2200: ||to_char(g_lea_business_groups.COUNT));
2201: fnd_file.put_line(fnd_file.log, ' ');
2202: fnd_file.put_line(fnd_file.log, 'Business Group Id Request Id ');
2203: fnd_file.put_line(fnd_file.log, '----------------- ---------------');

Line 2201: fnd_file.put_line(fnd_file.log, ' ');

2197: fnd_file.put_line(fnd_file.log, 'Teachers Pension Extract Process completed successfully.');
2198: fnd_file.put_line(fnd_file.log, ' ');
2199: fnd_file.put_line(fnd_file.log, 'Total business groups processed :'
2200: ||to_char(g_lea_business_groups.COUNT));
2201: fnd_file.put_line(fnd_file.log, ' ');
2202: fnd_file.put_line(fnd_file.log, 'Business Group Id Request Id ');
2203: fnd_file.put_line(fnd_file.log, '----------------- ---------------');
2204:
2205: l_curr_bg_id := g_lea_business_groups.FIRST;

Line 2202: fnd_file.put_line(fnd_file.log, 'Business Group Id Request Id ');

2198: fnd_file.put_line(fnd_file.log, ' ');
2199: fnd_file.put_line(fnd_file.log, 'Total business groups processed :'
2200: ||to_char(g_lea_business_groups.COUNT));
2201: fnd_file.put_line(fnd_file.log, ' ');
2202: fnd_file.put_line(fnd_file.log, 'Business Group Id Request Id ');
2203: fnd_file.put_line(fnd_file.log, '----------------- ---------------');
2204:
2205: l_curr_bg_id := g_lea_business_groups.FIRST;
2206:

Line 2203: fnd_file.put_line(fnd_file.log, '----------------- ---------------');

2199: fnd_file.put_line(fnd_file.log, 'Total business groups processed :'
2200: ||to_char(g_lea_business_groups.COUNT));
2201: fnd_file.put_line(fnd_file.log, ' ');
2202: fnd_file.put_line(fnd_file.log, 'Business Group Id Request Id ');
2203: fnd_file.put_line(fnd_file.log, '----------------- ---------------');
2204:
2205: l_curr_bg_id := g_lea_business_groups.FIRST;
2206:
2207: WHILE l_curr_bg_id IS NOT NULL

Line 2210: fnd_file.put(fnd_file.log, rpad(to_char(l_curr_bg_id), 20));

2206:
2207: WHILE l_curr_bg_id IS NOT NULL
2208: LOOP
2209:
2210: fnd_file.put(fnd_file.log, rpad(to_char(l_curr_bg_id), 20));
2211: fnd_file.put_line
2212: (fnd_file.log
2213: ,rpad(to_char(g_lea_business_groups(l_curr_bg_id).request_id), 15)
2214: );

Line 2211: fnd_file.put_line

2207: WHILE l_curr_bg_id IS NOT NULL
2208: LOOP
2209:
2210: fnd_file.put(fnd_file.log, rpad(to_char(l_curr_bg_id), 20));
2211: fnd_file.put_line
2212: (fnd_file.log
2213: ,rpad(to_char(g_lea_business_groups(l_curr_bg_id).request_id), 15)
2214: );
2215:

Line 2212: (fnd_file.log

2208: LOOP
2209:
2210: fnd_file.put(fnd_file.log, rpad(to_char(l_curr_bg_id), 20));
2211: fnd_file.put_line
2212: (fnd_file.log
2213: ,rpad(to_char(g_lea_business_groups(l_curr_bg_id).request_id), 15)
2214: );
2215:
2216: l_curr_bg_id := g_lea_business_groups.NEXT(l_curr_bg_id);