DBA Data[Home] [Help]

APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_RGM_THHOLD_PROC_PKG

Line 1843: Description: Added paramter p_called_from while calling jai_rgm_thhold_proc_pkg.get_threshold_slab_id

1839: Fix: Commented the part of code which returns the control when the old and new tax amoutns are same.
1840:
1841: 33. 14-Feb-2013 mmurtuza for bug 16052256
1842: Issue: UNABLE TO APPLY TCS TAXES ON AR INVOICES
1843: Description: Added paramter p_called_from while calling jai_rgm_thhold_proc_pkg.get_threshold_slab_id
1844:
1845: ==========================================================================================================================================================
1846:
1847: Future Dependencies For the release Of this Object:-

Line 2512: jai_rgm_thhold_proc_pkg.get_threshold_slab_id

2508: SELECT organization_id into ln_organization_id
2509: FROM JAI_AR_TRXS
2510: WHERE customer_trx_id = pr_new.customer_trx_id;
2511:
2512: jai_rgm_thhold_proc_pkg.get_threshold_slab_id
2513: ( p_regime_id => ln_tcs_regime_id
2514: , p_organization_id => ln_organization_id
2515: , p_party_type => jai_constants.party_type_customer
2516: , p_party_id => l_bill_to_customer_id

Line 2536: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id

2532: if ln_threshold_slab_id is not null then
2533: /**
2534: Threshold is high and slab is available. Hence get tax_category defined for the salb to default additional taxes
2535: */
2536: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id
2537: (
2538: p_threshold_slab_id => ln_threshold_slab_id
2539: , p_org_id => l_org_id
2540: , p_threshold_tax_cat_id => ln_threshold_tax_cat_id