DBA Data[Home] [Help]

APPS.JA_CN_ITEMIZATION_INTERFACE dependencies on FND_CURRENCIES

Line 240: from fnd_currencies

236: --validate currency code.
237: if l_error_flag<>'Y' then
238: select count(*)
239: into l_count
240: from fnd_currencies
241: where currency_code = l_CURRENCY_CODE;
242: if l_count=0 then
243: update ja_cn_item_interface
244: set status='ECC1'