DBA Data[Home] [Help]

APPS.BSC_CUSTOM_VIEW_UI_WRAPPER dependencies on BIS_FORM_FUNCTION_EXTENSION_VL

Line 1727: FROM bis_form_function_extension_vl

1723: FND_FORM_FUNCTIONS_PKG.DELETE_ROW(l_function_id);
1724: -- Checks if the functional_area alredy exists.
1725: SELECT COUNT(0)
1726: INTO l_count
1727: FROM bis_form_function_extension_vl
1728: WHERE object_name= l_object_name;
1729:
1730: IF(l_count > 0) THEN
1731: BIS_OBJECT_EXTENSIONS_PUB.Object_Funct_Area_Map( p_Api_Version => 1.0,