DBA Data[Home] [Help]

APPS.JAI_AP_IDA_TRIGGER_PKG dependencies on JAI_CMN_RGM_RECORDING_PKG

Line 732: ln_charge_account_id := jai_cmn_rgm_recording_pkg.get_account(

728: ln_entered_amt := abs(ln_entered_amt);
729: ln_accounted_amt := abs(ln_accounted_amt);
730: /*Added by Qinglei on 16-Feb-2012 for bug#13725705 end*/
731: END IF;
732: ln_charge_account_id := jai_cmn_rgm_recording_pkg.get_account(
733: p_regime_id => ln_regime_id
734: , p_organization_type => jai_constants.service_tax_orgn_type
735: , p_organization_id => ln_organization_id
736: , p_location_id => ln_location_id

Line 747: jai_cmn_rgm_recording_pkg.post_accounting(

743: RAISE_APPLICATION_ERROR(-20007, 'Error - trigger ja_in_ap_aida_after_trg on ap_invoice_distributions_all: '
744: ||lv_process_message);
745: END IF;
746:
747: jai_cmn_rgm_recording_pkg.post_accounting(
748: p_regime_code => lv_regime_code,
749: p_tax_type => lv_tax_type,
750: p_organization_type => jai_constants.service_tax_orgn_type,
751: p_organization_id => ln_organization_id,

Line 817: ln_charge_account_id := jai_cmn_rgm_recording_pkg.get_account(

813: END IF;
814: END IF;
815: END IF;
816:
817: ln_charge_account_id := jai_cmn_rgm_recording_pkg.get_account(
818: p_regime_id => ln_regime_id
819: , p_organization_type => jai_constants.service_tax_orgn_type
820: , p_organization_id => ln_organization_id
821: , p_location_id => ln_location_id

Line 831: jai_cmn_rgm_recording_pkg.post_accounting(

827: RAISE_APPLICATION_ERROR(-20007, 'Error - trigger ja_in_ap_aida_after_trg on ap_invoice_distributions_all: '
828: ||lv_process_message);
829: END IF;
830:
831: jai_cmn_rgm_recording_pkg.post_accounting(
832: p_regime_code => lv_regime_code,
833: p_tax_type => lv_tax_type,
834: p_organization_type => jai_constants.service_tax_orgn_type,
835: p_organization_id => ln_organization_id,