DBA Data[Home] [Help]

APPS.OKS_COVERAGES_PVT dependencies on OKC_OUTCOME_PUB

Line 3198: l_ocev_tbl okc_outcome_pub.ocev_tbl_type;

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;
3202: c_aavv Number:=1;

Line 3199: l_oatv_tbl okc_outcome_pub.oatv_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;
3202: c_aavv Number:=1;
3203: c_Ocev Number:=1;

Line 3262: OKC_OUTCOME_PUB.delete_out_arg(

3258: END LOOP;
3259: END LOOP;
3260: IF NOT l_Oatv_tbl.COUNT=0
3261: THEN
3262: OKC_OUTCOME_PUB.delete_out_arg(
3263: p_api_version => l_api_version,
3264: p_init_msg_list => l_init_msg_list,
3265: x_return_status => l_return_status,
3266: x_msg_count => l_msg_count,

Line 3276: OKC_OUTCOME_PUB. delete_outcome(

3272: end if;
3273: END IF;
3274: IF NOT l_ocev_tbl.Count=0
3275: THEN
3276: OKC_OUTCOME_PUB. delete_outcome(
3277: p_api_version => l_api_version,
3278: p_init_msg_list => l_init_msg_list,
3279: x_return_status => l_return_status,
3280: x_msg_count => l_msg_count,