DBA Data[Home] [Help]

APPS.JAI_AP_RPT_PRRG_PKG dependencies on JAI_CONSTANTS

Line 486: if v_tax_type in (UPPER(jai_constants.tax_type_exc_additional), UPPER(jai_constants.tax_type_excise),UPPER(jai_constants.tax_type_exc_other)) then

482: close c_get_misc_tax_line_amt;
483:
484: v_statement_id:= 10;
485:
486: if v_tax_type in (UPPER(jai_constants.tax_type_exc_additional), UPPER(jai_constants.tax_type_excise),UPPER(jai_constants.tax_type_exc_other)) then
487: v_excise_ap := v_excise_ap + v_tax_amt;
488: elsif v_tax_type = UPPER(jai_constants. tax_type_cst) then
489: v_cst_ap := v_cst_ap + v_tax_amt;
490: elsif v_tax_type = UPPER(jai_constants.tax_type_sales) then

Line 488: elsif v_tax_type = UPPER(jai_constants. tax_type_cst) then

484: v_statement_id:= 10;
485:
486: if v_tax_type in (UPPER(jai_constants.tax_type_exc_additional), UPPER(jai_constants.tax_type_excise),UPPER(jai_constants.tax_type_exc_other)) then
487: v_excise_ap := v_excise_ap + v_tax_amt;
488: elsif v_tax_type = UPPER(jai_constants. tax_type_cst) then
489: v_cst_ap := v_cst_ap + v_tax_amt;
490: elsif v_tax_type = UPPER(jai_constants.tax_type_sales) then
491: v_lst_ap := v_lst_ap + v_tax_amt;
492: elsif v_tax_type= UPPER(jai_constants.tax_type_customs) then

Line 490: elsif v_tax_type = UPPER(jai_constants.tax_type_sales) then

486: if v_tax_type in (UPPER(jai_constants.tax_type_exc_additional), UPPER(jai_constants.tax_type_excise),UPPER(jai_constants.tax_type_exc_other)) then
487: v_excise_ap := v_excise_ap + v_tax_amt;
488: elsif v_tax_type = UPPER(jai_constants. tax_type_cst) then
489: v_cst_ap := v_cst_ap + v_tax_amt;
490: elsif v_tax_type = UPPER(jai_constants.tax_type_sales) then
491: v_lst_ap := v_lst_ap + v_tax_amt;
492: elsif v_tax_type= UPPER(jai_constants.tax_type_customs) then
493: v_customs_ap := v_customs_ap + v_tax_amt;
494: elsif v_tax_type = UPPER(jai_constants.tax_type_cvd) then

Line 492: elsif v_tax_type= UPPER(jai_constants.tax_type_customs) then

488: elsif v_tax_type = UPPER(jai_constants. tax_type_cst) then
489: v_cst_ap := v_cst_ap + v_tax_amt;
490: elsif v_tax_type = UPPER(jai_constants.tax_type_sales) then
491: v_lst_ap := v_lst_ap + v_tax_amt;
492: elsif v_tax_type= UPPER(jai_constants.tax_type_customs) then
493: v_customs_ap := v_customs_ap + v_tax_amt;
494: elsif v_tax_type = UPPER(jai_constants.tax_type_cvd) then
495: v_cvd_ap := v_cvd_ap + v_tax_amt;
496: -- Date 01-NOV-2006 Bug 5228046 added by SACSETHI

Line 494: elsif v_tax_type = UPPER(jai_constants.tax_type_cvd) then

490: elsif v_tax_type = UPPER(jai_constants.tax_type_sales) then
491: v_lst_ap := v_lst_ap + v_tax_amt;
492: elsif v_tax_type= UPPER(jai_constants.tax_type_customs) then
493: v_customs_ap := v_customs_ap + v_tax_amt;
494: elsif v_tax_type = UPPER(jai_constants.tax_type_cvd) then
495: v_cvd_ap := v_cvd_ap + v_tax_amt;
496: -- Date 01-NOV-2006 Bug 5228046 added by SACSETHI
497: -- START BUG 5228046
498: elsif v_tax_type = UPPER(jai_constants.tax_type_add_cvd) then

