DBA Data[Home] [Help]

APPS.OKS_COPY_CONTRACT_PVT dependencies on OKC_INST_CND_PUB

Line 1320: l_instcnd_inp_rec OKC_INST_CND_PUB.instcnd_inp_rec;

1316: l_found BOOLEAN;
1317: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
1318: l_ctr_grp_id_template NUMBER;
1319: l_ctr_grp_id_instance NUMBER;
1320: l_instcnd_inp_rec OKC_INST_CND_PUB.instcnd_inp_rec;
1321: l_ac_rec OKS_COVERAGES_PUB.ac_rec_type;
1322: l_actual_coverage_id NUMBER;
1323:
1324: CURSOR c_item IS

Line 1387: OKC_INST_CND_PUB.INST_CONDITION(

1383: --npalepu added on 20-mar-2006 for bug # 5102052
1384: l_instcnd_inp_rec.chr_id := p_new_chr_id;
1385: --end npalepu
1386:
1387: OKC_INST_CND_PUB.INST_CONDITION(
1388: p_api_version => p_api_version,
1389: p_init_msg_list => p_init_msg_list,
1390: x_return_status => l_return_status,
1391: x_msg_count => x_msg_count,