DBA Data[Home] [Help]

APPS.OKS_ATTR_DEFAULTS_PVT dependencies on OKS_COVERAGES_PVT

Line 3560: OKS_COVERAGES_PVT.Update_COVERAGE_Effectivity(

3556: Open LineCov_cur(l_cle_id);
3557: Fetch LineCov_cur into l_id;
3558: If LineCov_cur%Found Then
3559:
3560: OKS_COVERAGES_PVT.Update_COVERAGE_Effectivity(
3561: p_api_version => l_api_version,
3562: p_init_msg_list => l_init_msg_list,
3563: x_return_status => l_return_status,
3564: x_msg_count => l_msg_count,

Line 4780: OKS_COVERAGES_PVT.Update_COVERAGE_Effectivity

4776: ----errorout_gsi('Line date is not null, calling update_coverage_effectivity');
4777: OPEN cur_line_dates(l_cle_id );
4778: FETCH cur_line_dates INTO line_dates_rec;
4779: CLOSE cur_line_dates;
4780: OKS_COVERAGES_PVT.Update_COVERAGE_Effectivity
4781: (
4782: p_api_version => l_api_version,
4783: p_init_msg_list => l_init_msg_list,
4784: x_return_status => l_return_status,