DBA Data[Home] [Help]

APPS.JAI_AP_IDA_TRIGGER_PKG dependencies on JAI_AP_TDS_GENERATION_PKG

Line 555: IF JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor IS NULL

551: */
552: lv_process_old_trxn := 'Y';
553:
554: /*Bug 5989740 bduvarag start*/
555: IF JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor IS NULL
556: OR JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date IS NULL
557: THEN
558: OPEN c_get_rnd_factor (pr_new.org_id);
559: FETCH c_get_rnd_factor into

Line 556: OR JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date IS NULL

552: lv_process_old_trxn := 'Y';
553:
554: /*Bug 5989740 bduvarag start*/
555: IF JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor IS NULL
556: OR JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date IS NULL
557: THEN
558: OPEN c_get_rnd_factor (pr_new.org_id);
559: FETCH c_get_rnd_factor into
560: JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor,

Line 560: JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor,

556: OR JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date IS NULL
557: THEN
558: OPEN c_get_rnd_factor (pr_new.org_id);
559: FETCH c_get_rnd_factor into
560: JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor,
561: JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date;
562: CLOSE c_get_rnd_factor ;
563: END IF;
564:

Line 561: JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date;

557: THEN
558: OPEN c_get_rnd_factor (pr_new.org_id);
559: FETCH c_get_rnd_factor into
560: JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor,
561: JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date;
562: CLOSE c_get_rnd_factor ;
563: END IF;
564:
565:

Line 650: jai_ap_tds_generation_pkg.status_update_chk_validate

646: End if;
647:
648: lv_codepath := null;
649:
650: jai_ap_tds_generation_pkg.status_update_chk_validate
651: (
652: p_invoice_id => pr_new.invoice_id,
653: p_invoice_line_number => pr_new.invoice_line_number, /* AP Lines*/
654: p_invoice_distribution_id => pr_new.invoice_distribution_id,

Line 671: jai_ap_tds_generation_pkg.process_tds_at_inv_validate

667:
668: if lv_is_invoice_validated = 'Y' then
669:
670: lv_codepath := null;
671: jai_ap_tds_generation_pkg.process_tds_at_inv_validate
672: (
673: p_invoice_id => pr_new.invoice_id,
674: p_vendor_id => c_rec_ap_invoices_all.vendor_id,
675: p_vendor_site_id => c_rec_ap_invoices_all.vendor_site_id,

Line 763: jai_ap_tds_generation_pkg.status_update_chk_validate

759: --If SI is not validated at this stage, then return
760:
761: lv_codepath := null;
762:
763: jai_ap_tds_generation_pkg.status_update_chk_validate
764: (
765: p_invoice_id => pr_new.invoice_id,
766: /* p_invoice_line_id => null, Future use AP Lines
767: /*p_invoice_distribution_id => null,*/