DBA Data[Home] [Help]

APPS.FND_OAM_DSCFG_API_PKG dependencies on FND_API

Line 602: p_errors_found_flag => FND_API.G_TRUE,

598: -- go ahead and create the object, if there's no config instance it'll throw an exception
599: FND_OAM_DSCFG_OBJECTS_PKG.ADD_OBJECT(p_object_type => p_object_type,
600: p_source_type => p_source_type,
601: p_source_id => p_source_id,
602: p_errors_found_flag => FND_API.G_TRUE,
603: p_message => p_message,
604: x_object_id => l_object_id);
605:
606: x_object_id := l_object_id;