DBA Data[Home] [Help]

APPS.BIS_VG_DESC_FLEX dependencies on FND_INSTALLATION

Line 956: if FND_INSTALLATION.GET_APP_INFO(p_Application_Name,l_dummy1, l_dummy2,l_schema) = false then

952: --- bis_debug_pub.debug_on;
953: bis_debug_pub.Add('> update_Desc_Flex_Tables');
954:
955: --get schema name
956: if FND_INSTALLATION.GET_APP_INFO(p_Application_Name,l_dummy1, l_dummy2,l_schema) = false then
957: bis_debug_pub.Add('FND_INSTALLATION.GET_APP_INFO returned with error');
958: end if;
959:
960: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 957: bis_debug_pub.Add('FND_INSTALLATION.GET_APP_INFO returned with error');

953: bis_debug_pub.Add('> update_Desc_Flex_Tables');
954:
955: --get schema name
956: if FND_INSTALLATION.GET_APP_INFO(p_Application_Name,l_dummy1, l_dummy2,l_schema) = false then
957: bis_debug_pub.Add('FND_INSTALLATION.GET_APP_INFO returned with error');
958: end if;
959:
960: x_return_status := FND_API.G_RET_STS_SUCCESS;
961: FND_DFLEX.GET_FLEXFIELD( appl_short_name => p_Application_Name