DBA Data[Home] [Help]

APPS.OKS_ATTR_DEFAULTS_PVT dependencies on OKS_COVERAGES_PVT

Line 3525: OKS_COVERAGES_PVT.Update_COVERAGE_Effectivity(

3521: Open LineCov_cur(l_cle_id);
3522: Fetch LineCov_cur into l_id;
3523: If LineCov_cur%Found Then
3524:
3525: OKS_COVERAGES_PVT.Update_COVERAGE_Effectivity(
3526: p_api_version => l_api_version,
3527: p_init_msg_list => l_init_msg_list,
3528: x_return_status => l_return_status,
3529: x_msg_count => l_msg_count,

Line 4681: OKS_COVERAGES_PVT.Update_COVERAGE_Effectivity

4677: ----errorout_gsi('Line date is not null, calling update_coverage_effectivity');
4678: OPEN cur_line_dates(l_cle_id );
4679: FETCH cur_line_dates INTO line_dates_rec;
4680: CLOSE cur_line_dates;
4681: OKS_COVERAGES_PVT.Update_COVERAGE_Effectivity
4682: (
4683: p_api_version => l_api_version,
4684: p_init_msg_list => l_init_msg_list,
4685: x_return_status => l_return_status,