DBA Data[Home] [Help]

APPS.AP_WEB_UTILITIES_PKG dependencies on FND_RESPONSIBILITY

Line 43: from fnd_responsibility

39: if (GIsMobileApp is null) then
40: begin
41: select nvl(version, C_WebApplicationVersion)
42: into l_version
43: from fnd_responsibility
44: where application_id = fnd_global.resp_appl_id() and responsibility_id = fnd_global.resp_id();
45: exception
46: when no_data_found then
47: null;