DBA Data[Home] [Help]

APPS.OKL_RESI_CAT_SETS_PVT dependencies on OKL_RCS_PVT

Line 210: l_rcsv_rec.sts_code := OKL_RCS_PVT.G_STS_ACTIVE;

206: raise OKL_API.G_EXCEPTION_ERROR;
207: END IF;
208:
209: -- Set the status of the residual category set to ACTIVE
210: l_rcsv_rec.sts_code := OKL_RCS_PVT.G_STS_ACTIVE;
211:
212: -- Insert row in the header table
213: okl_rcs_pvt.insert_row(
214: p_api_version => p_api_version

Line 213: okl_rcs_pvt.insert_row(

209: -- Set the status of the residual category set to ACTIVE
210: l_rcsv_rec.sts_code := OKL_RCS_PVT.G_STS_ACTIVE;
211:
212: -- Insert row in the header table
213: okl_rcs_pvt.insert_row(
214: p_api_version => p_api_version
215: , p_init_msg_list => p_init_msg_list
216: , x_return_status => l_return_status
217: , x_msg_count => x_msg_count

Line 432: lp_rcsv_rec.sts_code := OKL_RCS_PVT.G_STS_ACTIVE;

428: p_token1 => 'NAME',
429: p_token1_value => lp_rcsv_rec.resi_cat_name);
430: ELSE
431: -- Set the status of the residual category set to ACTIVE
432: lp_rcsv_rec.sts_code := OKL_RCS_PVT.G_STS_ACTIVE;
433: END IF;
434:
435: OKL_RCS_PVT.update_row(
436: p_api_version => l_api_version

Line 435: OKL_RCS_PVT.update_row(

431: -- Set the status of the residual category set to ACTIVE
432: lp_rcsv_rec.sts_code := OKL_RCS_PVT.G_STS_ACTIVE;
433: END IF;
434:
435: OKL_RCS_PVT.update_row(
436: p_api_version => l_api_version
437: , p_init_msg_list => l_init_msg_list
438: , x_return_status => l_return_status
439: , x_msg_count => x_msg_count

Line 557: OKL_RCS_PVT.update_row(

553: p_msg_name => 'OKL_RES_CAT_INACTIVE');
554: ELSE
555: lp_rcsv_rec.sts_code := G_STS_ACTIVE;
556:
557: OKL_RCS_PVT.update_row(
558: p_api_version => l_api_version
559: , p_init_msg_list => l_init_msg_list
560: , x_return_status => l_return_status
561: , x_msg_count => x_msg_count

Line 670: OKL_RCS_PVT.update_row(

666: lp_rcsv_rec.resi_category_set_id := p_rcs_id;
667: lp_rcsv_rec.sts_code := G_STS_INACTIVE;
668: lp_rcsv_rec.object_version_number := p_obj_ver_number;
669:
670: OKL_RCS_PVT.update_row(
671: p_api_version => l_api_version
672: , p_init_msg_list => l_init_msg_list
673: , x_return_status => l_return_status
674: , x_msg_count => x_msg_count