DBA Data[Home] [Help]

APPS.OKL_AM_TERMINATE_INV_AGMT_PVT dependencies on OKL_POC_PVT

Line 2255: lp_pocv_rec OKL_POC_PVT.pocv_rec_type;

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;
2259:

Line 2256: lx_pocv_rec OKL_POC_PVT.pocv_rec_type;

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;
2259:
2260: l_return_status VARCHAR2(1) := G_RET_STS_SUCCESS;

Line 2383: OKL_POC_PVT.update_row(

2379: lp_pocv_rec.status_code := 'EXPIRED';
2380: lp_pocv_rec.transaction_number_out := lx_poxv_rec.transaction_number;
2381:
2382: -- Call update_row to expire pool contents
2383: OKL_POC_PVT.update_row(
2384: p_api_version => l_api_version,
2385: p_init_msg_list => G_FALSE,
2386: x_return_status => l_return_status,
2387: x_msg_count => l_msg_count,