DBA Data[Home] [Help]

APPS.JAI_AP_TDS_CANCELLATION_PKG dependencies on JAI_AP_TDS_GENERATION_PKG

Line 359: jai_ap_tds_generation_pkg.get_tds_threshold_slab(

355: --Bug 7312295 - Removed INVOICE_VALIDATE event from c_jai_ap_tds_thhold_trxs. Modified the cursor to include Validate and Surcharge
356: loop
357: Fnd_File.put_line(Fnd_File.LOG, ' Inside Loop');
358: --Start Added by Sanjikum for Bug#5131075(4718907)
359: jai_ap_tds_generation_pkg.get_tds_threshold_slab(
360: p_prepay_distribution_id => NULL,
361: p_threshold_grp_id => cur_rec.threshold_grp_id,
362: p_threshold_hdr_id => cur_rec.threshold_hdr_id,
363: p_threshold_slab_id => ln_threshold_slab_id,

Line 769: jai_ap_tds_generation_pkg.generate_tds_invoices

765: ln_threshold_trx_id := 0;
766: lv_invoice_to_tds_num := null;
767: lv_invoice_to_vendor_num := null;
768:
769: jai_ap_tds_generation_pkg.generate_tds_invoices
770: (
771: pn_invoice_id => p_invoice_id ,
772: pv_invoice_num_to_vendor_can => r_ap_invoices_all.invoice_num,
773: pn_taxable_amount => cur_rec.taxable_amount ,

Line 816: jai_ap_tds_generation_pkg.maintain_thhold_grps

812: /* Control comes here when either the credit memo for the tds authority is cancelled or a
813: compensating standard invoice has been made */
814:
815: ln_threshold_grp_id := cur_rec.threshold_grp_id;
816: jai_ap_tds_generation_pkg.maintain_thhold_grps
817: (
818: p_threshold_grp_id => ln_threshold_grp_id,
819: p_trx_tax_paid => (-1 * cur_rec.tax_amount),
820: p_tds_event => 'INVOICE CANCEL',

Line 836: jai_ap_tds_generation_pkg.maintain_thhold_grps

832: /* Update threshold for the cancel invoice amount */
833:
834: ln_threshold_grp_id := cur_rec.threshold_grp_id;/*added by rchandan for bug#5131075(4947469)*/
835:
836: jai_ap_tds_generation_pkg.maintain_thhold_grps
837: (
838: p_threshold_grp_id => ln_threshold_grp_id,
839: --p_trx_invoice_cancel_amount => cur_rec.taxable_amount, -- Comments by Jia for FP Bug#7312295
840: p_trx_invoice_cancel_amount => ln_taxable_amt, -- Modified by Jia for FP Bug#7312295

Line 892: jai_ap_tds_generation_pkg.get_tds_threshold_slab(

888: fnd_global.login_id
889: );
890:
891: --Added by Sanjikum for Bug#5131075(4718907)
892: jai_ap_tds_generation_pkg.get_tds_threshold_slab(
893: p_prepay_distribution_id => NULL,
894: p_threshold_grp_id => cur_rec.threshold_grp_id,
895: p_threshold_hdr_id => cur_rec.threshold_hdr_id,
896: p_threshold_slab_id => ln_after_threshold_slab_id,

Line 912: jai_ap_tds_generation_pkg.process_threshold_rollback(

908: OPEN c_ap_invoices_all(p_invoice_id);
909: FETCH c_ap_invoices_all into r_ap_invoices_all;
910: CLOSE c_ap_invoices_all;
911: /*Uncommeneted by mmurtuza for bug 13561970 */
912: jai_ap_tds_generation_pkg.process_threshold_rollback(
913: p_invoice_id => p_invoice_id,
914: p_before_threshold_type => lv_threshold_type_before, /*Bug 13561970*/
915: p_after_threshold_type => lv_after_threshold_type,
916: p_before_threshold_slab_id => ln_threshold_slab_id,

Line 946: jai_ap_tds_generation_pkg.import_and_approve

942: if ln_start_threshold_trx_id is not null then
943:
944: /* Some invoices have been generated, call the program for invoking import and approval */
945:
946: jai_ap_tds_generation_pkg.import_and_approve
947: (
948: p_invoice_id => p_invoice_id,
949: p_start_thhold_trx_id => ln_start_threshold_trx_id,
950: p_tds_event => 'INVOICE CANCEL',

Line 1025: jai_ap_tds_generation_pkg.get_tds_threshold_slab(

1021: ln_taxable_amount := cur_rec.taxable_amount * ln_exchange_rate;
1022: end if;
1023:
1024: --Start Added by Sanjikum for Bug#5131075(4718907)
1025: jai_ap_tds_generation_pkg.get_tds_threshold_slab(
1026: p_prepay_distribution_id => NULL,
1027: p_threshold_grp_id => cur_rec.threshold_grp_id,
1028: p_threshold_hdr_id => ln_temp_threshold_hdr_id,
1029: p_threshold_slab_id => ln_threshold_slab_id,

Line 1042: jai_ap_tds_generation_pkg.maintain_thhold_grps

1038: --End Added by Sanjikum for Bug#5131075(4718907)
1039:
1040: lv_codepath := jai_general_pkg.plot_codepath(26, lv_codepath); /* 26 */
1041: ln_threshold_grp_id := cur_rec.threshold_grp_id;
1042: jai_ap_tds_generation_pkg.maintain_thhold_grps
1043: (
1044: p_threshold_grp_id => ln_threshold_grp_id,
1045: p_trx_invoice_cancel_amount => ln_taxable_amount,
1046: p_tds_event => 'INVOICE CANCEL',

Line 1096: jai_ap_tds_generation_pkg.get_tds_threshold_slab(

1092: lv_codepath := jai_general_pkg.plot_codepath(27, lv_codepath); /* 27 */
1093:
1094: --Added by Sanjikum for Bug#5131075(4718907)
1095:
1096: jai_ap_tds_generation_pkg.get_tds_threshold_slab(
1097: p_prepay_distribution_id => NULL,
1098: p_threshold_grp_id => cur_rec.threshold_grp_id,
1099: p_threshold_hdr_id => ln_temp_threshold_hdr_id,
1100: p_threshold_slab_id => ln_after_threshold_slab_id,

Line 1116: jai_ap_tds_generation_pkg.process_threshold_rollback(

1112: OPEN c_ap_invoices_all(p_invoice_id);
1113: FETCH c_ap_invoices_all into r_ap_invoices_all;
1114: CLOSE c_ap_invoices_all;
1115: /*Uncommented by mmurtuza for bug 13561970 */
1116: jai_ap_tds_generation_pkg.process_threshold_rollback(
1117: p_invoice_id => p_invoice_id,
1118: p_before_threshold_type => lv_threshold_type_before, /*Bug 13561970*/
1119: p_after_threshold_type => lv_after_threshold_type,
1120: p_before_threshold_slab_id => ln_threshold_slab_id,