DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on OKL_KHR_PVT

Line 2726: OKL_KHR_PVT.Insert_Row(

2722:
2723: --dbms_output.put_line('Create shadow');
2724:
2725: -- call procedure in complex API
2726: OKL_KHR_PVT.Insert_Row(
2727: p_api_version => p_api_version,
2728: p_init_msg_list => p_init_msg_list,
2729: x_return_status => x_return_status,
2730: x_msg_count => x_msg_count,

Line 3955: OKL_KHR_PVT.Update_Row(

3951: -- call procedure in complex API
3952: -- if l_dummy_var is changed then the shadow is present
3953: -- and we need to update it, otherwise we need to create the shadow
3954: if (l_dummy_var = 'x') THEN
3955: OKL_KHR_PVT.Update_Row(
3956: p_api_version => p_api_version,
3957: p_init_msg_list => p_init_msg_list,
3958: x_return_status => x_return_status,
3959: x_msg_count => x_msg_count,

Line 3964: OKL_KHR_PVT.Insert_Row(

3960: x_msg_data => x_msg_data,
3961: p_khrv_rec => l_khrv_rec,
3962: x_khrv_rec => x_khrv_rec);
3963: else
3964: OKL_KHR_PVT.Insert_Row(
3965: p_api_version => p_api_version,
3966: p_init_msg_list => p_init_msg_list,
3967: x_return_status => x_return_status,
3968: x_msg_count => x_msg_count,

Line 5109: OKL_KHR_PVT.Delete_Row(

5105: raise OKL_API.G_EXCEPTION_ERROR;
5106: End If;
5107:
5108: -- call procedure in complex API
5109: OKL_KHR_PVT.Delete_Row(
5110: p_api_version => p_api_version,
5111: p_init_msg_list => p_init_msg_list,
5112: x_return_status => x_return_status,
5113: x_msg_count => x_msg_count,

Line 5335: OKL_KHR_PVT.lock_Row(

5331: raise OKL_API.G_EXCEPTION_ERROR;
5332: End If;
5333:
5334: -- call procedure in complex API
5335: OKL_KHR_PVT.lock_Row(
5336: p_api_version => p_api_version,
5337: p_init_msg_list => p_init_msg_list,
5338: x_return_status => x_return_status,
5339: x_msg_count => x_msg_count,

Line 5569: OKL_KHR_PVT.validate_Row(

5565: -- pass OKC contract header id
5566: l_khrv_rec.id := l_chrv_rec.id;
5567:
5568: -- call procedure in complex API
5569: OKL_KHR_PVT.validate_Row(
5570: p_api_version => p_api_version,
5571: p_init_msg_list => p_init_msg_list,
5572: x_return_status => x_return_status,
5573: x_msg_count => x_msg_count,