DBA Data[Home] [Help]

APPS.MSC_LAUNCH_PLAN_PK dependencies on FND_INSTALLATION

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

974: IF l_platform_type IS NULL THEN
975: l_platform_type := 0;
976: END IF;
977:
978: IF fnd_installation.get_app_info('MSO',l_status,l_industry,l_schema) <> TRUE THEN
979: retcode := 2;
980: errbuf := 'Error checking installation status of MSO';
981: ELSE
982: IF l_status = 'I' THEN

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

1898: IF l_platform_type IS NULL THEN
1899: l_platform_type := 0;
1900: END IF;
1901:
1902: IF fnd_installation.get_app_info('MSO',l_status,l_industry,l_schema) <> TRUE THEN
1903: retcode := 2;
1904: errbuf := 'Error checking installation status of MSO';
1905: ELSE
1906: IF l_status = 'I' THEN