DBA Data[Home] [Help]

APPS.OKL_AM_TERMINATE_INV_AGMT_PVT dependencies on OKL_POX_PVT

Line 2257: lp_poxv_rec OKL_POX_PVT.poxv_rec_type;

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

Line 2258: lx_poxv_rec OKL_POX_PVT.poxv_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;
2261:
2262: l_api_version CONSTANT NUMBER := G_API_VERSION;

Line 2344: OKL_POX_PVT.insert_row(

2340: IF l_row_found THEN
2341: lp_poxv_rec.legal_entity_id := l_legal_entity_id;
2342: END IF;
2343: -- Call insert_row to create pool transaction
2344: OKL_POX_PVT.insert_row(
2345: p_api_version => l_api_version,
2346: p_init_msg_list => G_FALSE,
2347: x_return_status => l_return_status,
2348: x_msg_count => l_msg_count,