DBA Data[Home] [Help]

APPS.JE_ES_WHTAX dependencies on FND_CURRENCIES_VL

Line 652: func_curr fnd_currencies_vl.currency_code%TYPE;

648: tax_rate1 JE_ES_MODELO_190_ALL.tax_rate%TYPE;
649: tax_name1 JE_ES_MODELO_190_ALL.tax_name%TYPE;
650: year_due1 JE_ES_MODELO_190_ALL.year_due%TYPE;
651: invoice_payments_count number := 0;
652: func_curr fnd_currencies_vl.currency_code%TYPE;
653: func_curr_precision fnd_currencies_vl.precision%TYPE;
654: old_remun_type JE_ES_MODELO_190_ALL.remun_type%TYPE;
655: old_sub_remun_type JE_ES_MODELO_190_ALL.sub_remun_type%TYPE;
656: old_vendor_nif JE_ES_MODELO_190_ALL.vendor_nif%TYPE;

Line 653: func_curr_precision fnd_currencies_vl.precision%TYPE;

649: tax_name1 JE_ES_MODELO_190_ALL.tax_name%TYPE;
650: year_due1 JE_ES_MODELO_190_ALL.year_due%TYPE;
651: invoice_payments_count number := 0;
652: func_curr fnd_currencies_vl.currency_code%TYPE;
653: func_curr_precision fnd_currencies_vl.precision%TYPE;
654: old_remun_type JE_ES_MODELO_190_ALL.remun_type%TYPE;
655: old_sub_remun_type JE_ES_MODELO_190_ALL.sub_remun_type%TYPE;
656: old_vendor_nif JE_ES_MODELO_190_ALL.vendor_nif%TYPE;
657: old_vendor_name JE_ES_MODELO_190_ALL.vendor_name%TYPE;

Line 2059: fnd_currencies_vl c

2055: c.precision
2056: INTO func_curr,
2057: func_curr_precision
2058: FROM gl_ledgers p,
2059: fnd_currencies_vl c
2060: WHERE p.currency_code = c.currency_code
2061: AND p.ledger_id = (select distinct primary_ledger_id
2062: from gl_ledger_le_v
2063: where legal_entity_id = p_legal_entity_id);