DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_POOL_TRX_PVT dependencies on OKC_API

Line 105: OKC_API.set_message(G_APP_NAME, G_NO_SUBSIDY_ID);

101: END IF;
102:
103: -- check if the subsidy id is passed, all further logic depend on subsidy id
104: IF(p_sixv_rec.subsidy_id IS NULL OR p_sixv_rec.subsidy_id = OKL_API.G_MISS_NUM)THEN
105: OKC_API.set_message(G_APP_NAME, G_NO_SUBSIDY_ID);
106: x_return_status := OKC_API.G_RET_STS_ERROR;
107: RAISE OKL_API.G_EXCEPTION_ERROR;
108: END IF;
109:

Line 106: x_return_status := OKC_API.G_RET_STS_ERROR;

102:
103: -- check if the subsidy id is passed, all further logic depend on subsidy id
104: IF(p_sixv_rec.subsidy_id IS NULL OR p_sixv_rec.subsidy_id = OKL_API.G_MISS_NUM)THEN
105: OKC_API.set_message(G_APP_NAME, G_NO_SUBSIDY_ID);
106: x_return_status := OKC_API.G_RET_STS_ERROR;
107: RAISE OKL_API.G_EXCEPTION_ERROR;
108: END IF;
109:
110: -- fetch the subsidy and associated pool details if any