DBA Data[Home] [Help]

APPS.MSC_PERS_QUERIES dependencies on FND_INSTALLATION

Line 945: retval := fnd_installation.get_app_info_other('MSC', 'MSC',

941: l_industry varchar2(50);
942: retval boolean;
943:
944: begin
945: retval := fnd_installation.get_app_info_other('MSC', 'MSC',
946: l_status, l_industry, l_msc_schema);
947:
948: if (not retval) then
949: return;