DBA Data[Home] [Help]

APPS.OKL_AM_TERMINATE_INV_AGMT_PVT dependencies on OKL_POC_PVT

Line 2277: lp_pocv_rec OKL_POC_PVT.pocv_rec_type;

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

Line 2278: lx_pocv_rec OKL_POC_PVT.pocv_rec_type;

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

Line 2405: OKL_POC_PVT.update_row(

2401: lp_pocv_rec.status_code := 'EXPIRED';
2402: lp_pocv_rec.transaction_number_out := lx_poxv_rec.transaction_number;
2403:
2404: -- Call update_row to expire pool contents
2405: OKL_POC_PVT.update_row(
2406: p_api_version => l_api_version,
2407: p_init_msg_list => G_FALSE,
2408: x_return_status => l_return_status,
2409: x_msg_count => l_msg_count,