DBA Data[Home] [Help]

APPS.OKL_POOL_PUB dependencies on OKL_POOL_PVT

Line 37: Okl_Pool_Pvt.create_pool(

33: l_msg_count := x_msg_count ;
34: l_msg_data := x_msg_data ;
35: l_polv_rec := p_polv_rec;
36:
37: Okl_Pool_Pvt.create_pool(
38: p_api_version => l_api_version,
39: p_init_msg_list => l_init_msg_list,
40: x_return_status => l_return_status,
41: x_msg_count => l_msg_count,

Line 124: OKL_POOL_PVT.validate_pool(

120: l_polv_rec.short_description := p_polv_rec.short_description;
121: l_polv_rec.display_in_lease_center := p_polv_rec.display_in_lease_center ;
122:
123:
124: OKL_POOL_PVT.validate_pool(
125: p_api_version => l_api_version,
126: p_init_msg_list => l_init_msg_list,
127: p_api_name => l_api_name,
128: p_polv_rec => l_polv_rec,

Line 141: Okl_Pool_Pvt.update_pool(

137: ELSIF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR ) THEN
138: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
139: END IF;
140:
141: Okl_Pool_Pvt.update_pool(
142: p_api_version => l_api_version,
143: p_init_msg_list => l_init_msg_list,
144: x_return_status => l_return_status,
145: x_msg_count => l_msg_count,

Line 242: OKL_POOL_PVT.validate_pool(

238: l_msg_data := x_msg_data ;
239:
240: l_polv_rec.id := p_pol_id;
241:
242: OKL_POOL_PVT.validate_pool(
243: p_api_version => l_api_version,
244: p_init_msg_list => l_init_msg_list,
245: p_api_name => l_api_name,
246: p_polv_rec => l_polv_rec,

Line 260: Okl_Pool_Pvt.cleanup_pool_contents( p_api_version => l_api_version

256: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
257: END IF;
258:
259:
260: Okl_Pool_Pvt.cleanup_pool_contents( p_api_version => l_api_version
261: ,p_init_msg_list => l_init_msg_list
262: ,x_return_status => l_return_status
263: ,x_msg_count => l_msg_count
264: ,x_msg_data => l_msg_data

Line 292: ,p_action_code => Okl_Pool_Pvt.G_ACTION_REMOVE

288: ,p_sty_id => NULL
289: ,p_stream_type_subclass => p_stream_type_subclass
290: ,p_streams_from_date => p_streams_from_date
291: ,p_streams_to_date => p_streams_to_date
292: ,p_action_code => Okl_Pool_Pvt.G_ACTION_REMOVE
293: ,x_poc_uv_tbl => lx_poc_uv_tbl);
294:
295: IF ( l_return_status = OKL_API.G_RET_STS_ERROR ) THEN
296: RAISE OKL_API.G_EXCEPTION_ERROR;

Line 393: OKL_POOL_PVT.validate_pool(

389: l_row_count:=x_row_count;
390:
391: l_polv_rec.id := p_pol_id;
392: l_polv_rec.currency_code:=p_currency_code;
393: OKL_POOL_PVT.validate_pool(
394: p_api_version => l_api_version,
395: p_init_msg_list => l_init_msg_list,
396: p_api_name => l_api_name,
397: p_polv_rec => l_polv_rec,

Line 410: OKL_POOL_PVT.add_pool_contents(

406: ELSIF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR ) THEN
407: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
408: END IF;
409:
410: OKL_POOL_PVT.add_pool_contents(
411: p_api_version =>l_api_version
412: ,p_init_msg_list =>l_init_msg_list
413: ,x_return_status =>l_return_status
414: ,x_msg_count =>l_msg_count