Search Results cz_lookup_values_vl
Overview
CZ_LOOKUP_VALUES_VL is a seeded, read-only view owned by the APPS schema within the Oracle E-Business Suite Configurator (CZ) module. It presents a language-translated, denormalized view of Configurator lookup values, joining the untranslated lookup value base table to its translation table so that display label, description, and notes are returned for the session's active language. Functionally it mirrors the behavior of Oracle's standard _VL ("view with language") convention used throughout EBS, where multilingual columns are resolved through a join to the corresponding _TL table rather than being read directly.
Within ETRM 12.1.1 and 12.2.2 the object is documented as a VALID view in the CZ – Configurator product. Its primary role is to support reporting queries, interface extraction, and integration logic that needs human-readable descriptions of Configurator lookup values without the caller writing the language join manually. Because it filters on the runtime session language via USERENV('LANG'), it always returns the translated strings appropriate to the current user's language setting.
Underlying Base Objects
The ETRM metadata lists two referenced base objects, exposed to the view through synonyms:
CZ_LOOKUP_VALUES— the untranslated lookup value definition table, supplying the list name, data value, sequence, data type, null-value flag, numeric identifier, and audit columns.CZ_LOOKUP_VALUES_TL— the translation table holding the language-specificVALUE_LABEL,VALUE_DESCRIPTION,VALUE_NOTES,LANGUAGE, andSOURCE_LANG.
The two are joined on LIST_NAME and DATA_VALUE. The view additionally restricts rows with LKT.LANGUAGE = USERENV('LANG') and eliminates soft-deleted records by requiring DELETED_FLAG = '0' on both the base and translation rows. Audit columns (CREATION_DATE, LAST_UPDATE_DATE, CREATED_BY, LAST_UPDATED_BY, LAST_UPDATE_LOGIN) are sourced from the translation table.
Key Columns
LIST_NAME— identifies the lookup list (lookup type) to which the value belongs; the primary grouping key.DATA_VALUE— the stored, untranslated code value used in data relationships.VALUE_LABEL— the translated display label for the value in the session language.VALUE_DESCRIPTION,VALUE_NOTES— translated supplementary descriptive text.VALUE_SEQ— display ordering sequence for the value within its list.DATA_TYPE_ID— reference to the value's data type definition.NULL_VALUE_FLAG— indicates whether the value represents a null/blank selection.NUMERIC_ID_VALUE— numeric identifier form of the value where applicable.LANGUAGE,SOURCE_LANG— the installed language of the returned translation and the source language from which it was derived.
Common Use Cases and Queries
Typical scenarios include building Configurator validation reports, extracting pick-list values for downstream integrations, and populating LOVs in custom concurrent programs or BI Publisher reports where translated labels are required. Because the view already enforces the language and soft-delete filters, querying it is preferable to joining the base tables directly.
Retrieve all active values for a given lookup list:
SELECT list_name, data_value, value_label, value_description, value_seq FROM cz_lookup_values_vl WHERE list_name = :p_list_name ORDER BY value_seq;
Resolve a single value's translated label:
SELECT value_label FROM cz_lookup_values_vl WHERE list_name = :p_list_name AND data_value = :p_data_value;
Because LANGUAGE is always resolved by USERENV('LANG'), callers cannot force an alternate language without changing the session locale (for example, via ALTER SESSION SET NLS_LANGUAGE), which should be considered when designing multilingual extracts.
-
View: CZ_LOOKUP_VALUES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_LOOKUP_VALUES_VL, object_name:CZ_LOOKUP_VALUES_VL, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_LOOKUP_VALUES_VL ,
-
View: CZ_LOOKUP_VALUES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_LOOKUP_VALUES_VL, object_name:CZ_LOOKUP_VALUES_VL, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_LOOKUP_VALUES_VL ,
-
VIEW: APPS.CZ_GROUPED_ACTION_TYPES_V
12.1.1
-
VIEW: APPS.CZ_UI_MSTTMP_PAG_DDNCTRL_LKV
12.1.1
-
VIEW: APPS.CZ_UI_MSTTMP_PAG_NOC_LKV
12.1.1
-
VIEW: APPS.CZ_UI_MSTTMP_BOMCON_UILAY_LKV
12.1.1
-
VIEW: APPS.CZ_UI_MSTTMP_PAG_REF_LKV
12.2.2
-
VIEW: APPS.CZ_UI_MSTTMP_TMPUSG_LKV
12.2.2
-
VIEW: APPS.CZ_MDLNODE_CPDST_LKV
12.2.2
-
VIEW: APPS.CZ_NODELIST_LAYOUT_REGION_LKV
12.1.1
-
VIEW: APPS.CZ_SUBTYPERESOURCE_LKV
12.1.1
-
VIEW: APPS.CZ_VALIDRESULTFOROPTFEA_LKV
12.1.1
-
VIEW: APPS.CZ_NODEINSTANTIABILITY_LKV
12.1.1
-
VIEW: APPS.CZ_DETAILEDRULETYPES_LKV
12.1.1
-
VIEW: APPS.CZ_AMPM_LKV
12.1.1
-
VIEW: APPS.CZ_RTCONDOBSET_FOR_SP_TEMP_LKV
12.1.1
-
VIEW: APPS.CZ_LOGICRULE_LKV
12.1.1
-
VIEW: APPS.CZ_RTCONDOBJSETTINGS_LKV
12.1.1
-
VIEW: APPS.CZ_MENUTYPES_LKV
12.1.1
-
VIEW: APPS.CZ_CREATEOPTIONPSNODETY_LKV
12.1.1
-
VIEW: APPS.CZ_PSNODETYPE_LKV
12.2.2
-
VIEW: APPS.CZ_UI_HGRID_ACTIONS_LKV
12.2.2
-
VIEW: APPS.CZ_DETAILEDRULETYPES_LKV
12.2.2
-
VIEW: APPS.CZ_ICONLOOKUP_LKV
12.2.2
-
VIEW: APPS.CZ_AMPM_LKV
12.2.2
-
VIEW: APPS.CZ_SUBTYPEBOMOPTIONCLAS_LKV
12.2.2
-
VIEW: APPS.CZ_BOOLFEATINITTYPES_LKV
12.2.2
-
VIEW: APPS.CZ_ACTIONSONMODELNODES_LKV
12.2.2
-
VIEW: APPS.CZ_RECALCULATEPRICES_LKV
12.2.2
-
VIEW: APPS.CZ_SUBTYPEFEATUREGROUP_LKV
12.2.2
-
VIEW: APPS.CZ_ACTIONNAV_LKV
12.2.2
-
VIEW: APPS.CZ_UCTMESSAGETYPE_LKV
12.2.2
-
VIEW: APPS.CZ_SUBTYPECOMPONENT_LKV
12.2.2
-
VIEW: APPS.CZ_RULEVIOLATIONMESSAGE_LKV
12.2.2
-
VIEW: APPS.CZ_CREATEOPTIONPSNODETY_LKV
12.2.2
-
VIEW: APPS.CZ_ACTIONONRULENODES_LKV
12.2.2
-
VIEW: APPS.CZ_UITEMPL_RTCOND_BINDSRC_LKV
12.2.2
-
VIEW: APPS.CZ_GROUPED_ACTION_TYPES_V
12.2.2
-
VIEW: APPS.CZ_PAGE_ELEMENT_CHILDREN_CV
12.2.2
-
VIEW: APPS.CZ_SIMPLECONTROLS_LKV
12.2.2
-
VIEW: APPS.CZ_UI_MSTTMP_PRINAV_LKV
12.1.1
-
VIEW: APPS.CZ_UI_MSTTMP_CNTRLLAYOUT_LKV
12.1.1
-
VIEW: APPS.CZ_UI_MSTTMP_PAG_REF_LKV
12.1.1
-
VIEW: APPS.CZ_UI_MSTTMP_PAG_DDNCTRL_LKV
12.2.2
-
VIEW: APPS.CZ_RULE_CLASS_LKV
12.2.2
-
VIEW: APPS.CZ_UI_MSTTMP_BOMCON_UILAY_LKV
12.2.2
-
VIEW: APPS.CZ_OUTERTEMPLAMN_LKV
12.2.2
-
VIEW: APPS.CZ_UI_MSTTMP_PAGINATION_LKV
12.2.2
-
VIEW: APPS.CZ_PSNODERELATION_LKV
12.1.1
-
VIEW: APPS.CZ_BASIC_LAYOUT_REGION_LKV
12.1.1