DBA Data[Home] [Help]

APPS.OKS_RENEW_PUB dependencies on STANDARD

Line 137: --standard check of p_commit

133: Elsif x_return_status = OKC_API.G_RET_STS_ERROR Then
134: raise OKC_API.G_EXCEPTION_ERROR;
135: End If;
136:
137: --standard check of p_commit
138: IF FND_API.to_boolean( p_do_commit ) THEN
139: COMMIT;
140: END IF;
141: