DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on OKS_COVERAGES_PVT

Line 2970: OKS_COVERAGES_PVT.COPY_K_HDR_NOTES(

2966: --- Enhancement done on 12/04/2003 asked by Siti
2967: -- Header notes should be created during copy and renew.
2968: If (l_return_status = 'S' AND p_upd_line_flag IS NULL) Then
2969:
2970: OKS_COVERAGES_PVT.COPY_K_HDR_NOTES(
2971: p_api_version => l_api_version,
2972: p_init_msg_list => l_init_msg_list,
2973: p_chr_id => p_chr_id,
2974: x_return_status => l_return_status,

Line 3093: OKS_COVERAGES_PVT.Copy_Coverage

3089: --IF (check_top_line_exist_rec.lse_id in (1,19) AND l_second_call) Then
3090: IF check_top_line_exist_rec.lse_id in (1,19) AND (l_second_call or l_do_copy) Then
3091: if not chk_coverage_exists( check_top_line_exist_rec.id) then
3092:
3093: OKS_COVERAGES_PVT.Copy_Coverage
3094: (p_api_version => 1.0 ,
3095: p_init_msg_list => OKC_API.G_FALSE ,
3096: x_return_status => l_return_status ,
3097: x_msg_count => l_msg_count ,

Line 3220: OKS_COVERAGES_PVT.Copy_Coverage

3216: -- in renew was added because this API should only get called once and it should
3217: -- have the new contract dates.
3218: IF (check_top_line_exist_rec.lse_id in (1,19) AND l_do_copy ) Then
3219:
3220: OKS_COVERAGES_PVT.Copy_Coverage
3221: (p_api_version => 1.0 ,
3222: p_init_msg_list => OKC_API.G_FALSE ,
3223: x_return_status => l_return_status ,
3224: x_msg_count => l_msg_count ,

Line 3369: OKS_COVERAGES_PVT.Copy_Coverage

3365:
3366: /*
3367: If (cle_grp_rec.lse_id in (1,19) AND p_upd_line_flag IS NULL) Then
3368:
3369: OKS_COVERAGES_PVT.Copy_Coverage
3370: (p_api_version => 1.0 ,
3371: p_init_msg_list => OKC_API.G_FALSE ,
3372: x_return_status => l_return_status ,
3373: x_msg_count => l_msg_count ,

Line 4326: OKS_COVERAGES_PVT.Undo_Line(

4322: -- We only delete coverages for the top lines.
4323: -- Each top line has only one coverage
4324: If topline_rec.lse_id in (1, 14, 19) Then
4325: -- Deletes coverages and PM schedules and coverage lines
4326: OKS_COVERAGES_PVT.Undo_Line(
4327: p_api_version => l_api_version,
4328: p_init_msg_list => l_init_msg_list,
4329: p_validate_status => 'Y',
4330: x_return_status => l_return_status,