DBA Data[Home] [Help]

APPS.OKL_CLG_PVT dependencies on OKL_LEGAL_ENTITY_UTIL

Line 84: l_exists := OKL_LEGAL_ENTITY_UTIL.check_le_id_exists(p_clgv_rec.legal_entity_id);

80: item_not_found_error EXCEPTION;
81: BEGIN
82: x_return_status := Okl_Api.G_RET_STS_SUCCESS;
83: IF (p_clgv_rec.legal_entity_id IS NOT NULL) THEN
84: l_exists := OKL_LEGAL_ENTITY_UTIL.check_le_id_exists(p_clgv_rec.legal_entity_id);
85: IF(l_exists <> 1) THEN
86: Okc_Api.set_message(G_APP_NAME, G_INVALID_VALUE,G_COL_NAME_TOKEN,'LEGAL_ENTITY_ID');
87: RAISE item_not_found_error;
88: END IF;