DBA Data[Home] [Help]

APPS.PQH_GIN_BUS dependencies on FND_CURRENCIES_VL

Line 512: from fnd_currencies_vl

508: Procedure chk_currency(p_currency_code in varchar2 )
509: IS
510: Cursor csr_currency is
511: Select null
512: from fnd_currencies_vl
513: where currency_code = p_currency_code
514: and currency_flag = 'Y'
515: and enabled_flag = 'Y';
516: