DBA Data[Home] [Help]

APPS.MSC_LAUNCH_PLAN_PK dependencies on FND_INSTALLATION

Line 902: IF fnd_installation.get_app_info('MSO',l_status,l_industry,l_schema) <> TRUE THEN

898: IF l_platform_type IS NULL THEN
899: l_platform_type := 0;
900: END IF;
901:
902: IF fnd_installation.get_app_info('MSO',l_status,l_industry,l_schema) <> TRUE THEN
903: retcode := 2;
904: errbuf := 'Error checking installation status of MSO';
905: ELSE
906: IF l_status = 'I' THEN

Line 1787: IF fnd_installation.get_app_info('MSO',l_status,l_industry,l_schema) <> TRUE THEN

1783: IF l_platform_type IS NULL THEN
1784: l_platform_type := 0;
1785: END IF;
1786:
1787: IF fnd_installation.get_app_info('MSO',l_status,l_industry,l_schema) <> TRUE THEN
1788: retcode := 2;
1789: errbuf := 'Error checking installation status of MSO';
1790: ELSE
1791: IF l_status = 'I' THEN