DBA Data[Home] [Help]

APPS.OKS_CUSTOMER_ACCEPTANCE_PVT dependencies on FND_CURRENCIES_TL

Line 1463: fnd_currencies_tl f

1459: SELECT k.currency_code ||
1460: ' = ' ||
1461: f.NAME
1462: FROM okc_k_headers_all_b k,
1463: fnd_currencies_tl f
1464: WHERE k.currency_code = f.currency_code
1465: AND f.LANGUAGE = USERENV ('LANG')
1466: AND k.ID = p_chr_id;
1467: BEGIN