DBA Data[Home] [Help]

APPS.OKL_ITEM_RESIDUALS_PVT dependencies on OKL_IRH_PVT

Line 449: OKL_IRH_PVT.insert_row(

445: ELSIF l_return_status = OKL_API.G_RET_STS_ERROR THEN
446: RAISE OKL_API.G_EXCEPTION_ERROR;
447: END IF;
448: -- Insert row into the header table
449: OKL_IRH_PVT.insert_row(
450: p_api_version => p_api_version
451: , p_init_msg_list => p_init_msg_list
452: , x_return_status => l_return_status
453: , x_msg_count => x_msg_count

Line 734: OKL_IRH_PVT.update_row(

730: lp_irhv_rec.item_residual_id := x_icpv_rec.item_residual_id;
731: lp_irhv_rec.effective_to_date := x_icpv_rec.end_date;
732:
733: -- Update the header's end date also.
734: OKL_IRH_PVT.update_row(
735: p_api_version => p_api_version
736: , p_init_msg_list => p_init_msg_list
737: , x_return_status => l_return_status
738: , x_msg_count => x_msg_count

Line 911: OKL_IRH_PVT.update_row(

907:
908: -- Update the header record with the Under revision status
909: lp_irhv_rec.sts_code := G_STS_UNDER_REV;
910: -- lp_irhv_rec.effective_to_date := x_icpv_rec.end_date;
911: OKL_IRH_PVT.update_row(
912: p_api_version => p_api_version
913: , p_init_msg_list => p_init_msg_list
914: , x_return_status => l_return_status
915: , x_msg_count => x_msg_count

Line 1468: OKL_IRH_PVT.update_row(

1464: --4.Set the header status
1465: lp_irhv_rec.sts_code := get_header_status(l_residual_id);
1466:
1467: --update the header
1468: OKL_IRH_PVT.update_row(
1469: p_api_version => p_api_version
1470: , p_init_msg_list => p_init_msg_list
1471: , x_return_status => l_return_status
1472: , x_msg_count => x_msg_count