DBA Data[Home] [Help]

APPS.OKS_MASSCHANGE_PVT dependencies on OKC_CONTRACT_GROUP_PUB

Line 7145: l_cgcv_rec_in okc_contract_group_pub.cgcv_rec_type;

7141:
7142: l_khrv_rec_type_in oks_contract_hdr_pub.khrv_rec_type ;
7143: l_khrv_rec_type_out oks_contract_hdr_pub.khrv_rec_type ;
7144:
7145: l_cgcv_rec_in okc_contract_group_pub.cgcv_rec_type;
7146: l_cgcv_rec_out okc_contract_group_pub.cgcv_rec_type;
7147:
7148: l_gvev_tbl_in okc_gve_pvt.gvev_tbl_type;
7149: l_gvev_tbl_out okc_gve_pvt.gvev_tbl_type;

Line 7146: l_cgcv_rec_out okc_contract_group_pub.cgcv_rec_type;

7142: l_khrv_rec_type_in oks_contract_hdr_pub.khrv_rec_type ;
7143: l_khrv_rec_type_out oks_contract_hdr_pub.khrv_rec_type ;
7144:
7145: l_cgcv_rec_in okc_contract_group_pub.cgcv_rec_type;
7146: l_cgcv_rec_out okc_contract_group_pub.cgcv_rec_type;
7147:
7148: l_gvev_tbl_in okc_gve_pvt.gvev_tbl_type;
7149: l_gvev_tbl_out okc_gve_pvt.gvev_tbl_type;
7150:

Line 11192: OKC_CONTRACT_GROUP_PUB.update_contract_grpngs(

11188: l_cgcv_rec_in.id := l_cgrp_id;
11189: l_cgcv_rec_in.included_chr_id := l_eligible_contracts_tbl(i).contract_id;
11190: l_cgcv_rec_in.cgp_parent_id := l_new_value_id;
11191:
11192: OKC_CONTRACT_GROUP_PUB.update_contract_grpngs(
11193: p_api_version => l_api_version,
11194: p_init_msg_list => l_init_msg_list,
11195: x_return_status => l_return_status,
11196: x_msg_count => l_msg_count,