DBA Data[Home] [Help]

APPS.OKL_DEAL_CREATE_PUB dependencies on FND_CURRENCIES_VL

Line 8153: FROM fnd_currencies_vl

8149: WHERE id = product_id;
8150:
8151: CURSOR l_currency_csr(p_currency_code VARCHAR2) IS
8152: SELECT currency_code, name
8153: FROM fnd_currencies_vl
8154: WHERE currency_code = p_currency_code;
8155:
8156: CURSOR l_program_csr(program_id NUMBER) IS
8157: SELECT id,contract_number