DBA Data[Home] [Help]

APPS.JE_ES_WHTAX dependencies on FND_CURRENCIES_VL

Line 659: func_curr fnd_currencies_vl.currency_code%TYPE;

655: tax_rate1 JE_ES_MODELO_190_ALL.tax_rate%TYPE;
656: tax_name1 JE_ES_MODELO_190_ALL.tax_name%TYPE;
657: year_due1 JE_ES_MODELO_190_ALL.year_due%TYPE;
658: invoice_payments_count number := 0;
659: func_curr fnd_currencies_vl.currency_code%TYPE;
660: func_curr_precision fnd_currencies_vl.precision%TYPE;
661: old_remun_type JE_ES_MODELO_190_ALL.remun_type%TYPE;
662: old_sub_remun_type JE_ES_MODELO_190_ALL.sub_remun_type%TYPE;
663: old_vendor_nif JE_ES_MODELO_190_ALL.vendor_nif%TYPE;

Line 660: func_curr_precision fnd_currencies_vl.precision%TYPE;

656: tax_name1 JE_ES_MODELO_190_ALL.tax_name%TYPE;
657: year_due1 JE_ES_MODELO_190_ALL.year_due%TYPE;
658: invoice_payments_count number := 0;
659: func_curr fnd_currencies_vl.currency_code%TYPE;
660: func_curr_precision fnd_currencies_vl.precision%TYPE;
661: old_remun_type JE_ES_MODELO_190_ALL.remun_type%TYPE;
662: old_sub_remun_type JE_ES_MODELO_190_ALL.sub_remun_type%TYPE;
663: old_vendor_nif JE_ES_MODELO_190_ALL.vendor_nif%TYPE;
664: old_vendor_name JE_ES_MODELO_190_ALL.vendor_name%TYPE;

Line 2458: fnd_currencies_vl c

2454: c.precision
2455: INTO func_curr,
2456: func_curr_precision
2457: FROM gl_ledgers p,
2458: fnd_currencies_vl c
2459: WHERE p.currency_code = c.currency_code
2460: AND p.ledger_id = (select distinct primary_ledger_id
2461: from gl_ledger_le_v
2462: where legal_entity_id = p_legal_entity_id);