DBA Data[Home] [Help]

APPS.JAI_AR_TAX_LINES_PKG dependencies on JAI_CMN_RGM_RECORDING_PKG

Line 582: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,

578: END IF;
579:
580: IF lb_is_accrual_basis THEN
581: IF nvl(lv_trx_type,'#') <> jai_constants.ar_invoice_type_cm THEN--Added by Wenqiong for Bug 14253668
582: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,
583: p_organization_type => jai_constants.service_tax_orgn_type,
584: p_organization_id => v_organization_id,
585: p_location_id => v_location_id,
586: p_tax_type => tax_type_rec.t_type,

Line 593: v_ccid := jai_cmn_rgm_recording_pkg.get_account (

589: FND_LOG.STRING(G_LEVEL_PROCEDURE,G_MODULE_NAME || lv_api_name,'Get accrual basis account for service tax, liability account ccid is '|| v_ccid);
590: END IF;
591: --Added by Wenqiong for Bug 14253668 begin
592: ELSIF nvl(lv_trx_type,'#') = jai_constants.ar_invoice_type_cm THEN
593: v_ccid := jai_cmn_rgm_recording_pkg.get_account (
594: p_regime_id => ln_regime_id ,
595: p_organization_type => jai_constants.service_tax_orgn_type ,
596: p_organization_id => v_organization_id ,
597: p_location_id => v_location_id ,

Line 605: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,

601: END IF;
602: --Added by Wenqiong for Bug 14253668 end
603: ELSE
604: IF nvl(lv_trx_type,'#') <> jai_constants.ar_invoice_type_cm THEN --Added by Wenqiong for Bug 14253668
605: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,
606: p_organization_type => jai_constants.service_tax_orgn_type,
607: p_organization_id => v_organization_id,
608: p_location_id => v_location_id,
609: p_tax_type => tax_type_rec.t_type,

Line 616: v_ccid := jai_cmn_rgm_recording_pkg.get_account (

612: FND_LOG.STRING(G_LEVEL_PROCEDURE,G_MODULE_NAME || lv_api_name,'Get cash basis account for service tax, liability interim account ccid is '|| v_ccid);
613: END IF;
614: --Added by Wenqiong for Bug 14253668 begin
615: ELSIF nvl(lv_trx_type,'#') = jai_constants.ar_invoice_type_cm THEN
616: v_ccid := jai_cmn_rgm_recording_pkg.get_account (
617: p_regime_id => ln_regime_id ,
618: p_organization_type => jai_constants.service_tax_orgn_type ,
619: p_organization_id => v_organization_id ,
620: p_location_id => v_location_id ,

Line 674: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,

670:
671: end if;
672:
673: IF ln_rma_flag > 0 OR ln_nonship_rma_flag > 0 THEN
674: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,
675: p_organization_type => jai_constants.orgn_type_io,
676: p_organization_id => v_organization_id,
677: p_location_id => v_location_id,
678: p_tax_type => tax_type_rec.t_type,

Line 682: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,

678: p_tax_type => tax_type_rec.t_type,
679: p_account_name => jai_constants.recovery);
680: ELSE
681:
682: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,
683: p_organization_type => jai_constants.orgn_type_io,
684: p_organization_id => v_organization_id,
685: p_location_id => v_location_id,
686: p_tax_type => tax_type_rec.t_type,

Line 699: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,

695:
696: END IF;
697:
698: ELSIF UPPER(nvl(ln_regime_code, '####')) = jai_constants.tcs_regime THEN
699: v_ccid := jai_cmn_rgm_recording_pkg.get_account(p_regime_id => ln_regime_id,
700: p_organization_type => jai_constants.orgn_type_io,
701: p_organization_id => v_organization_id,
702: p_location_id => v_location_id,
703: p_tax_type => tax_type_rec.t_type,