DBA Data[Home] [Help]

APPS.OKC_COPY_CONTRACT_PVT dependencies on OKC_UTIL

Line 2565: okc_util.get_name_desc_from_jtfv( p_object_code => x_cplv_rec.jtot_object1_code,

2561: x_return_status := l_return_status;
2562: RAISE G_EXCEPTION_HALT_VALIDATION;
2563: ELSE
2564: x_return_status := OKC_API.G_RET_STS_WARNING;
2565: okc_util.get_name_desc_from_jtfv( p_object_code => x_cplv_rec.jtot_object1_code,
2566: p_id1 => x_cplv_rec.object1_id1,
2567: p_id2 => x_cplv_rec.object1_id2,
2568: x_name => l_party_name,
2569: x_description => l_party_desc);

Line 3396: okc_util.get_name_desc_from_jtfv( p_object_code => l_cimv_rec.jtot_object1_code,

3392: IF (l_return_status = OKC_API.G_RET_STS_UNEXP_ERROR) THEN
3393: x_return_status := l_return_status;
3394: RAISE G_EXCEPTION_HALT_VALIDATION;
3395: ELSE
3396: okc_util.get_name_desc_from_jtfv( p_object_code => l_cimv_rec.jtot_object1_code,
3397: p_id1 => l_cimv_rec.object1_id1,
3398: p_id2 => l_cimv_rec.object1_id2,
3399: x_name => l_item_name,
3400: x_description => l_item_desc);

Line 3418: okc_util.get_name_desc_from_jtfv( p_object_code => l_cimv_rec.jtot_object1_code,

3414: x_return_status := l_return_status;
3415: END IF;
3416: END IF;
3417: ELSE -- else for l_c
3418: okc_util.get_name_desc_from_jtfv( p_object_code => l_cimv_rec.jtot_object1_code,
3419: p_id1 => l_cimv_rec.object1_id1,
3420: p_id2 => l_cimv_rec.object1_id2,
3421: x_name => l_item_name,
3422: x_description => l_item_desc);

Line 3457: okc_util.get_name_desc_from_jtfv( p_object_code => l_cimv_rec.jtot_object1_code,

3453: IF (l_return_status = OKC_API.G_RET_STS_UNEXP_ERROR) THEN
3454: x_return_status := l_return_status;
3455: RAISE G_EXCEPTION_HALT_VALIDATION;
3456: ELSE
3457: okc_util.get_name_desc_from_jtfv( p_object_code => l_cimv_rec.jtot_object1_code,
3458: p_id1 => l_cimv_rec.object1_id1,
3459: p_id2 => l_cimv_rec.object1_id2,
3460: x_name => l_item_name,
3461: x_description => l_item_desc);