DBA Data[Home] [Help]

APPS.CSP_PLANNING_UTILS_PKG dependencies on FND_RESPONSIBILITY_TL

Line 250: FROM FND_RESPONSIBILITY_TL

246: IS
247: SELECT responsibility_id
248: ,application_id
249: ,language
250: FROM FND_RESPONSIBILITY_TL
251: WHERE responsibility_id = p_resp_id;
252: /* Cursor to get the nls language information for setting the language context */
253: CURSOR cur_lang(p_lang_code VARCHAR2)
254: IS