DBA Data[Home] [Help]

APPS.MSC_WS_COMMON dependencies on FND_RESPONSIBILITY

Line 40: FROM FND_RESPONSIBILITY

36: END;
37:
38: BEGIN
39: SELECT APPLICATION_ID INTO V_APPID
40: FROM FND_RESPONSIBILITY
41: WHERE RESPONSIBILITY_ID = V_RESPID;
42: EXCEPTION WHEN others THEN
43: raise;
44: END;

Line 139: fnd_responsibility_tl resp_tl

135: -- query responsibility id by RespName and RespAppName.
136: BEGIN
137: SELECT resp_tl.responsibility_id INTO ResponsibilityId
138: FROM
139: fnd_responsibility_tl resp_tl
140: WHERE
141: resp_tl.application_id = l_application_id AND
142: resp_tl.language = l_LanguageCode AND
143: resp_tl.responsibility_name = RespName;