Line 498: elsif v_tax_type = UPPER(jai_constants.tax_type_add_cvd) then

494: elsif v_tax_type = UPPER(jai_constants.tax_type_cvd) then
495: v_cvd_ap := v_cvd_ap + v_tax_amt;
496: -- Date 01-NOV-2006 Bug 5228046 added by SACSETHI
497: -- START BUG 5228046
498: elsif v_tax_type = UPPER(jai_constants.tax_type_add_cvd) then
499: v_addcvd_ap := v_addcvd_ap + v_tax_amt;
500: -- END BUG 5228046
501: -- Date 24-Nov-2006 Forward porting Bug 5671126 added by Balaji
502: --start

Line 503: elsif v_tax_type = UPPER(jai_constants.tax_type_value_added) then

499: v_addcvd_ap := v_addcvd_ap + v_tax_amt;
500: -- END BUG 5228046
501: -- Date 24-Nov-2006 Forward porting Bug 5671126 added by Balaji
502: --start
503: elsif v_tax_type = UPPER(jai_constants.tax_type_value_added) then
504: v_vat_ap := v_vat_ap + v_tax_amt;
505: elsif v_tax_type = UPPER(jai_constants.tax_type_purchase) then
506: v_pur_ap := v_pur_ap + v_tax_amt;
507: elsif v_tax_type = UPPER(jai_constants.tax_type_turnover) then

Line 505: elsif v_tax_type = UPPER(jai_constants.tax_type_purchase) then

501: -- Date 24-Nov-2006 Forward porting Bug 5671126 added by Balaji
502: --start
503: elsif v_tax_type = UPPER(jai_constants.tax_type_value_added) then
504: v_vat_ap := v_vat_ap + v_tax_amt;
505: elsif v_tax_type = UPPER(jai_constants.tax_type_purchase) then
506: v_pur_ap := v_pur_ap + v_tax_amt;
507: elsif v_tax_type = UPPER(jai_constants.tax_type_turnover) then
508: v_turnover_ap := v_turnover_ap + v_tax_amt;
509: elsif v_tax_type= UPPER(jai_constants.tax_type_entry) then

Line 507: elsif v_tax_type = UPPER(jai_constants.tax_type_turnover) then

503: elsif v_tax_type = UPPER(jai_constants.tax_type_value_added) then
504: v_vat_ap := v_vat_ap + v_tax_amt;
505: elsif v_tax_type = UPPER(jai_constants.tax_type_purchase) then
506: v_pur_ap := v_pur_ap + v_tax_amt;
507: elsif v_tax_type = UPPER(jai_constants.tax_type_turnover) then
508: v_turnover_ap := v_turnover_ap + v_tax_amt;
509: elsif v_tax_type= UPPER(jai_constants.tax_type_entry) then
510: v_entry_ap := v_entry_ap + v_tax_amt;
511: elsif v_tax_type= UPPER(jai_constants.tax_type_service) then

Line 509: elsif v_tax_type= UPPER(jai_constants.tax_type_entry) then

505: elsif v_tax_type = UPPER(jai_constants.tax_type_purchase) then
506: v_pur_ap := v_pur_ap + v_tax_amt;
507: elsif v_tax_type = UPPER(jai_constants.tax_type_turnover) then
508: v_turnover_ap := v_turnover_ap + v_tax_amt;
509: elsif v_tax_type= UPPER(jai_constants.tax_type_entry) then
510: v_entry_ap := v_entry_ap + v_tax_amt;
511: elsif v_tax_type= UPPER(jai_constants.tax_type_service) then
512: v_service_ap := v_service_ap + v_tax_amt;
513: --end

Line 511: elsif v_tax_type= UPPER(jai_constants.tax_type_service) then

507: elsif v_tax_type = UPPER(jai_constants.tax_type_turnover) then
508: v_turnover_ap := v_turnover_ap + v_tax_amt;
509: elsif v_tax_type= UPPER(jai_constants.tax_type_entry) then
510: v_entry_ap := v_entry_ap + v_tax_amt;
511: elsif v_tax_type= UPPER(jai_constants.tax_type_service) then
512: v_service_ap := v_service_ap + v_tax_amt;
513: --end
514: elsif v_tax_type = UPPER(jai_constants.tax_type_freight) then
515: v_freight_ap := v_freight_ap + v_tax_amt;

Line 514: elsif v_tax_type = UPPER(jai_constants.tax_type_freight) then

510: v_entry_ap := v_entry_ap + v_tax_amt;
511: elsif v_tax_type= UPPER(jai_constants.tax_type_service) then
512: v_service_ap := v_service_ap + v_tax_amt;
513: --end
514: elsif v_tax_type = UPPER(jai_constants.tax_type_freight) then
515: v_freight_ap := v_freight_ap + v_tax_amt;
516: elsif v_tax_type= UPPER(jai_constants.tax_type_octroi) then
517: v_octroi_ap := v_octroi_ap + v_tax_amt;
518: else

Line 516: elsif v_tax_type= UPPER(jai_constants.tax_type_octroi) then

512: v_service_ap := v_service_ap + v_tax_amt;
513: --end
514: elsif v_tax_type = UPPER(jai_constants.tax_type_freight) then
515: v_freight_ap := v_freight_ap + v_tax_amt;
516: elsif v_tax_type= UPPER(jai_constants.tax_type_octroi) then
517: v_octroi_ap := v_octroi_ap + v_tax_amt;
518: else
519: v_others_ap := v_others_ap + v_tax_amt;
520: end if;

Line 564: if v_tax_type in (UPPER(jai_constants.tax_type_exc_additional), UPPER(jai_constants.tax_type_excise) ,UPPER(jai_constants.tax_type_exc_other)) then

560: v_tax_amt := v_tax_amt / c_inv_select_rec.exchange_rate;
561: end if;
562:
563:
564: if v_tax_type in (UPPER(jai_constants.tax_type_exc_additional), UPPER(jai_constants.tax_type_excise) ,UPPER(jai_constants.tax_type_exc_other)) then
565: v_excise_po := v_excise_po + v_tax_amt;
566: elsif v_tax_type= UPPER(jai_constants. tax_type_cst) then
567: v_cst_po := v_cst_po + v_tax_amt;
568: elsif v_tax_type = UPPER(jai_constants.tax_type_sales) then

Line 566: elsif v_tax_type= UPPER(jai_constants. tax_type_cst) then

562:
563:
564: if v_tax_type in (UPPER(jai_constants.tax_type_exc_additional), UPPER(jai_constants.tax_type_excise) ,UPPER(jai_constants.tax_type_exc_other)) then
565: v_excise_po := v_excise_po + v_tax_amt;
566: elsif v_tax_type= UPPER(jai_constants. tax_type_cst) then
567: v_cst_po := v_cst_po + v_tax_amt;
568: elsif v_tax_type = UPPER(jai_constants.tax_type_sales) then
569: v_lst_po := v_lst_po + v_tax_amt;
570: elsif v_tax_type = UPPER(jai_constants.tax_type_customs) then

Line 568: elsif v_tax_type = UPPER(jai_constants.tax_type_sales) then

564: if v_tax_type in (UPPER(jai_constants.tax_type_exc_additional), UPPER(jai_constants.tax_type_excise) ,UPPER(jai_constants.tax_type_exc_other)) then
565: v_excise_po := v_excise_po + v_tax_amt;
566: elsif v_tax_type= UPPER(jai_constants. tax_type_cst) then
567: v_cst_po := v_cst_po + v_tax_amt;
568: elsif v_tax_type = UPPER(jai_constants.tax_type_sales) then
569: v_lst_po := v_lst_po + v_tax_amt;
570: elsif v_tax_type = UPPER(jai_constants.tax_type_customs) then
571: v_customs_po := v_customs_po + v_tax_amt;
572: elsif v_tax_type = UPPER(jai_constants.tax_type_cvd) then

Line 570: elsif v_tax_type = UPPER(jai_constants.tax_type_customs) then

566: elsif v_tax_type= UPPER(jai_constants. tax_type_cst) then
567: v_cst_po := v_cst_po + v_tax_amt;
568: elsif v_tax_type = UPPER(jai_constants.tax_type_sales) then
569: v_lst_po := v_lst_po + v_tax_amt;
570: elsif v_tax_type = UPPER(jai_constants.tax_type_customs) then
571: v_customs_po := v_customs_po + v_tax_amt;
572: elsif v_tax_type = UPPER(jai_constants.tax_type_cvd) then
573: v_cvd_po := v_cvd_po + v_tax_amt;
574: -- Date 01-NOV-2006 Bug 5228046 added by SACSETHI

Line 572: elsif v_tax_type = UPPER(jai_constants.tax_type_cvd) then

568: elsif v_tax_type = UPPER(jai_constants.tax_type_sales) then
569: v_lst_po := v_lst_po + v_tax_amt;
570: elsif v_tax_type = UPPER(jai_constants.tax_type_customs) then
571: v_customs_po := v_customs_po + v_tax_amt;
572: elsif v_tax_type = UPPER(jai_constants.tax_type_cvd) then
573: v_cvd_po := v_cvd_po + v_tax_amt;
574: -- Date 01-NOV-2006 Bug 5228046 added by SACSETHI
575: -- START BUG 5228046
576: elsif v_tax_type = UPPER(jai_constants.tax_type_add_cvd) then

Line 576: elsif v_tax_type = UPPER(jai_constants.tax_type_add_cvd) then

572: elsif v_tax_type = UPPER(jai_constants.tax_type_cvd) then
573: v_cvd_po := v_cvd_po + v_tax_amt;
574: -- Date 01-NOV-2006 Bug 5228046 added by SACSETHI
575: -- START BUG 5228046
576: elsif v_tax_type = UPPER(jai_constants.tax_type_add_cvd) then
577: v_addcvd_po :=v_addcvd_po + v_tax_amt;
578: -- END BUG 5228046
579: -- Date 24-Nov-2006 Forward porting Bug 5671126 added by Balaji
580: --start

Line 581: elsif v_tax_type = UPPER(jai_constants.tax_type_value_added) then

577: v_addcvd_po :=v_addcvd_po + v_tax_amt;
578: -- END BUG 5228046
579: -- Date 24-Nov-2006 Forward porting Bug 5671126 added by Balaji
580: --start
581: elsif v_tax_type = UPPER(jai_constants.tax_type_value_added) then
582: v_vat_po := v_vat_po + v_tax_amt;
583: elsif v_tax_type = UPPER(jai_constants.tax_type_purchase) then
584: v_pur_po := v_pur_po + v_tax_amt;
585: elsif v_tax_type = UPPER(jai_constants.tax_type_turnover) then

Line 583: elsif v_tax_type = UPPER(jai_constants.tax_type_purchase) then

579: -- Date 24-Nov-2006 Forward porting Bug 5671126 added by Balaji
580: --start
581: elsif v_tax_type = UPPER(jai_constants.tax_type_value_added) then
582: v_vat_po := v_vat_po + v_tax_amt;
583: elsif v_tax_type = UPPER(jai_constants.tax_type_purchase) then
584: v_pur_po := v_pur_po + v_tax_amt;
585: elsif v_tax_type = UPPER(jai_constants.tax_type_turnover) then
586: v_turnover_po := v_turnover_po + v_tax_amt;
587: elsif v_tax_type= UPPER(jai_constants.tax_type_entry) then

Line 585: elsif v_tax_type = UPPER(jai_constants.tax_type_turnover) then

581: elsif v_tax_type = UPPER(jai_constants.tax_type_value_added) then
582: v_vat_po := v_vat_po + v_tax_amt;
583: elsif v_tax_type = UPPER(jai_constants.tax_type_purchase) then
584: v_pur_po := v_pur_po + v_tax_amt;
585: elsif v_tax_type = UPPER(jai_constants.tax_type_turnover) then
586: v_turnover_po := v_turnover_po + v_tax_amt;
587: elsif v_tax_type= UPPER(jai_constants.tax_type_entry) then
588: v_entry_po := v_entry_po + v_tax_amt;
589: elsif v_tax_type= UPPER(jai_constants.tax_type_service) then

Line 587: elsif v_tax_type= UPPER(jai_constants.tax_type_entry) then

583: elsif v_tax_type = UPPER(jai_constants.tax_type_purchase) then
584: v_pur_po := v_pur_po + v_tax_amt;
585: elsif v_tax_type = UPPER(jai_constants.tax_type_turnover) then
586: v_turnover_po := v_turnover_po + v_tax_amt;
587: elsif v_tax_type= UPPER(jai_constants.tax_type_entry) then
588: v_entry_po := v_entry_po + v_tax_amt;
589: elsif v_tax_type= UPPER(jai_constants.tax_type_service) then
590: v_service_po := v_service_po + v_tax_amt;
591: --end

Line 589: elsif v_tax_type= UPPER(jai_constants.tax_type_service) then

585: elsif v_tax_type = UPPER(jai_constants.tax_type_turnover) then
586: v_turnover_po := v_turnover_po + v_tax_amt;
587: elsif v_tax_type= UPPER(jai_constants.tax_type_entry) then
588: v_entry_po := v_entry_po + v_tax_amt;
589: elsif v_tax_type= UPPER(jai_constants.tax_type_service) then
590: v_service_po := v_service_po + v_tax_amt;
591: --end
592: elsif v_tax_type= UPPER(jai_constants.tax_type_freight) then
593: v_freight_po := v_freight_po + v_tax_amt;

Line 592: elsif v_tax_type= UPPER(jai_constants.tax_type_freight) then

588: v_entry_po := v_entry_po + v_tax_amt;
589: elsif v_tax_type= UPPER(jai_constants.tax_type_service) then
590: v_service_po := v_service_po + v_tax_amt;
591: --end
592: elsif v_tax_type= UPPER(jai_constants.tax_type_freight) then
593: v_freight_po := v_freight_po + v_tax_amt;
594: elsif v_tax_type = UPPER(jai_constants.tax_type_octroi) then
595: v_octroi_po := v_octroi_po + v_tax_amt;
596: else

Line 594: elsif v_tax_type = UPPER(jai_constants.tax_type_octroi) then

590: v_service_po := v_service_po + v_tax_amt;
591: --end
592: elsif v_tax_type= UPPER(jai_constants.tax_type_freight) then
593: v_freight_po := v_freight_po + v_tax_amt;
594: elsif v_tax_type = UPPER(jai_constants.tax_type_octroi) then
595: v_octroi_po := v_octroi_po + v_tax_amt;
596: else
597: v_others_po := v_others_po + v_tax_amt;
598: end if;

Line 630: if v_tax_type in (UPPER(jai_constants.tax_type_exc_additional), UPPER(jai_constants.tax_type_excise) ,UPPER(jai_constants.tax_type_exc_other)) then

626: if c_inv_select_rec.invoice_currency_code <> c_get_tax_from_po_rec.currency then
627: v_tax_amt := v_tax_amt / c_inv_select_rec.exchange_rate;
628: end if;
629:
630: if v_tax_type in (UPPER(jai_constants.tax_type_exc_additional), UPPER(jai_constants.tax_type_excise) ,UPPER(jai_constants.tax_type_exc_other)) then
631: v_excise_po := v_excise_po + v_tax_amt;
632: elsif v_tax_type = UPPER(jai_constants. tax_type_cst) then
633: v_cst_po := v_cst_po + v_tax_amt;
634: elsif v_tax_type=UPPER(jai_constants.tax_type_sales) then

Line 632: elsif v_tax_type = UPPER(jai_constants. tax_type_cst) then

628: end if;
629:
630: if v_tax_type in (UPPER(jai_constants.tax_type_exc_additional), UPPER(jai_constants.tax_type_excise) ,UPPER(jai_constants.tax_type_exc_other)) then
631: v_excise_po := v_excise_po + v_tax_amt;
632: elsif v_tax_type = UPPER(jai_constants. tax_type_cst) then
633: v_cst_po := v_cst_po + v_tax_amt;
634: elsif v_tax_type=UPPER(jai_constants.tax_type_sales) then
635: v_lst_po := v_lst_po + v_tax_amt;
636: elsif v_tax_type= UPPER(jai_constants.tax_type_customs) then

