DBA Data[Home] [Help]

APPS.OKL_DEAL_CREATE_PUB dependencies on FND_CURRENCIES_VL

Line 8144: FROM fnd_currencies_vl

8140: WHERE id = product_id;
8141:
8142: CURSOR l_currency_csr(p_currency_code VARCHAR2) IS
8143: SELECT currency_code, name
8144: FROM fnd_currencies_vl
8145: WHERE currency_code = p_currency_code;
8146:
8147: CURSOR l_program_csr(program_id NUMBER) IS
8148: SELECT id,contract_number