DBA Data[Home] [Help]

APPS.OKL_TAI_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 52: l_exists := OKL_LEGAL_ENTITY_UTIL.check_le_id_exists(p_taiv_rec.legal_entity_id);

48: item_not_found_error EXCEPTION;
49: BEGIN
50: x_return_status := Okl_Api.G_RET_STS_SUCCESS;
51: IF (p_taiv_rec.legal_entity_id IS NOT NULL) THEN
52: l_exists := OKL_LEGAL_ENTITY_UTIL.check_le_id_exists(p_taiv_rec.legal_entity_id);
53: IF(l_exists <> 1) THEN
54: Okc_Api.set_message(G_APP_NAME, G_INVALID_VALUE,G_COL_NAME_TOKEN,'LEGAL_ENTITY_ID');
55: RAISE item_not_found_error;
56: END IF;

Line 3070: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_taiv_rec.khr_id);

3066: END IF;
3067: -- for LE Uptake project 08-11-2006
3068: IF ( l_taiv_rec.legal_entity_id IS NULL OR (l_taiv_rec.legal_entity_id = Okl_Api.G_MISS_NUM))
3069: THEN
3070: l_legal_entity_id := OKL_LEGAL_ENTITY_UTIL.get_khr_le_id(l_taiv_rec.khr_id);
3071: IF l_legal_entity_id IS NULL THEN
3072: Okl_Api.set_message(p_app_name => g_app_name,
3073: p_msg_name => 'OKL_LE_NOT_EXIST_CNTRCT',
3074: p_token1 => 'CONTRACT_ID',