DBA Data[Home] [Help]

APPS.SSP_SSP_PKG dependencies on FND_APPLICATION

Line 2084: from fnd_application

2080: begin
2081:
2082: select application_id
2083: into l_pa_appid
2084: from fnd_application
2085: where upper(application_short_name) = upper('SSP');
2086:
2087: if (fnd_installation.get(appl_id => l_pa_appid,
2088: dep_appl_id => l_pa_appid,

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

2106:
2107: exception
2108:
2109: when too_many_rows then
2110: hr_utility.trace('Error: more than 1 row on FND_APPLICATION table for SSP');
2111:
2112: when others then
2113: raise;
2114: