DBA Data[Home] [Help]

APPS.OKL_LAV_PVT dependencies on OKC_API

Line 398: l_return_status := OKC_API.G_RET_STS_ERROR;

394: --Begin -varangan- updated the condition to > & message to OKL_INVALID_VALID_TO for bug#4684557
395: IF (trunc(p_lavv_rec.VALID_FROM) > trunc(p_lavv_rec.VALID_TO)) THEN
396:
397: -- notify caller of an error as UNEXPETED error
398: l_return_status := OKC_API.G_RET_STS_ERROR;
399:
400: OKL_API.SET_MESSAGE(p_app_name => g_app_name,
401: p_msg_name => 'OKL_INVALID_VALID_TO');
402: --End -varangan- updated the condition to > & message to OKL_INVALID_VALID_TO for bug#4684557