DBA Data[Home] [Help]

APPS.OKL_VP_CAT_PVT dependencies on OKC_K_LINES_B

Line 711: from OKC_K_LINES_B

707: p_catv_rec IN catv_rec_TYPE) is
708: l_dummy_var varchar2(1) := '?';
709: cursor l_cle_csr is
710: select '!'
711: from OKC_K_LINES_B
712: where id = p_catv_rec.cle_id;
713: begin
714: x_return_status := OKC_API.G_RET_STS_SUCCESS;
715: if (p_catv_rec.cle_id = OKC_API.G_MISS_NUM or p_catv_rec.cle_id is NULL) then