DBA Data[Home] [Help]

APPS.AD_STATS_UTIL_PKG dependencies on FND_INSTALLATION

Line 295: if not FND_INSTALLATION.Get_App_Info('FND', l_stat, l_ind, G_UN_FND) then

291: declare
292: l_stat varchar2(1);
293: l_ind varchar2(1);
294: begin
295: if not FND_INSTALLATION.Get_App_Info('FND', l_stat, l_ind, G_UN_FND) then
296: raise_application_error(-20000, 'Error calling Get_App_Info().');
297: end if;
298: end;
299: