DBA Data[Home] [Help]

APPS.OKL_TMG_PVT dependencies on OKC_API

Line 170: x_return_status := OKC_API.G_RET_STS_SUCCESS;

166: l_row_notfound BOOLEAN := TRUE;
167: BEGIN
168:
169: -- RMUNJULU 3018641 Added code to set return status properly
170: x_return_status := OKC_API.G_RET_STS_SUCCESS;
171:
172: l_tmgv_rec := get_rec(p_tmgv_rec, l_row_notfound);
173: IF (l_row_notfound) THEN
174: OKL_API.set_message(G_APP_NAME,G_INVALID_VALUE,G_COL_NAME_TOKEN,'ID');

Line 265: x_return_status := OKC_API.G_RET_STS_SUCCESS;

261: l_tmg_rec tmg_rec_type;
262: l_row_notfound BOOLEAN := TRUE;
263: BEGIN
264: -- RMUNJULU 3018641 Added code to set return status properly
265: x_return_status := OKC_API.G_RET_STS_SUCCESS;
266:
267: l_tmg_rec := get_rec(p_tmg_rec, l_row_notfound);
268: IF (l_row_notfound) THEN
269: OKL_API.set_message(G_APP_NAME,G_INVALID_VALUE,G_COL_NAME_TOKEN,'ID');