DBA Data[Home] [Help]

APPS.OKL_AM_TERMINATE_INV_AGMT_PVT dependencies on OKL_POL_PVT

Line 2253: lp_polv_rec OKL_POL_PVT.polv_rec_type;

2249: WHERE pol.id = p_pool_id;
2250:
2251:
2252:
2253: lp_polv_rec OKL_POL_PVT.polv_rec_type;
2254: lx_polv_rec OKL_POL_PVT.polv_rec_type;
2255: lp_pocv_rec OKL_POC_PVT.pocv_rec_type;
2256: lx_pocv_rec OKL_POC_PVT.pocv_rec_type;
2257: lp_poxv_rec OKL_POX_PVT.poxv_rec_type;

Line 2254: lx_polv_rec OKL_POL_PVT.polv_rec_type;

2250:
2251:
2252:
2253: lp_polv_rec OKL_POL_PVT.polv_rec_type;
2254: lx_polv_rec OKL_POL_PVT.polv_rec_type;
2255: lp_pocv_rec OKL_POC_PVT.pocv_rec_type;
2256: lx_pocv_rec OKL_POC_PVT.pocv_rec_type;
2257: lp_poxv_rec OKL_POX_PVT.poxv_rec_type;
2258: lx_poxv_rec OKL_POX_PVT.poxv_rec_type;

Line 2299: OKL_POL_PVT.update_row(

2295: lp_polv_rec.id := get_pools_rec.id;
2296: lp_polv_rec.status_code := 'EXPIRED';
2297:
2298: -- Call update_row to expire pools
2299: OKL_POL_PVT.update_row(
2300: p_api_version => l_api_version,
2301: p_init_msg_list => G_FALSE,
2302: x_return_status => l_return_status,
2303: x_msg_count => l_msg_count,