[Home] [Help]
3590: end if;
3591: raise FND_API.G_EXC_ERROR;
3592: end if;
3593:
3594: insert into AK_OBJECTS_TL (
3595: DATABASE_OBJECT_NAME,
3596: LANGUAGE,
3597: NAME,
3598: DESCRIPTION,
3616: from FND_LANGUAGES L
3617: where L.INSTALLED_FLAG in ('I', 'B')
3618: and not exists
3619: (select NULL
3620: from AK_OBJECTS_TL T
3621: where T.DATABASE_OBJECT_NAME = p_database_object_name
3622: and T.LANGUAGE = L.LANGUAGE_CODE);
3623:
3624: if FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_SUCCESS) THEN