DBA Data[Home] [Help]

APPS.CSP_PLANNING_UTILS_PKG dependencies on FND_LANGUAGES

Line 256: FROM fnd_languages

252: /* Cursor to get the nls language information for setting the language context */
253: CURSOR cur_lang(p_lang_code VARCHAR2)
254: IS
255: SELECT nls_language
256: FROM fnd_languages
257: WHERE language_code = p_lang_code;
258: BEGIN
259: /* To get the user id details */
260: