DBA Data[Home] [Help]

APPS.OKC_TERMS_MIGRATE_GRP dependencies on FND_RESPONSIBILITY_TL

Line 2733: FROM fnd_responsibility_tl tl, fnd_responsibility b

2729: WHERE user_name =p_user_name;
2730:
2731: SELECT b.RESPONSIBILITY_ID,b.APPLICATION_ID
2732: INTO l_resp_id,l_resp_appl_id
2733: FROM fnd_responsibility_tl tl, fnd_responsibility b
2734: WHERE tl.responsibility_name = p_resp_name
2735: AND LANGUAGE = UserEnv('LANG')
2736: AND tl.RESPONSIBILITY_ID = b.RESPONSIBILITY_ID;
2737: