DBA Data[Home] [Help]

APPS.SSP_SSP_PKG dependencies on FND_APPLICATION

Line 2190: from fnd_application

2186: begin
2187:
2188: select application_id
2189: into l_pa_appid
2190: from fnd_application
2191: where upper(application_short_name) = upper('SSP');
2192:
2193: if (fnd_installation.get(appl_id => l_pa_appid,
2194: dep_appl_id => l_pa_appid,

Line 2216: hr_utility.trace('Error: more than 1 row on FND_APPLICATION table for SSP');

2212:
2213: exception
2214:
2215: when too_many_rows then
2216: hr_utility.trace('Error: more than 1 row on FND_APPLICATION table for SSP');
2217:
2218: when others then
2219: raise;
2220: