DBA Data[Home] [Help]

APPS.OKL_AM_TERMINATE_INV_AGMT_PVT dependencies on OKL_POL_PVT

Line 2275: lp_polv_rec OKL_POL_PVT.polv_rec_type;

2271: WHERE pol.id = p_pool_id;
2272:
2273:
2274:
2275: lp_polv_rec OKL_POL_PVT.polv_rec_type;
2276: lx_polv_rec OKL_POL_PVT.polv_rec_type;
2277: lp_pocv_rec OKL_POC_PVT.pocv_rec_type;
2278: lx_pocv_rec OKL_POC_PVT.pocv_rec_type;
2279: lp_poxv_rec OKL_POX_PVT.poxv_rec_type;

Line 2276: lx_polv_rec OKL_POL_PVT.polv_rec_type;

2272:
2273:
2274:
2275: lp_polv_rec OKL_POL_PVT.polv_rec_type;
2276: lx_polv_rec OKL_POL_PVT.polv_rec_type;
2277: lp_pocv_rec OKL_POC_PVT.pocv_rec_type;
2278: lx_pocv_rec OKL_POC_PVT.pocv_rec_type;
2279: lp_poxv_rec OKL_POX_PVT.poxv_rec_type;
2280: lx_poxv_rec OKL_POX_PVT.poxv_rec_type;

Line 2321: OKL_POL_PVT.update_row(

2317: lp_polv_rec.id := get_pools_rec.id;
2318: lp_polv_rec.status_code := 'EXPIRED';
2319:
2320: -- Call update_row to expire pools
2321: OKL_POL_PVT.update_row(
2322: p_api_version => l_api_version,
2323: p_init_msg_list => G_FALSE,
2324: x_return_status => l_return_status,
2325: x_msg_count => l_msg_count,