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.17.12020000.3 2013/01/30 10:34:53 amandali 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.17.12020000.3 2013/01/30 10:34:53 amandali 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 314: lv_codepath := jai_general_pkg.plot_codepath(1, lv_codepath, 'jai_ap_tds_cancellation_pkg.process_invoice', 'START'); /* 1 */

310: begin
311:
312: --ld_accounting_date := sysdate; --commented by Harshita for Bug#5131075(5193852)
313:
314: lv_codepath := jai_general_pkg.plot_codepath(1, lv_codepath, 'jai_ap_tds_cancellation_pkg.process_invoice', 'START'); /* 1 */
315: Fnd_File.put_line(Fnd_File.LOG, '**** Start of procedure jai_ap_tds_cancellation_pkg.process_invoice ****');
316:
317: /* Check if Invoice was created after the tds clean up patch */
318: jai_ap_tds_tax_defaultation.check_old_transaction

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

311:
312: --ld_accounting_date := sysdate; --commented by Harshita for Bug#5131075(5193852)
313:
314: lv_codepath := jai_general_pkg.plot_codepath(1, lv_codepath, 'jai_ap_tds_cancellation_pkg.process_invoice', 'START'); /* 1 */
315: Fnd_File.put_line(Fnd_File.LOG, '**** Start of procedure jai_ap_tds_cancellation_pkg.process_invoice ****');
316:
317: /* Check if Invoice was created after the tds clean up patch */
318: jai_ap_tds_tax_defaultation.check_old_transaction
319: (

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

1138: << exit_from_procedure >>
1139:
1140: lv_codepath := jai_general_pkg.plot_codepath(100, lv_codepath, null, 'END'); /* 100 */
1141: Fnd_File.put_line(Fnd_File.LOG, lv_codepath);
1142: Fnd_File.put_line(Fnd_File.LOG, '**** END of procedure jai_ap_tds_cancellation_pkg.process_invoice ****');
1143:
1144: errbuf := lv_codepath;
1145:
1146: if lv_process_flag = 'E' then

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

1149: return;
1150:
1151: exception
1152: when others then
1153: errbuf := 'jai_ap_tds_cancellation_pkg.process_invoice :' || sqlerrm;
1154: Fnd_File.put_line(Fnd_File.LOG, 'Err:process_invoice :' || sqlerrm);
1155: raise_application_error(-20013, errbuf);
1156: return;
1157: end process_invoice;

Line 1163: end jai_ap_tds_cancellation_pkg;

1159:
1160: /***********************************************************************************************/
1161:
1162:
1163: end jai_ap_tds_cancellation_pkg;