DBA Data[Home] [Help]

APPS.OKC_COPY_CONTRACT_PVT dependencies on OKC_UTIL

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

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

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

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

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

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

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

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