DBA Data[Home] [Help]

APPS.OKL_AM_TERMINATE_INV_AGMT_PVT dependencies on OKL_POX_PVT

Line 2279: lp_poxv_rec OKL_POX_PVT.poxv_rec_type;

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

Line 2280: lx_poxv_rec OKL_POX_PVT.poxv_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;
2283:
2284: l_api_version CONSTANT NUMBER := G_API_VERSION;

Line 2366: OKL_POX_PVT.insert_row(

2362: IF l_row_found THEN
2363: lp_poxv_rec.legal_entity_id := l_legal_entity_id;
2364: END IF;
2365: -- Call insert_row to create pool transaction
2366: OKL_POX_PVT.insert_row(
2367: p_api_version => l_api_version,
2368: p_init_msg_list => G_FALSE,
2369: x_return_status => l_return_status,
2370: x_msg_count => l_msg_count,