DBA Data[Home] [Help]

APPS.OKL_VERSION_IB_PUB dependencies on OKL_VERSION_IB_PVT

Line 45: OKL_VERSION_IB_PVT.Create_version_ib(p_api_version => p_api_version,

41: -- Verticle industry pre- processing section
42: -- Business API call section
43: l_vibv_rec.id := p_vibv_rec.id;
44: l_vibv_rec.object_version_number := p_vibv_rec.object_version_number;
45: OKL_VERSION_IB_PVT.Create_version_ib(p_api_version => p_api_version,
46: p_init_msg_list => p_init_msg_list,
47: x_return_status => l_return_status,
48: x_msg_count => x_msg_count,
49: x_msg_data => x_msg_data,

Line 189: OKL_VERSION_IB_PVT.update_version_ib(p_api_version => p_api_version,

185: -- Verticle industry pre- processing section
186: -- Business API call section
187: l_vibv_rec.id := p_vibv_rec.id;
188: l_vibv_rec.object_version_number := p_vibv_rec.object_version_number;
189: OKL_VERSION_IB_PVT.update_version_ib(p_api_version => p_api_version,
190: p_init_msg_list => p_init_msg_list,
191: x_return_status => l_return_status,
192: x_msg_count => x_msg_count,
193: x_msg_data => x_msg_data,

Line 332: OKL_VERSION_IB_PVT.delete_version_ib(p_api_version => p_api_version,

328: -- Verticle industry pre- processing section
329: -- Business API call section
330: l_vibv_rec.id := p_vibv_rec.id;
331: l_vibv_rec.object_version_number := p_vibv_rec.object_version_number;
332: OKL_VERSION_IB_PVT.delete_version_ib(p_api_version => p_api_version,
333: p_init_msg_list => p_init_msg_list,
334: x_return_status => l_return_status,
335: x_msg_count => x_msg_count,
336: x_msg_data => x_msg_data,

Line 472: OKL_VERSION_IB_PVT.validate_version_ib(p_api_version => p_api_version,

468: -- Verticle industry pre- processing section
469: -- Business API call section
470: l_vibv_rec.id := p_vibv_rec.id;
471: l_vibv_rec.object_version_number := p_vibv_rec.object_version_number;
472: OKL_VERSION_IB_PVT.validate_version_ib(p_api_version => p_api_version,
473: p_init_msg_list => p_init_msg_list,
474: x_return_status => l_return_status,
475: x_msg_count => x_msg_count,
476: x_msg_data => x_msg_data,

Line 609: OKL_VERSION_IB_PVT.lock_version_ib(p_api_version => p_api_version,

605: l_vibv_rec := p_vibv_rec;
606: -- Business API call section
607: l_vibv_rec.id := p_vibv_rec.id;
608: l_vibv_rec.object_version_number := p_vibv_rec.object_version_number;
609: OKL_VERSION_IB_PVT.lock_version_ib(p_api_version => p_api_version,
610: p_init_msg_list => p_init_msg_list,
611: x_return_status => l_return_status,
612: x_msg_count => x_msg_count,
613: x_msg_data => x_msg_data,