DBA Data[Home] [Help]

APPS.MSC_PERS_QUERIES dependencies on FND_INSTALLATION

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

854: l_industry varchar2(50);
855: retval boolean;
856:
857: begin
858: retval := fnd_installation.get_app_info_other('MSC', 'MSC',
859: l_status, l_industry, l_msc_schema);
860:
861: if (not retval) then
862: return;