DBA Data[Home] [Help]

APPS.JAI_AP_TDS_PROCESSING_PKG dependencies on JAI_AP_TDS_PROCESSING_PKG

Line 1: package body jai_ap_tds_processing_pkg as

1: package body jai_ap_tds_processing_pkg as
2: /* $Header: jai_ap_tds_prc.plb 120.17.12020000.2 2012/12/20 13:25:53 mmurtuza ship $ */
3: /* ----------------------------------------------------------------------------
4: FILENAME : jai_ap_tds_prc.plb
5:

Line 549: Fnd_File.put_line(Fnd_File.LOG, '** Start of procedure jai_ap_tds_processing_pkg.process_tds_payments **');

545: begin
546:
547:
548: /* Get the statis fnd values for populating into the table */
549: Fnd_File.put_line(Fnd_File.LOG, '** Start of procedure jai_ap_tds_processing_pkg.process_tds_payments **');
550: ln_record_count := 0;
551: ln_user_id := fnd_global.user_id;
552: ln_last_update_login := fnd_global.login_id ;
553: ln_program_id := fnd_global.conc_program_id ;

Line 1177: Fnd_File.put_line(Fnd_File.LOG, '** Successful End of procedure jai_ap_tds_processing_pkg.process_tds_payments **');

1173: /* END, Bgowrava for Bug#6069891*/
1174:
1175: <>
1176: Fnd_File.put_line(Fnd_File.LOG, 'No of records inserted into JAI_AP_TDS_INV_PAYMENTS : ' || to_char(ln_record_count));
1177: Fnd_File.put_line(Fnd_File.LOG, '** Successful End of procedure jai_ap_tds_processing_pkg.process_tds_payments **');
1178:
1179: return;
1180:
1181: exception

Line 1184: errbuf := 'Error from jai_ap_tds_processing_pkg.process_tds_payments : ' || sqlerrm;

1180:
1181: exception
1182: when others then
1183: retcode := 2;
1184: errbuf := 'Error from jai_ap_tds_processing_pkg.process_tds_payments : ' || sqlerrm;
1185: Fnd_File.put_line(Fnd_File.LOG, 'Error End of procedure jai_ap_tds_processing_pkg.process_tds_payments : ' || sqlerrm);
1186: Fnd_File.put_line(Fnd_File.LOG, '** Error End of procedure jai_ap_tds_processing_pkg.process_tds_payments **');
1187:
1188: end process_tds_payments;

Line 1185: Fnd_File.put_line(Fnd_File.LOG, 'Error End of procedure jai_ap_tds_processing_pkg.process_tds_payments : ' || sqlerrm);

1181: exception
1182: when others then
1183: retcode := 2;
1184: errbuf := 'Error from jai_ap_tds_processing_pkg.process_tds_payments : ' || sqlerrm;
1185: Fnd_File.put_line(Fnd_File.LOG, 'Error End of procedure jai_ap_tds_processing_pkg.process_tds_payments : ' || sqlerrm);
1186: Fnd_File.put_line(Fnd_File.LOG, '** Error End of procedure jai_ap_tds_processing_pkg.process_tds_payments **');
1187:
1188: end process_tds_payments;
1189: /* ******************************** process_tds_payments ******************************************* */

Line 1186: Fnd_File.put_line(Fnd_File.LOG, '** Error End of procedure jai_ap_tds_processing_pkg.process_tds_payments **');

1182: when others then
1183: retcode := 2;
1184: errbuf := 'Error from jai_ap_tds_processing_pkg.process_tds_payments : ' || sqlerrm;
1185: Fnd_File.put_line(Fnd_File.LOG, 'Error End of procedure jai_ap_tds_processing_pkg.process_tds_payments : ' || sqlerrm);
1186: Fnd_File.put_line(Fnd_File.LOG, '** Error End of procedure jai_ap_tds_processing_pkg.process_tds_payments **');
1187:
1188: end process_tds_payments;
1189: /* ******************************** process_tds_payments ******************************************* */
1190:

Line 1449: Fnd_File.put_line(Fnd_File.LOG, '** Start of procedure jai_ap_tds_processing_pkg.process_tds_certificates **');

1445:
1446: begin
1447:
1448: /* Get the statis fnd values for populating into the table */
1449: Fnd_File.put_line(Fnd_File.LOG, '** Start of procedure jai_ap_tds_processing_pkg.process_tds_certificates **');
1450:
1451: ln_user_id := fnd_global.user_id ;
1452: ln_last_update_login := fnd_global.login_id ;
1453: ln_program_id := fnd_global.conc_program_id ;

Line 1835: Fnd_File.put_line(Fnd_File.LOG, '** Successful End of procedure jai_ap_tds_processing_pkg.process_tds_certificates **');

1831:
1832:
1833: <>
1834: Fnd_File.put_line(Fnd_File.LOG, 'No of Certificates Generated : ' || to_char(ln_certificate_count));
1835: Fnd_File.put_line(Fnd_File.LOG, '** Successful End of procedure jai_ap_tds_processing_pkg.process_tds_certificates **');
1836:
1837: return;
1838:
1839: exception

Line 1842: errbuf := 'Error from jai_ap_tds_processing_pkg.process_tds_certificates : ' || sqlerrm;

1838:
1839: exception
1840: when others then
1841: retcode := 2;
1842: errbuf := 'Error from jai_ap_tds_processing_pkg.process_tds_certificates : ' || sqlerrm;
1843: Fnd_File.put_line(Fnd_File.LOG, 'Error End of procedure jai_ap_tds_processing_pkg.process_tds_payments : ' || sqlerrm);
1844:
1845: end process_tds_certificates;
1846: /* ****************************** process_tds_certificates ***************************************** */

Line 1843: Fnd_File.put_line(Fnd_File.LOG, 'Error End of procedure jai_ap_tds_processing_pkg.process_tds_payments : ' || sqlerrm);

1839: exception
1840: when others then
1841: retcode := 2;
1842: errbuf := 'Error from jai_ap_tds_processing_pkg.process_tds_certificates : ' || sqlerrm;
1843: Fnd_File.put_line(Fnd_File.LOG, 'Error End of procedure jai_ap_tds_processing_pkg.process_tds_payments : ' || sqlerrm);
1844:
1845: end process_tds_certificates;
1846: /* ****************************** process_tds_certificates ***************************************** */
1847: /* End added for bug#4448293 */

Line 1849: END jai_ap_tds_processing_pkg;

1845: end process_tds_certificates;
1846: /* ****************************** process_tds_certificates ***************************************** */
1847: /* End added for bug#4448293 */
1848:
1849: END jai_ap_tds_processing_pkg;