DBA Data[Home] [Help]

APPS.OKC_STATUS_CHANGE_PVT dependencies on OKC_CTC_PVT

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

153:
154: /*cgopinee bugfix for 6882512*/
155: IF (p_chrv_rec.old_ste_code <> p_chrv_rec.new_ste_code) THEN
156:
157: OKC_CTC_PVT.update_contact_stecode(p_chr_id => p_chrv_rec.id,
158: x_return_status=>l_return_status);
159:
160: IF l_return_status <> OKC_API.G_RET_STS_SUCCESS THEN
161: RAISE OKC_API.G_EXCEPTION_ERROR;