DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on OKL_KHR_PVT

Line 2651: OKL_KHR_PVT.Insert_Row(

2647:
2648: --dbms_output.put_line('Create shadow');
2649:
2650: -- call procedure in complex API
2651: OKL_KHR_PVT.Insert_Row(
2652: p_api_version => p_api_version,
2653: p_init_msg_list => p_init_msg_list,
2654: x_return_status => x_return_status,
2655: x_msg_count => x_msg_count,

Line 3870: OKL_KHR_PVT.Update_Row(

3866: -- call procedure in complex API
3867: -- if l_dummy_var is changed then the shadow is present
3868: -- and we need to update it, otherwise we need to create the shadow
3869: if (l_dummy_var = 'x') THEN
3870: OKL_KHR_PVT.Update_Row(
3871: p_api_version => p_api_version,
3872: p_init_msg_list => p_init_msg_list,
3873: x_return_status => x_return_status,
3874: x_msg_count => x_msg_count,

Line 3879: OKL_KHR_PVT.Insert_Row(

3875: x_msg_data => x_msg_data,
3876: p_khrv_rec => l_khrv_rec,
3877: x_khrv_rec => x_khrv_rec);
3878: else
3879: OKL_KHR_PVT.Insert_Row(
3880: p_api_version => p_api_version,
3881: p_init_msg_list => p_init_msg_list,
3882: x_return_status => x_return_status,
3883: x_msg_count => x_msg_count,

Line 5024: OKL_KHR_PVT.Delete_Row(

5020: raise OKL_API.G_EXCEPTION_ERROR;
5021: End If;
5022:
5023: -- call procedure in complex API
5024: OKL_KHR_PVT.Delete_Row(
5025: p_api_version => p_api_version,
5026: p_init_msg_list => p_init_msg_list,
5027: x_return_status => x_return_status,
5028: x_msg_count => x_msg_count,

Line 5250: OKL_KHR_PVT.lock_Row(

5246: raise OKL_API.G_EXCEPTION_ERROR;
5247: End If;
5248:
5249: -- call procedure in complex API
5250: OKL_KHR_PVT.lock_Row(
5251: p_api_version => p_api_version,
5252: p_init_msg_list => p_init_msg_list,
5253: x_return_status => x_return_status,
5254: x_msg_count => x_msg_count,

Line 5484: OKL_KHR_PVT.validate_Row(

5480: -- pass OKC contract header id
5481: l_khrv_rec.id := l_chrv_rec.id;
5482:
5483: -- call procedure in complex API
5484: OKL_KHR_PVT.validate_Row(
5485: p_api_version => p_api_version,
5486: p_init_msg_list => p_init_msg_list,
5487: x_return_status => x_return_status,
5488: x_msg_count => x_msg_count,