DBA Data[Home] [Help]

APPS.OKL_FA_EXTENSION_PVT dependencies on OKL_FXH_PVT

Line 101: okl_fxh_pvt.insert_row(

97: ,p_fxhv_rec IN fxhv_rec_type
98: ,x_fxhv_rec OUT NOCOPY fxhv_rec_type) IS
99: l_return_status VARCHAR2(1) := OKC_API.G_RET_STS_SUCCESS;
100: BEGIN
101: okl_fxh_pvt.insert_row(
102: p_api_version => p_api_version
103: ,p_init_msg_list => p_init_msg_list
104: ,x_return_status => x_return_status
105: ,x_msg_count => x_msg_count

Line 352: okl_fxh_pvt.lock_row(

348: ,x_msg_data OUT NOCOPY VARCHAR2
349: ,p_fxhv_rec IN fxhv_rec_type) IS
350: l_return_status VARCHAR2(1) := OKC_API.G_RET_STS_SUCCESS;
351: BEGIN
352: okl_fxh_pvt.lock_row(
353: p_api_version => p_api_version
354: ,p_init_msg_list => p_init_msg_list
355: ,x_return_status => x_return_status
356: ,x_msg_count => x_msg_count

Line 467: okl_fxh_pvt.update_row(

463: ,p_fxhv_rec IN fxhv_rec_type
464: ,x_fxhv_rec OUT NOCOPY fxhv_rec_type) IS
465: l_return_status VARCHAR2(1) := OKC_API.G_RET_STS_SUCCESS;
466: BEGIN
467: okl_fxh_pvt.update_row(
468: p_api_version => p_api_version
469: ,p_init_msg_list => p_init_msg_list
470: ,x_return_status => x_return_status
471: ,x_msg_count => x_msg_count

Line 602: okl_fxh_pvt.delete_row(

598: ,x_msg_data => x_msg_data
599: ,p_fxlv_tbl => l_fxlv_tbl);
600: IF x_return_status = OKC_API.G_RET_STS_SUCCESS
601: THEN
602: okl_fxh_pvt.delete_row(
603: p_api_version => p_api_version
604: ,p_init_msg_list => p_init_msg_list
605: ,x_return_status => x_return_status
606: ,x_msg_count => x_msg_count

Line 710: okl_fxh_pvt.validate_row(

706: ,x_msg_data OUT NOCOPY VARCHAR2
707: ,p_fxhv_rec IN fxhv_rec_type) IS
708: l_return_status VARCHAR2(1) := OKC_API.G_RET_STS_SUCCESS;
709: BEGIN
710: okl_fxh_pvt.validate_row(
711: p_api_version => p_api_version
712: ,p_init_msg_list => p_init_msg_list
713: ,x_return_status => x_return_status
714: ,x_msg_count => x_msg_count

Line 1426: okl_fxh_pvt.insert_row(

1422: ,x_fxh_rec OUT NOCOPY fxh_rec_type
1423: ,x_fxhl_tbl OUT NOCOPY fxhl_tbl_type) IS
1424: l_return_status VARCHAR2(1) := OKC_API.G_RET_STS_SUCCESS;
1425: BEGIN
1426: okl_fxh_pvt.insert_row(
1427: p_api_version => p_api_version
1428: ,p_init_msg_list => p_init_msg_list
1429: ,x_return_status => x_return_status
1430: ,x_msg_count => x_msg_count