DBA Data[Home] [Help]

APPS.OKS_CUSTOMER_ACCEPTANCE_PVT dependencies on FND_CURRENCIES_TL

Line 1462: fnd_currencies_tl f

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