Search Results amv_chn
Overview
APPS.WF_AMV_CHN_ROLES is a reporting and integration view in Oracle E-Business Suite Release 12.1.1 and 12.2.2. It is part of the Workflow / Alert Management infrastructure and is exposed through the AMV (Alerts Management Views) layer, which supplies the Oracle Alert Manager and related workflow components with a uniform, flat interface over the various Alert source objects. The view presents Alert Manager channel definitions in a normalized form, converting each channel record into a single row conforming to the standard AMV column contract used by the Alert Manager lookup and selection engines.
Its documented role is to enumerate the active Alert channels — the delivery mechanisms (such as e-mail, fax, printer, or other dispatchers) through which an alert response can be routed — so that the Alert Manager can offer them as selectable values. Because the view is defined in the APPS schema and referenced through public synonyms, it is available to any concurrent program, form, or custom report operating in the EBS environment without additional grants.
Underlying Base Objects
The view is defined over three documented base objects, each accessed through its APPS synonym:
- AMV_C_CHANNELS_B — the base (language-independent) channel definition table, supplying CHANNEL_ID and STATUS.
- AMV_C_CHANNELS_TL — the translated channel table, supplying the CHANNEL_NAME in the session's language.
- FND_LANGUAGES — the installed-language table, used to resolve the NLS_LANGUAGE and NLS_TERRITORY values and to restrict output to the current session language.
The join is performed on CHANNEL_ID between the _B and _TL tables, and on LANGUAGE_CODE = FNDL.LANGUAGE_CODE, with the additional filter FNDL.LANGUAGE_CODE = USERENV('LANG'). This guarantees that only the row corresponding to the user's current language is returned, avoiding duplicate rows from multi-language installations.
Key Columns
The view exposes a fixed sixteen-column projection, aliased to align with the Alert Manager's expected interface. The principal columns are:
- Column 1 — a synthetic key formed as
'AMV_CHN'||':'||CHB.CHANNEL_ID, uniquely identifying the channel within the Alert Manager namespace. - Column 2 and 3 — CHT.CHANNEL_NAME, the translated channel name, repeated to satisfy the display and description positions of the interface.
- Column 4 — the literal
'QUERY', indicating the access type used to populate the value list. - Columns 5 and 6 — NLS_LANGUAGE and NLS_TERRITORY from FND_LANGUAGES, giving the language context of the returned row.
- Columns 7 and 8 — NULL placeholders.
- Column 9 — the literal
'AMV_CHN', the source-object tag. - Column 10 — CHB.CHANNEL_ID, the numeric channel identifier used in foreign-key relationships.
- Column 12 — CHB.STATUS, the enabled/disabled flag of the channel definition.
- Column 15 — the literal
'N', a standard flag position. - Column 16 — the constant 6, a type/sequence discriminator.
- Remaining positions — TO_DATE(NULL) containers for effective date range filtering, unused by this view.
Common Use Cases and Queries
This view is most often used when customizing or troubleshooting Alert Manager channel selection, and when building integration extracts that need the set of delivery channels valid for the current user's language. Because the language predicate is embedded, the view always returns exactly one language version.
- List all channels available to the current session:
SELECT * FROM APPS.WF_AMV_CHN_ROLES ORDER BY 10; - Retrieve only enabled channels:
SELECT channel_id, channel_name FROM APPS.WF_AMV_CHN_ROLES WHERE status = 'A'; - Join to alert definitions to confirm routable channels: use the numeric CHANNEL_ID (column 10) as the join key to the alert channel mappings.
- Diagnostics: a missing channel in an Alert Manager list of values usually indicates a STATUS other than active in AMV_C_CHANNELS_B, or a missing translation row in AMV_C_CHANNELS_TL for the user's language.
Because the view is a simple, non-aggregated projection with an implicit language filter, it is inexpensive to query and safe to use in both online LOVs and batch extracts.
-
VIEW: APPS.WF_AMV_CHN_ROLES
12.2.2
-
VIEW: APPS.WF_AMV_CHN_UR
12.2.2
-
VIEW: APPS.WF_AMV_CHN_ROLES
12.1.1
-
VIEW: APPS.WF_AMV_CHN_UR
12.1.1
-
View: WF_AMV_CHN_ROLES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_AMV_CHN_ROLES, object_name:WF_AMV_CHN_ROLES, status:VALID, product: FND - Application Object Library , description: Bulk Sync Directory Service Role View for Orig System AMV_CHN , implementation_dba_data: APPS.WF_AMV_CHN_ROLES ,
-
View: WF_AMV_CHN_UR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_AMV_CHN_UR, object_name:WF_AMV_CHN_UR, status:VALID, product: FND - Application Object Library , description: Bulk Sync Directory Service User Role View for Role Orig System AMV_CHN , implementation_dba_data: APPS.WF_AMV_CHN_UR ,
-
View: WF_AMV_CHN_UR
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_AMV_CHN_UR, object_name:WF_AMV_CHN_UR, status:VALID, product: FND - Application Object Library , description: Bulk Sync Directory Service User Role View for Role Orig System AMV_CHN , implementation_dba_data: APPS.WF_AMV_CHN_UR ,
-
View: WF_AMV_CHN_ROLES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_AMV_CHN_ROLES, object_name:WF_AMV_CHN_ROLES, status:VALID, product: FND - Application Object Library , description: Bulk Sync Directory Service Role View for Orig System AMV_CHN , implementation_dba_data: APPS.WF_AMV_CHN_ROLES ,
-
APPS.WFA_HTML_JSP SQL Statements
12.1.1
-
APPS.WFA_HTML_JSP SQL Statements
12.2.2
-
View: WF_ROLES_OLD
12.2.2
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
View: WF_ROLES_OLD
12.1.1
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: FND_WF_ORIG_SYSTEMS
12.1.1
product: FND - Application Object Library , meaning: FND WF ORIG SYSTEMS , description: Valid Workflow Origination Systems ,
-
APPS.WF_DIRECTORY_PART_UTIL SQL Statements
12.2.2
-
Lookup Type: FND_WF_ORIG_SYSTEMS
12.2.2
product: FND - Application Object Library , meaning: FND WF ORIG SYSTEMS , description: Valid Workflow Origination Systems ,
-
APPS.WF_DIRECTORY_PART_UTIL SQL Statements
12.1.1
-
PACKAGE BODY: APPS.WFA_HTML_JSP
12.2.2
-
PACKAGE BODY: APPS.WFA_HTML_JSP
12.1.1
-
VIEW: APPS.WF_AMV_CHN_UR
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_AMV_CHN_UR, object_name:WF_AMV_CHN_UR, status:VALID,
-
VIEW: APPS.WF_AMV_CHN_UR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_AMV_CHN_UR, object_name:WF_AMV_CHN_UR, status:VALID,
-
View: WF_USER_ROLES_OLD
12.1.1
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
View: WF_USER_ROLES_OLD
12.2.2
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
TABLE PARTITION: APPLSYS.WF_LOCAL_USER_ROLES
12.2.2
owner:APPLSYS, object_type:TABLE PARTITION, object_name:WF_LOCAL_USER_ROLES, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_USER_ROLE_ASSIGNMENTS_N1
12.2.2
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_USER_ROLE_ASSIGNMENTS_N1, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
TABLE PARTITION: APPLSYS.WF_USER_ROLE_ASSIGNMENTS
12.2.2
owner:APPLSYS, object_type:TABLE PARTITION, object_name:WF_USER_ROLE_ASSIGNMENTS, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
TABLE PARTITION: APPLSYS.WF_LOCAL_ROLES
12.1.1
owner:APPLSYS, object_type:TABLE PARTITION, object_name:WF_LOCAL_ROLES, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_USER_ROLE_ASSIGNMENTS_N2
12.2.2
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_USER_ROLE_ASSIGNMENTS_N2, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_LOCAL_USER_ROLES_N4
12.1.1
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_LOCAL_USER_ROLES_N4, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_LOCAL_ROLES_N2
12.1.1
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_LOCAL_ROLES_N2, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_LOCAL_ROLES_N5
12.1.1
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_LOCAL_ROLES_N5, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_LOCAL_USER_ROLES_N7
12.2.2
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_LOCAL_USER_ROLES_N7, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_USER_ROLE_ASSIGNMENTS_N4
12.2.2
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_USER_ROLE_ASSIGNMENTS_N4, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_USER_ROLE_ASSIGNMENTS_N3
12.2.2
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_USER_ROLE_ASSIGNMENTS_N3, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
VIEW: APPS.WF_AMV_CHN_ROLES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_AMV_CHN_ROLES, object_name:WF_AMV_CHN_ROLES, status:VALID,
-
VIEW: APPS.WF_AMV_CHN_ROLES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_AMV_CHN_ROLES, object_name:WF_AMV_CHN_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_LOCAL_ROLES_TL_F1
12.1.1
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_LOCAL_ROLES_TL_F1, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_LOCAL_USER_ROLES_N6
12.1.1
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_LOCAL_USER_ROLES_N6, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_LOCAL_USER_ROLES_N7
12.1.1
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_LOCAL_USER_ROLES_N7, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_LOCAL_ROLES_F1
12.1.1
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_LOCAL_ROLES_F1, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_LOCAL_ROLES_U1
12.1.1
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_LOCAL_ROLES_U1, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
TABLE PARTITION: APPLSYS.WF_LOCAL_ROLES
12.2.2
owner:APPLSYS, object_type:TABLE PARTITION, object_name:WF_LOCAL_ROLES, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_LOCAL_ROLES_N3
12.2.2
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_LOCAL_ROLES_N3, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_LOCAL_ROLES_N1
12.2.2
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_LOCAL_ROLES_N1, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
APPS.WFA_HTML SQL Statements
12.2.2
-
INDEX PARTITION: APPLSYS.WF_USER_ROLE_ASSIGNMENTS_N2
12.1.1
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_USER_ROLE_ASSIGNMENTS_N2, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_LOCAL_ROLES_N1
12.1.1
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_LOCAL_ROLES_N1, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_LOCAL_ROLES_F1
12.2.2
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_LOCAL_ROLES_F1, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_LOCAL_USER_ROLES_N6
12.2.2
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_LOCAL_USER_ROLES_N6, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
TABLE PARTITION: APPLSYS.WF_LOCAL_ROLES_TL
12.2.2
owner:APPLSYS, object_type:TABLE PARTITION, object_name:WF_LOCAL_ROLES_TL, subobject_name:WF_LOCAL_ROLES, status:VALID,
-
INDEX PARTITION: APPLSYS.WF_LOCAL_ROLES_TL_U1
12.2.2
owner:APPLSYS, object_type:INDEX PARTITION, object_name:WF_LOCAL_ROLES_TL_U1, subobject_name:WF_LOCAL_ROLES, status:VALID,