DBA Data[Home] [Help]

APPS.OKL_ECH_PVT dependencies on OKL_UTIL

Line 377: l_return_status := okl_util.check_lookup_code(p_lookup_type => 'OKL_ECC_OBJECT_CLASSES'

373:
374: --if source object is not Adjustment MAtrix then it should belong to lookup OKL_ECC_OBJECT_CLASSES
375:
376: IF p_source_object_code <> 'PAM' THEN
377: l_return_status := okl_util.check_lookup_code(p_lookup_type => 'OKL_ECC_OBJECT_CLASSES'
378: ,p_lookup_code => p_source_object_code);
379: IF (l_return_status = okl_api.g_ret_sts_error) THEN
380: okl_api.set_message(p_app_name => g_app_name
381: ,p_msg_name => g_invalid_value

Line 590: l_return_status := okl_util.check_lookup_code(p_lookup_type => 'OKL_EC_MATCH_CRITERIA'

586: ,p_token1 => g_col_name_token
587: ,p_token1_value => 'MATCH_CRITERIA_CODE');
588: RAISE okl_api.g_exception_error;
589: END IF;
590: l_return_status := okl_util.check_lookup_code(p_lookup_type => 'OKL_EC_MATCH_CRITERIA'
591: ,p_lookup_code => p_ech_rec.match_criteria_code);
592: IF (l_return_status = okl_api.g_ret_sts_error) THEN
593: okl_api.set_message(p_app_name => g_app_name
594: ,p_msg_name => g_invalid_value

Line 611: l_return_status := okl_util.check_lookup_code(p_lookup_type => 'OKL_EC_VALIDATIONS'

607: ,p_token1 => g_col_name_token
608: ,p_token1_value => 'validation');
609: RAISE okl_api.g_exception_error;
610: END IF;
611: l_return_status := okl_util.check_lookup_code(p_lookup_type => 'OKL_EC_VALIDATIONS'
612: ,p_lookup_code => p_ech_rec.validation_code);
613: IF (l_return_status = okl_api.g_ret_sts_error) THEN
614: okl_api.set_message(p_app_name => g_app_name
615: ,p_msg_name => g_invalid_value