Line 634: elsif v_tax_type=UPPER(jai_constants.tax_type_sales) then

630: if v_tax_type in (UPPER(jai_constants.tax_type_exc_additional), UPPER(jai_constants.tax_type_excise) ,UPPER(jai_constants.tax_type_exc_other)) then
631: v_excise_po := v_excise_po + v_tax_amt;
632: elsif v_tax_type = UPPER(jai_constants. tax_type_cst) then
633: v_cst_po := v_cst_po + v_tax_amt;
634: elsif v_tax_type=UPPER(jai_constants.tax_type_sales) then
635: v_lst_po := v_lst_po + v_tax_amt;
636: elsif v_tax_type= UPPER(jai_constants.tax_type_customs) then
637: v_customs_po := v_customs_po + v_tax_amt;
638: elsif v_tax_type = UPPER(jai_constants.tax_type_cvd) then

Line 636: elsif v_tax_type= UPPER(jai_constants.tax_type_customs) then

632: elsif v_tax_type = UPPER(jai_constants. tax_type_cst) then
633: v_cst_po := v_cst_po + v_tax_amt;
634: elsif v_tax_type=UPPER(jai_constants.tax_type_sales) then
635: v_lst_po := v_lst_po + v_tax_amt;
636: elsif v_tax_type= UPPER(jai_constants.tax_type_customs) then
637: v_customs_po := v_customs_po + v_tax_amt;
638: elsif v_tax_type = UPPER(jai_constants.tax_type_cvd) then
639: v_cvd_po := v_cvd_po + v_tax_amt;
640: elsif v_tax_type = UPPER(jai_constants.tax_type_add_cvd) then

Line 638: elsif v_tax_type = UPPER(jai_constants.tax_type_cvd) then

634: elsif v_tax_type=UPPER(jai_constants.tax_type_sales) then
635: v_lst_po := v_lst_po + v_tax_amt;
636: elsif v_tax_type= UPPER(jai_constants.tax_type_customs) then
637: v_customs_po := v_customs_po + v_tax_amt;
638: elsif v_tax_type = UPPER(jai_constants.tax_type_cvd) then
639: v_cvd_po := v_cvd_po + v_tax_amt;
640: elsif v_tax_type = UPPER(jai_constants.tax_type_add_cvd) then
641: v_addcvd_po := v_addcvd_po + v_tax_amt ;
642: elsif v_tax_type = UPPER(jai_constants.tax_type_freight) then

Line 640: elsif v_tax_type = UPPER(jai_constants.tax_type_add_cvd) then

636: elsif v_tax_type= UPPER(jai_constants.tax_type_customs) then
637: v_customs_po := v_customs_po + v_tax_amt;
638: elsif v_tax_type = UPPER(jai_constants.tax_type_cvd) then
639: v_cvd_po := v_cvd_po + v_tax_amt;
640: elsif v_tax_type = UPPER(jai_constants.tax_type_add_cvd) then
641: v_addcvd_po := v_addcvd_po + v_tax_amt ;
642: elsif v_tax_type = UPPER(jai_constants.tax_type_freight) then
643: v_freight_po := v_freight_po + v_tax_amt;
644: elsif v_tax_type= UPPER(jai_constants.tax_type_octroi) then

Line 642: elsif v_tax_type = UPPER(jai_constants.tax_type_freight) then

638: elsif v_tax_type = UPPER(jai_constants.tax_type_cvd) then
639: v_cvd_po := v_cvd_po + v_tax_amt;
640: elsif v_tax_type = UPPER(jai_constants.tax_type_add_cvd) then
641: v_addcvd_po := v_addcvd_po + v_tax_amt ;
642: elsif v_tax_type = UPPER(jai_constants.tax_type_freight) then
643: v_freight_po := v_freight_po + v_tax_amt;
644: elsif v_tax_type= UPPER(jai_constants.tax_type_octroi) then
645: v_octroi_po := v_octroi_po + v_tax_amt;
646:

