DBA Data[Home] [Help]

APPS.JAI_AP_TDS_CANCELLATION_PKG dependencies on JAI_AP_TDS_CANCELLATION_PKG

Line 1: PACKAGE BODY jai_ap_tds_cancellation_pkg AS

1: PACKAGE BODY jai_ap_tds_cancellation_pkg AS
2: /* $Header: jai_ap_tds_can.plb 120.7 2007/05/14 07:04:26 bduvarag ship $ */
3:
4: /* ----------------------------------------------------------------------------
5: FILENAME : jai_ap_tds_cancellation_pkg_b.sql

Line 5: FILENAME : jai_ap_tds_cancellation_pkg_b.sql

1: PACKAGE BODY jai_ap_tds_cancellation_pkg AS
2: /* $Header: jai_ap_tds_can.plb 120.7 2007/05/14 07:04:26 bduvarag ship $ */
3:
4: /* ----------------------------------------------------------------------------
5: FILENAME : jai_ap_tds_cancellation_pkg_b.sql
6:
7: Created By : Aparajita
8:
9: Created Date : 06-mar-2005

Line 216: lv_codepath := jai_general_pkg.plot_codepath(1, lv_codepath, 'jai_ap_tds_cancellation_pkg.process_invoice', 'START'); /* 1 */

212: begin
213:
214: --ld_accounting_date := sysdate; --commented by Harshita for Bug#5131075(5193852)
215:
216: lv_codepath := jai_general_pkg.plot_codepath(1, lv_codepath, 'jai_ap_tds_cancellation_pkg.process_invoice', 'START'); /* 1 */
217: Fnd_File.put_line(Fnd_File.LOG, '**** Start of procedure jai_ap_tds_cancellation_pkg.process_invoice ****');
218:
219: /* Check if Invoice was created after the tds clean up patch */
220: jai_ap_tds_tax_defaultation.check_old_transaction

Line 217: Fnd_File.put_line(Fnd_File.LOG, '**** Start of procedure jai_ap_tds_cancellation_pkg.process_invoice ****');

213:
214: --ld_accounting_date := sysdate; --commented by Harshita for Bug#5131075(5193852)
215:
216: lv_codepath := jai_general_pkg.plot_codepath(1, lv_codepath, 'jai_ap_tds_cancellation_pkg.process_invoice', 'START'); /* 1 */
217: Fnd_File.put_line(Fnd_File.LOG, '**** Start of procedure jai_ap_tds_cancellation_pkg.process_invoice ****');
218:
219: /* Check if Invoice was created after the tds clean up patch */
220: jai_ap_tds_tax_defaultation.check_old_transaction
221: (

Line 944: Fnd_File.put_line(Fnd_File.LOG, '**** END of procedure jai_ap_tds_cancellation_pkg.process_invoice ****');

940: << exit_from_procedure >>
941:
942: lv_codepath := jai_general_pkg.plot_codepath(100, lv_codepath, null, 'END'); /* 100 */
943: Fnd_File.put_line(Fnd_File.LOG, lv_codepath);
944: Fnd_File.put_line(Fnd_File.LOG, '**** END of procedure jai_ap_tds_cancellation_pkg.process_invoice ****');
945:
946: errbuf := lv_codepath;
947:
948: if lv_process_flag = 'E' then

Line 955: errbuf := 'jai_ap_tds_cancellation_pkg.process_invoice :' || sqlerrm;

951: return;
952:
953: exception
954: when others then
955: errbuf := 'jai_ap_tds_cancellation_pkg.process_invoice :' || sqlerrm;
956: Fnd_File.put_line(Fnd_File.LOG, 'Err:process_invoice :' || sqlerrm);
957: raise_application_error(-20013, errbuf);
958: return;
959: end process_invoice;

Line 965: end jai_ap_tds_cancellation_pkg;

961:
962: /***********************************************************************************************/
963:
964:
965: end jai_ap_tds_cancellation_pkg;