DBA Data[Home] [Help]

APPS.ICX_POR_JOB_TRACK_VALIDATION_S dependencies on FND_CURRENCIES

Line 516: from fnd_currencies

512: begin
513: l_progress := '262';
514: select 'Y'
515: into l_foo
516: from fnd_currencies
517: where currency_code = p_currency_code
518: and rownum = 1;
519: exception
520: when no_data_found then