Line 644: elsif v_tax_type= UPPER(jai_constants.tax_type_octroi) then

640: elsif v_tax_type = UPPER(jai_constants.tax_type_add_cvd) then
641: v_addcvd_po := v_addcvd_po + v_tax_amt ;
642: elsif v_tax_type = UPPER(jai_constants.tax_type_freight) then
643: v_freight_po := v_freight_po + v_tax_amt;
644: elsif v_tax_type= UPPER(jai_constants.tax_type_octroi) then
645: v_octroi_po := v_octroi_po + v_tax_amt;
646:
647: -- Date 24-Nov-2006 Forward porting Bug 5671126 added by Balaji
648: --start

Line 650: elsif v_tax_type = upper(jai_constants.tax_type_value_added) then

646:
647: -- Date 24-Nov-2006 Forward porting Bug 5671126 added by Balaji
648: --start
649:
650: elsif v_tax_type = upper(jai_constants.tax_type_value_added) then
651: v_vat_po := v_vat_po + v_tax_amt;
652: elsif v_tax_type= upper(jai_constants.tax_type_purchase) then
653: v_pur_po := v_pur_po + v_tax_amt;
654: elsif v_tax_type = upper(jai_constants.tax_type_turnover) then

Line 652: elsif v_tax_type= upper(jai_constants.tax_type_purchase) then

648: --start
649:
650: elsif v_tax_type = upper(jai_constants.tax_type_value_added) then
651: v_vat_po := v_vat_po + v_tax_amt;
652: elsif v_tax_type= upper(jai_constants.tax_type_purchase) then
653: v_pur_po := v_pur_po + v_tax_amt;
654: elsif v_tax_type = upper(jai_constants.tax_type_turnover) then
655: v_turnover_po := v_turnover_po + v_tax_amt;
656: elsif v_tax_type = upper(jai_constants.tax_type_entry) then

Line 654: elsif v_tax_type = upper(jai_constants.tax_type_turnover) then

650: elsif v_tax_type = upper(jai_constants.tax_type_value_added) then
651: v_vat_po := v_vat_po + v_tax_amt;
652: elsif v_tax_type= upper(jai_constants.tax_type_purchase) then
653: v_pur_po := v_pur_po + v_tax_amt;
654: elsif v_tax_type = upper(jai_constants.tax_type_turnover) then
655: v_turnover_po := v_turnover_po + v_tax_amt;
656: elsif v_tax_type = upper(jai_constants.tax_type_entry) then
657: v_entry_po := v_entry_po + v_tax_amt;
658: elsif v_tax_type = upper(jai_constants.tax_type_service) then

Line 656: elsif v_tax_type = upper(jai_constants.tax_type_entry) then

652: elsif v_tax_type= upper(jai_constants.tax_type_purchase) then
653: v_pur_po := v_pur_po + v_tax_amt;
654: elsif v_tax_type = upper(jai_constants.tax_type_turnover) then
655: v_turnover_po := v_turnover_po + v_tax_amt;
656: elsif v_tax_type = upper(jai_constants.tax_type_entry) then
657: v_entry_po := v_entry_po + v_tax_amt;
658: elsif v_tax_type = upper(jai_constants.tax_type_service) then
659: v_service_po := v_service_po + v_tax_amt;
660: --end

Line 658: elsif v_tax_type = upper(jai_constants.tax_type_service) then

654: elsif v_tax_type = upper(jai_constants.tax_type_turnover) then
655: v_turnover_po := v_turnover_po + v_tax_amt;
656: elsif v_tax_type = upper(jai_constants.tax_type_entry) then
657: v_entry_po := v_entry_po + v_tax_amt;
658: elsif v_tax_type = upper(jai_constants.tax_type_service) then
659: v_service_po := v_service_po + v_tax_amt;
660: --end
661: else
662: v_others_po := v_others_po + v_tax_amt;