DBA Data[Home] [Help]

APPS.OKC_CONTRACT_PVT dependencies on OKC_CTC_PVT

Line 656: OKC_CTC_PVT.update_contact_stecode(p_chr_id => p_chrv_rec.id,

652: CLOSE ste_code_csr;
653:
654: --Update contacts table status
655: IF l_old_ste_code <> l_new_ste_code THEN
656: OKC_CTC_PVT.update_contact_stecode(p_chr_id => p_chrv_rec.id,
657: x_return_status=>l_return_status);
658:
659: IF l_return_status <> OKC_API.G_RET_STS_SUCCESS THEN
660: RAISE OKC_API.G_EXCEPTION_ERROR;

Line 877: OKC_CTC_PVT.update_contact_stecode(p_chr_id => p_chrv_rec.id,

873: CLOSE ste_code_csr;
874:
875: --Update contacts table status
876: IF l_old_ste_code <> l_new_ste_code THEN
877: OKC_CTC_PVT.update_contact_stecode(p_chr_id => p_chrv_rec.id,
878: x_return_status=>l_return_status);
879:
880: IF l_return_status <> OKC_API.G_RET_STS_SUCCESS THEN
881: RAISE OKC_API.G_EXCEPTION_ERROR;