DBA Data[Home] [Help]

APPS.AP_WEB_UTILITIES_PKG dependencies on FND_GLOBAL

Line 44: where application_id = fnd_global.resp_appl_id() and responsibility_id = fnd_global.resp_id();

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;
48: end;