DBA Data[Home] [Help]

APPS.FEM_TABLE_REGISTRATION_PKG dependencies on FND_INSTALLATION

Line 1917: l_ret_status := fnd_installation.get_app_info(l_app_short_name,l_status,l_industry,l_schema);

1913: INTO l_app_short_name
1914: FROM fnd_application
1915: WHERE application_id = p_app_id;
1916:
1917: l_ret_status := fnd_installation.get_app_info(l_app_short_name,l_status,l_industry,l_schema);
1918:
1919: RETURN l_schema;
1920:
1921: EXCEPTION

Line 1938: l_ret_status := fnd_installation.get_app_info(p_app_short_name,l_status,l_industry,l_schema);

1934: l_ret_status BOOLEAN;
1935:
1936: BEGIN
1937:
1938: l_ret_status := fnd_installation.get_app_info(p_app_short_name,l_status,l_industry,l_schema);
1939:
1940: RETURN l_schema;
1941:
1942: EXCEPTION