DBA Data[Home] [Help]

APPS.JAI_AP_TDS_POP_RPST_PKG dependencies on JAI_AP_DTC_GENERATION_PKG

Line 306: Already processed in jai_ap_dtc_generation_pkg.threshold_transiton*/

302: jai_cmn_utils_pkg.WRITE_FND_LOG(G_LEVEL_PROCEDURE, G_MODULE_NAME||l_api_name||'.Parameters', 'Pn_tax_category_id: ' || Pn_tax_category_id);
303:
304:
305: /*Surcharge calculate and rollback will split amount, no need populating repository
306: Already processed in jai_ap_dtc_generation_pkg.threshold_transiton*/
307: IF pv_event IN (G_SURCHARGE_CALCULATE, G_SURCHARGE_ROLLBACK) THEN
308: RETURN;
309: END IF;
310:

Line 645: ln_tax_rounding_rule := jai_ap_dtc_generation_pkg.get_tax_rounding(pn_source_invoice_id);

641: ln_proportion := 0;
642: ln_taxable_amount := pn_taxable_amount;
643: ln_surcharge_tax_amount := pn_tax_amount;
644: r_jai_ap_tds_repo_lines := NULL;
645: ln_tax_rounding_rule := jai_ap_dtc_generation_pkg.get_tax_rounding(pn_source_invoice_id);
646:
647: --Surcharge calculation, split surcharge amount into each invoice below surcharge slab.
648: FOR r_get_reocrds_nosur IN c_get_reocrds_nosur (pn_threshold_grp_id)
649: LOOP