DBA Data[Home] [Help]

APPS.OKS_COVERAGES_PVT dependencies on OKC_CONDITIONS_PUB

Line 3194: l_cnhv_tbl okc_conditions_pub.cnhv_tbl_type;

3190: -- *************************************************************************************************
3191: PROCEDURE UNDO_EVENTS (P_Kline_Id IN NUMBER,
3192: x_Return_Status OUT NOCOPY VARCHAR2,
3193: x_msg_data OUT NOCOPY VARCHAR2) IS
3194: l_cnhv_tbl okc_conditions_pub.cnhv_tbl_type;
3195: l_cnlv_tbl okc_conditions_pub.cnlv_tbl_type;
3196: l_coev_tbl okc_conditions_pub.coev_tbl_type;
3197: l_aavv_tbl okc_conditions_pub.aavv_tbl_type;
3198: l_ocev_tbl okc_outcome_pub.ocev_tbl_type;

Line 3195: l_cnlv_tbl okc_conditions_pub.cnlv_tbl_type;

3191: PROCEDURE UNDO_EVENTS (P_Kline_Id IN NUMBER,
3192: x_Return_Status OUT NOCOPY VARCHAR2,
3193: x_msg_data OUT NOCOPY VARCHAR2) IS
3194: l_cnhv_tbl okc_conditions_pub.cnhv_tbl_type;
3195: l_cnlv_tbl okc_conditions_pub.cnlv_tbl_type;
3196: l_coev_tbl okc_conditions_pub.coev_tbl_type;
3197: l_aavv_tbl okc_conditions_pub.aavv_tbl_type;
3198: l_ocev_tbl okc_outcome_pub.ocev_tbl_type;
3199: l_oatv_tbl okc_outcome_pub.oatv_tbl_type;

Line 3196: l_coev_tbl okc_conditions_pub.coev_tbl_type;

3192: x_Return_Status OUT NOCOPY VARCHAR2,
3193: x_msg_data OUT NOCOPY VARCHAR2) IS
3194: l_cnhv_tbl okc_conditions_pub.cnhv_tbl_type;
3195: l_cnlv_tbl okc_conditions_pub.cnlv_tbl_type;
3196: l_coev_tbl okc_conditions_pub.coev_tbl_type;
3197: l_aavv_tbl okc_conditions_pub.aavv_tbl_type;
3198: l_ocev_tbl okc_outcome_pub.ocev_tbl_type;
3199: l_oatv_tbl okc_outcome_pub.oatv_tbl_type;
3200: c_Cnhv Number:=1;

Line 3197: l_aavv_tbl okc_conditions_pub.aavv_tbl_type;

3193: x_msg_data OUT NOCOPY VARCHAR2) IS
3194: l_cnhv_tbl okc_conditions_pub.cnhv_tbl_type;
3195: l_cnlv_tbl okc_conditions_pub.cnlv_tbl_type;
3196: l_coev_tbl okc_conditions_pub.coev_tbl_type;
3197: l_aavv_tbl okc_conditions_pub.aavv_tbl_type;
3198: l_ocev_tbl okc_outcome_pub.ocev_tbl_type;
3199: l_oatv_tbl okc_outcome_pub.oatv_tbl_type;
3200: c_Cnhv Number:=1;
3201: c_Cnlv Number:=1;

Line 3290: OKC_CONDITIONS_PUB.delete_act_att_vals(

3286: end if;
3287: END IF;
3288: IF NOT l_aavv_tbl.Count=0
3289: THEN
3290: OKC_CONDITIONS_PUB.delete_act_att_vals(
3291: p_api_version => l_api_version,
3292: p_init_msg_list => l_init_msg_list,
3293: x_return_status => l_return_status,
3294: x_msg_count => l_msg_count,

Line 3304: OKC_CONDITIONS_PUB. delete_cond_occurs(

3300: end if;
3301: END IF;
3302: IF NOT l_Coev_tbl.Count=0
3303: THEN
3304: OKC_CONDITIONS_PUB. delete_cond_occurs(
3305: p_api_version => l_api_version,
3306: p_init_msg_list => l_init_msg_list,
3307: x_return_status => l_return_status,
3308: x_msg_count => l_msg_count,

Line 3318: OKC_CONDITIONS_PUB.delete_cond_lines(

3314: end if;
3315: END IF;
3316: IF NOT l_cnlv_tbl.Count=0
3317: THEN
3318: OKC_CONDITIONS_PUB.delete_cond_lines(
3319: p_api_version => l_api_version,
3320: p_init_msg_list => l_init_msg_list,
3321: x_return_status => l_return_status,
3322: x_msg_count => l_msg_count,

Line 3332: OKC_CONDITIONS_PUB. delete_cond_hdrs(

3328: end if;
3329: END IF;
3330: IF NOT l_cnhv_tbl.Count=0
3331: THEN
3332: OKC_CONDITIONS_PUB. delete_cond_hdrs(
3333: p_api_version => l_api_version,
3334: p_init_msg_list => l_init_msg_list,
3335: x_return_status => l_return_status,
3336: x_msg_count => l_msg_count,