DBA Data[Home] [Help]

APPS.JAI_AP_TDS_CANCELLATION_PKG dependencies on JAI_AP_TDS_GENERATION_PKG

Line 260: jai_ap_tds_generation_pkg.get_tds_threshold_slab(

256: for cur_rec in c_jai_ap_tds_thhold_trxs(p_invoice_id,'INVOICE VALIDATE')
257: loop
258:
259: --Start Added by Sanjikum for Bug#5131075(4718907)
260: jai_ap_tds_generation_pkg.get_tds_threshold_slab(
261: p_prepay_distribution_id => NULL,
262: p_threshold_grp_id => cur_rec.threshold_grp_id,
263: p_threshold_hdr_id => cur_rec.threshold_hdr_id,
264: p_threshold_slab_id => ln_threshold_slab_id,

Line 606: jai_ap_tds_generation_pkg.generate_tds_invoices

602: ln_threshold_trx_id := 0;
603: lv_invoice_to_tds_num := null;
604: lv_invoice_to_vendor_num := null;
605:
606: jai_ap_tds_generation_pkg.generate_tds_invoices
607: (
608: pn_invoice_id => p_invoice_id ,
609: pv_invoice_num_to_vendor_can => r_ap_invoices_all.invoice_num,
610: pn_taxable_amount => cur_rec.taxable_amount ,

Line 652: jai_ap_tds_generation_pkg.maintain_thhold_grps

648: /* Control comes here when either the credit memo for the tds authority is cancelled or a
649: compensating standard invoice has been made */
650:
651: ln_threshold_grp_id := cur_rec.threshold_grp_id;
652: jai_ap_tds_generation_pkg.maintain_thhold_grps
653: (
654: p_threshold_grp_id => ln_threshold_grp_id,
655: p_trx_tax_paid => (-1 * cur_rec.tax_amount),
656: p_tds_event => 'INVOICE CANCEL',

Line 672: jai_ap_tds_generation_pkg.maintain_thhold_grps

668: /* Update threshold for the cancel invoice amount */
669:
670: ln_threshold_grp_id := cur_rec.threshold_grp_id;/*added by rchandan for bug#5131075(4947469)*/
671:
672: jai_ap_tds_generation_pkg.maintain_thhold_grps
673: (
674: p_threshold_grp_id => ln_threshold_grp_id,
675: p_trx_invoice_cancel_amount => cur_rec.taxable_amount,
676: p_tds_event => 'INVOICE CANCEL',

Line 727: jai_ap_tds_generation_pkg.get_tds_threshold_slab(

723: fnd_global.login_id
724: );
725:
726: --Added by Sanjikum for Bug#5131075(4718907)
727: jai_ap_tds_generation_pkg.get_tds_threshold_slab(
728: p_prepay_distribution_id => NULL,
729: p_threshold_grp_id => cur_rec.threshold_grp_id,
730: p_threshold_hdr_id => cur_rec.threshold_hdr_id,
731: p_threshold_slab_id => ln_after_threshold_slab_id,

Line 747: jai_ap_tds_generation_pkg.process_threshold_rollback(

743: OPEN c_ap_invoices_all(p_invoice_id);
744: FETCH c_ap_invoices_all into r_ap_invoices_all;
745: CLOSE c_ap_invoices_all;
746:
747: jai_ap_tds_generation_pkg.process_threshold_rollback(
748: p_invoice_id => p_invoice_id,
749: p_before_threshold_type => lv_threshold_type,
750: p_after_threshold_type => lv_after_threshold_type,
751: p_before_threshold_slab_id => ln_threshold_slab_id,

Line 774: jai_ap_tds_generation_pkg.import_and_approve

770: if ln_start_threshold_trx_id is not null then
771:
772: /* Some invoices have been generated, call the program for invoking import and approval */
773:
774: jai_ap_tds_generation_pkg.import_and_approve
775: (
776: p_invoice_id => p_invoice_id,
777: p_start_thhold_trx_id => ln_start_threshold_trx_id,
778: p_tds_event => 'INVOICE CANCEL',

Line 827: jai_ap_tds_generation_pkg.get_tds_threshold_slab(

823: ln_taxable_amount := cur_rec.taxable_amount * ln_exchange_rate;
824: end if;
825:
826: --Start Added by Sanjikum for Bug#5131075(4718907)
827: jai_ap_tds_generation_pkg.get_tds_threshold_slab(
828: p_prepay_distribution_id => NULL,
829: p_threshold_grp_id => cur_rec.threshold_grp_id,
830: p_threshold_hdr_id => ln_temp_threshold_hdr_id,
831: p_threshold_slab_id => ln_threshold_slab_id,

Line 844: jai_ap_tds_generation_pkg.maintain_thhold_grps

840: --End Added by Sanjikum for Bug#5131075(4718907)
841:
842: lv_codepath := jai_general_pkg.plot_codepath(26, lv_codepath); /* 26 */
843: ln_threshold_grp_id := cur_rec.threshold_grp_id;
844: jai_ap_tds_generation_pkg.maintain_thhold_grps
845: (
846: p_threshold_grp_id => ln_threshold_grp_id,
847: p_trx_invoice_cancel_amount => ln_taxable_amount,
848: p_tds_event => 'INVOICE CANCEL',

Line 897: jai_ap_tds_generation_pkg.get_tds_threshold_slab(

893: );
894: lv_codepath := jai_general_pkg.plot_codepath(27, lv_codepath); /* 27 */
895:
896: --Added by Sanjikum for Bug#5131075(4718907)
897: jai_ap_tds_generation_pkg.get_tds_threshold_slab(
898: p_prepay_distribution_id => NULL,
899: p_threshold_grp_id => cur_rec.threshold_grp_id,
900: p_threshold_hdr_id => ln_temp_threshold_hdr_id,
901: p_threshold_slab_id => ln_after_threshold_slab_id,

Line 917: jai_ap_tds_generation_pkg.process_threshold_rollback(

913: OPEN c_ap_invoices_all(p_invoice_id);
914: FETCH c_ap_invoices_all into r_ap_invoices_all;
915: CLOSE c_ap_invoices_all;
916:
917: jai_ap_tds_generation_pkg.process_threshold_rollback(
918: p_invoice_id => p_invoice_id,
919: p_before_threshold_type => lv_threshold_type,
920: p_after_threshold_type => lv_after_threshold_type,
921: p_before_threshold_slab_id => ln_threshold_slab_id,