DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on OKS_COVERAGES_PVT

Line 2979: OKS_COVERAGES_PVT.COPY_K_HDR_NOTES(

2975: --- Enhancement done on 12/04/2003 asked by Siti
2976: -- Header notes should be created during copy and renew.
2977: If (l_return_status = 'S' AND p_upd_line_flag IS NULL) Then
2978:
2979: OKS_COVERAGES_PVT.COPY_K_HDR_NOTES(
2980: p_api_version => l_api_version,
2981: p_init_msg_list => l_init_msg_list,
2982: p_chr_id => p_chr_id,
2983: x_return_status => l_return_status,

Line 3102: OKS_COVERAGES_PVT.Copy_Coverage

3098: --IF (check_top_line_exist_rec.lse_id in (1,19) AND l_second_call) Then
3099: IF check_top_line_exist_rec.lse_id in (1,19) AND (l_second_call or l_do_copy) Then
3100: if not chk_coverage_exists( check_top_line_exist_rec.id) then
3101:
3102: OKS_COVERAGES_PVT.Copy_Coverage
3103: (p_api_version => 1.0 ,
3104: p_init_msg_list => OKC_API.G_FALSE ,
3105: x_return_status => l_return_status ,
3106: x_msg_count => l_msg_count ,

Line 3229: OKS_COVERAGES_PVT.Copy_Coverage

3225: -- in renew was added because this API should only get called once and it should
3226: -- have the new contract dates.
3227: IF (check_top_line_exist_rec.lse_id in (1,19) AND l_do_copy ) Then
3228:
3229: OKS_COVERAGES_PVT.Copy_Coverage
3230: (p_api_version => 1.0 ,
3231: p_init_msg_list => OKC_API.G_FALSE ,
3232: x_return_status => l_return_status ,
3233: x_msg_count => l_msg_count ,

Line 3378: OKS_COVERAGES_PVT.Copy_Coverage

3374:
3375: /*
3376: If (cle_grp_rec.lse_id in (1,19) AND p_upd_line_flag IS NULL) Then
3377:
3378: OKS_COVERAGES_PVT.Copy_Coverage
3379: (p_api_version => 1.0 ,
3380: p_init_msg_list => OKC_API.G_FALSE ,
3381: x_return_status => l_return_status ,
3382: x_msg_count => l_msg_count ,

Line 4335: OKS_COVERAGES_PVT.Undo_Line(

4331: -- We only delete coverages for the top lines.
4332: -- Each top line has only one coverage
4333: If topline_rec.lse_id in (1, 14, 19) Then
4334: -- Deletes coverages and PM schedules and coverage lines
4335: OKS_COVERAGES_PVT.Undo_Line(
4336: p_api_version => l_api_version,
4337: p_init_msg_list => l_init_msg_list,
4338: p_validate_status => 'Y',
4339: x_return_status => l_return_status,