DBA Data[Home] [Help]

APPS.MSCX_UI_UTILITIES dependencies on FND_GLOBAL

Line 11: where responsibility_id=fnd_global.resp_id

7: l_resp_key varchar2(30);
8: begin
9: select responsibility_key into l_resp_key
10: from fnd_responsibility
11: where responsibility_id=fnd_global.resp_id
12: and application_id=724;
13: return l_resp_key;
14: end GET_RESPONSIBILITY_KEY;
15: