DBA Data[Home] [Help]

APPS.OKL_K_PARTY_ROLES_PVT dependencies on OKL_LLA_UTIL_PVT

Line 64: OKL_LLA_UTIL_PVT.check_line_update_allowed

60: End If;
61:
62: --Bug# 4959361
63: IF p_cplv_rec.cle_id IS NOT NULL THEN
64: OKL_LLA_UTIL_PVT.check_line_update_allowed
65: (p_api_version => p_api_version,
66: p_init_msg_list => p_init_msg_list,
67: x_return_status => x_return_status,
68: x_msg_count => x_msg_count,

Line 337: OKL_LLA_UTIL_PVT.check_line_update_allowed

333: FETCH l_cpl_csr INTO l_cpl_rec;
334: CLOSE l_cpl_csr;
335:
336: IF l_cpl_rec.cle_id IS NOT NULL THEN
337: OKL_LLA_UTIL_PVT.check_line_update_allowed
338: (p_api_version => p_api_version,
339: p_init_msg_list => p_init_msg_list,
340: x_return_status => x_return_status,
341: x_msg_count => x_msg_count,

Line 621: OKL_LLA_UTIL_PVT.check_line_update_allowed

617: FETCH l_cpl_csr INTO l_cpl_rec;
618: CLOSE l_cpl_csr;
619:
620: IF l_cpl_rec.cle_id IS NOT NULL THEN
621: OKL_LLA_UTIL_PVT.check_line_update_allowed
622: (p_api_version => p_api_version,
623: p_init_msg_list => p_init_msg_list,
624: x_return_status => x_return_status,
625: x_msg_count => x_msg_count,