DBA Data[Home] [Help]

APPS.JAI_TAX_PROCESSING_PKG dependencies on JAI_CMN_RGM_RECORDING_PKG

Line 1831: ln_charge_account_id := jai_cmn_rgm_recording_pkg.get_account(

1827: END IF;
1828: ln_entered_amt := abs(ln_entered_amt);
1829: ln_accounted_amt := abs(ln_accounted_amt);
1830: END IF;
1831: ln_charge_account_id := jai_cmn_rgm_recording_pkg.get_account(
1832: p_regime_id => ln_regime_id
1833: , p_organization_type => jai_constants.service_tax_orgn_type
1834: , p_organization_id => ln_organization_id
1835: , p_location_id => ln_location_id

Line 1846: jai_cmn_rgm_recording_pkg.post_accounting(

1842: RAISE_APPLICATION_ERROR(-20007, 'Error - trigger ja_in_ap_aida_after_trg on ap_invoice_distributions_all: '
1843: ||lv_process_message);
1844: END IF;
1845:
1846: jai_cmn_rgm_recording_pkg.post_accounting(
1847: p_regime_code => lv_regime_code,
1848: p_tax_type => lv_tax_type,
1849: p_organization_type => jai_constants.service_tax_orgn_type,
1850: p_organization_id => ln_organization_id,

Line 1896: ln_charge_account_id := jai_cmn_rgm_recording_pkg.get_account(

1892: END IF;
1893: END IF;
1894: END IF;
1895:
1896: ln_charge_account_id := jai_cmn_rgm_recording_pkg.get_account(
1897: p_regime_id => ln_regime_id
1898: , p_organization_type => jai_constants.service_tax_orgn_type
1899: , p_organization_id => ln_organization_id
1900: , p_location_id => ln_location_id

Line 1910: jai_cmn_rgm_recording_pkg.post_accounting(

1906: RAISE_APPLICATION_ERROR(-20007, 'Error - trigger ja_in_ap_aida_after_trg on ap_invoice_distributions_all: '
1907: ||lv_process_message);
1908: END IF;
1909:
1910: jai_cmn_rgm_recording_pkg.post_accounting(
1911: p_regime_code => lv_regime_code,
1912: p_tax_type => lv_tax_type,
1913: p_organization_type => jai_constants.service_tax_orgn_type,
1914: p_organization_id => ln_organization_id,