DBA Data[Home] [Help]

APPS.BIS_VG_DESC_FLEX dependencies on FND_INSTALLATION

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

959: --- bis_debug_pub.debug_on;
960: bis_debug_pub.Add('> update_Desc_Flex_Tables');
961:
962: --get schema name
963: if FND_INSTALLATION.GET_APP_INFO(p_Application_Name,l_dummy1, l_dummy2,l_schema) = false then
964: bis_debug_pub.Add('FND_INSTALLATION.GET_APP_INFO returned with error');
965: end if;
966:
967: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

960: bis_debug_pub.Add('> update_Desc_Flex_Tables');
961:
962: --get schema name
963: if FND_INSTALLATION.GET_APP_INFO(p_Application_Name,l_dummy1, l_dummy2,l_schema) = false then
964: bis_debug_pub.Add('FND_INSTALLATION.GET_APP_INFO returned with error');
965: end if;
966:
967: x_return_status := FND_API.G_RET_STS_SUCCESS;
968: FND_DFLEX.GET_FLEXFIELD( appl_short_name => p_Application_Name