DBA Data[Home] [Help]

APPS.OKC_OKS_INT_GRP SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 151

l_update_allowed              Boolean;
Line: 157

       l_update_allowed :=OKS_AUTH_INT_PUB.ok_to_commit(
                         p_api_version          => l_api_version,
                         p_init_msg_list        => FND_API.G_FALSE,
                         p_doc_id               => p_doc_id,
                         p_doc_validation_string=> p_validation_string,
                         x_return_status        => x_return_status,
                         x_msg_data             => x_msg_data,
                         x_msg_count            => x_msg_count);
Line: 176

    IF l_update_allowed then
       l_return_value :=FND_API.G_TRUE;