Search Results fnd_resp
Overview
APPS.WF_FND_RESP_ROLES_VL is a read-only Oracle E-Business Suite view that exposes Oracle FND responsibilities in a role-oriented form suitable for consumption by Oracle Workflow and related role-resolution mechanisms. The name encodes its purpose: WF denotes the Workflow schema context, FND_RESP identifies the FND responsibility entity, and the ROLE suffix indicates that each row is published as a workflow role. The view is owned by APPS, the canonical repository for EBS-visible objects, and is available in both Release 12.1.1 and 12.2.2. Because responsibilities are the principal authorization construct in EBS, this view provides the bridge that allows notification routing, approval hierarchies, and workflow participant lists to reference responsibilities by a synthetic role key rather than by raw application and responsibility identifiers.
Underlying Base Objects
The view is defined exclusively over two documented base objects, both referenced as synonyms in the EBS data dictionary:
- FND_RESPONSIBILITY_TL — the translated (language-specific) responsibilities table, supplying RESPONSIBILITY_NAME and DESCRIPTION in the installed language.
- FND_LANGUAGES — restricted by INSTALLED_FLAG = 'I' so that only installed languages are presented.
Internally, FND_RESPONSIBILITY_TL resolves to the base FND_RESPONSIBILITY table joined to FND_RESPONSIBILITY_TL for translatable columns. The view applies no aggregation and no filtering beyond the language restriction, so it is functionally a projection and key-derivation layer over the responsibility definition. It is distinct from FND_RESPONSIBILITY_VL, which exposes the same underlying data with a different key scheme; WF_FND_RESP_ROLES_VL exists specifically to satisfy Workflow role naming conventions.
Key Columns
The view projects six columns. Two are generated expressions and four are direct table columns:
- Role key (unnamed first column) — the concatenated expression 'FND_RESP'||APPLICATION_ID||':'||RESPONSIBILITY_ID, producing values such as FND_RESP660:20420. This is the Workflow role identifier consumed by role-lookup APIs.
- RESPONSIBILITY_NAME — the responsibility name in the current language.
- DESCRIPTION — the responsibility description, also language-dependent.
- LANGUAGE — the language code of the returned name and description.
- SOURCE_LANG — the source language of the translated record, used for translation tracking.
- Application role key — the concatenated expression 'FND_RESP'||APPLICATION_ID, a coarser role key that groups all responsibilities of an application.
- RESPONSIBILITY_ID — the numeric primary key of the responsibility, retained for joins back to FND_RESPONSIBILITY.
Common Use Cases and Queries
The view is typically queried to resolve a responsibility to its Workflow role key, to enumerate available roles for a notification or approval configuration, or to report on responsibility definitions with their role naming. A representative query resolves a specific responsibility:
SELECT * FROM APPS.WF_FND_RESP_ROLES_VL WHERE RESPONSIBILITY_ID = 20420;SELECT RESPONSIBILITY_NAME FROM APPS.WF_FND_RESP_ROLES_VL WHERE 'FND_RESP'||APPLICATION_ID||':'||RESPONSIBILITY_ID = :p_role;SELECT RESPONSIBILITY_ID, RESPONSIBILITY_NAME, LANGUAGE FROM APPS.WF_FND_RESP_ROLES_VL WHERE APPLICATION_ID = 660 ORDER BY RESPONSIBILITY_NAME;
In integration scenarios, the derived role keys are passed to Workflow APIs such as WF_ROLE APIs. Cross-application reporting commonly joins this view to FND_APPLICATION_VL to translate APPLICATION_ID into an application name. Because the view is not secured by responsibility-based row filtering, access should be governed through the calling application or a secured synonym, and queries should be bounded by application or responsibility predicates to avoid scanning the full translated responsibility set.
-
VIEW: APPS.WF_FND_RESP_ROLES_VL
12.2.2
-
VIEW: APPS.WF_FND_RESP_ROLES_VL
12.1.1
-
VIEW: APPS.FND_RESP_SEC_UR
12.2.2
-
VIEW: APPS.WF_FND_RESP_ROLES
12.1.1
-
VIEW: APPS.FND_RESP_SEC_UR
12.1.1
-
VIEW: APPS.WF_FND_RESP_UR
12.2.2
-
VIEW: APPS.WF_FND_RESP_ROLES
12.2.2
-
View: FND_RESP_SEC_UR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_RESP_SEC_UR, object_name:FND_RESP_SEC_UR, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_RESP_SEC_UR ,
-
VIEW: APPS.GL_WF_ROLES_V
12.1.1
-
VIEW: APPS.GL_WF_ROLES_V
12.2.2
-
VIEW: APPS.WF_FND_RESP_UR
12.1.1
-
VIEW: APPS.FND_USER_RESP_GROUPS_INDIRECT
12.1.1
-
VIEW: APPS.FND_USER_RESP_GROUPS_INDIRECT
12.2.2
-
VIEW: APPS.FND_USER_RESP_GROUPS_ALL
12.1.1
-
VIEW: APPS.FND_RESP_SEC_ROLES
12.2.2
-
VIEW: APPS.FND_RESP_SEC_ROLES
12.1.1
-
View: FND_RESP_SEC_UR
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_RESP_SEC_UR, object_name:FND_RESP_SEC_UR, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_RESP_SEC_UR ,
-
VIEW: APPS.FND_USER_RESP_GROUPS_DIRECT
12.1.1
-
VIEW: APPS.FND_USER_RESP_GROUPS_DIRECT
12.2.2
-
VIEW: APPS.FND_USER_RESP_GROUPS_ALL
12.2.2
-
VIEW: APPS.UMX_ALL_ROLE_VL
12.2.2
-
View: WF_FND_RESP_UR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_FND_RESP_UR, object_name:WF_FND_RESP_UR, status:VALID, product: FND - Application Object Library , description: Bulk Sync Directory Service User Role View for Role Orig System FND_RESP , implementation_dba_data: APPS.WF_FND_RESP_UR ,
-
View: WF_FND_RESP_UR
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_FND_RESP_UR, object_name:WF_FND_RESP_UR, status:VALID, product: FND - Application Object Library , description: Bulk Sync Directory Service User Role View for Role Orig System FND_RESP , implementation_dba_data: APPS.WF_FND_RESP_UR ,
-
View: WF_FND_RESP_ROLES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_FND_RESP_ROLES_VL, object_name:WF_FND_RESP_ROLES_VL, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.WF_FND_RESP_ROLES_VL ,
-
View: WF_FND_RESP_ROLES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_FND_RESP_ROLES_VL, object_name:WF_FND_RESP_ROLES_VL, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.WF_FND_RESP_ROLES_VL ,
-
View: WF_FND_RESP_ROLES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_FND_RESP_ROLES, object_name:WF_FND_RESP_ROLES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.WF_FND_RESP_ROLES ,
-
View: WF_FND_RESP_ROLES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_FND_RESP_ROLES, object_name:WF_FND_RESP_ROLES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.WF_FND_RESP_ROLES ,
-
VIEW: APPS.UMX_CURRENT_ROLES_V
12.2.2
-
View: GL_WF_ROLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_WF_ROLES_V, object_name:GL_WF_ROLES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_WF_ROLES_V ,
-
View: GL_WF_ROLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_WF_ROLES_V, object_name:GL_WF_ROLES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_WF_ROLES_V ,
-
APPS.AMW_VIOLATION_PVT SQL Statements
12.1.1
-
VIEW: APPS.UMX_CURRENT_ROLES_V
12.1.1
-
View: FND_USER_RESP_GROUPS_DIRECT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_USER_RESP_GROUPS_DIRECT, object_name:FND_USER_RESP_GROUPS_DIRECT, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_USER_RESP_GROUPS_DIRECT ,
-
View: FND_USER_RESP_GROUPS_DIRECT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_USER_RESP_GROUPS_DIRECT, object_name:FND_USER_RESP_GROUPS_DIRECT, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_USER_RESP_GROUPS_DIRECT ,
-
View: FND_RESP_SEC_ROLES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_RESP_SEC_ROLES, object_name:FND_RESP_SEC_ROLES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_RESP_SEC_ROLES ,
-
View: FND_RESP_SEC_ROLES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_RESP_SEC_ROLES, object_name:FND_RESP_SEC_ROLES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_RESP_SEC_ROLES ,
-
View: FND_USER_RESP_GROUPS_INDIRECT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_USER_RESP_GROUPS_INDIRECT, object_name:FND_USER_RESP_GROUPS_INDIRECT, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_USER_RESP_GROUPS_INDIRECT ,
-
View: UMX_ALL_ROLE_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.UMX_ALL_ROLE_VL, object_name:UMX_ALL_ROLE_VL, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.UMX_ALL_ROLE_VL ,
-
View: FND_USER_RESP_GROUPS_ALL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_USER_RESP_GROUPS_ALL, object_name:FND_USER_RESP_GROUPS_ALL, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_USER_RESP_GROUPS_ALL ,
-
View: FND_USER_RESP_GROUPS_ALL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_USER_RESP_GROUPS_ALL, object_name:FND_USER_RESP_GROUPS_ALL, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_USER_RESP_GROUPS_ALL ,
-
View: FND_USER_RESP_GROUPS_INDIRECT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_USER_RESP_GROUPS_INDIRECT, object_name:FND_USER_RESP_GROUPS_INDIRECT, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_USER_RESP_GROUPS_INDIRECT ,
-
APPS.AMW_VIOLATION_PUB SQL Statements
12.1.1
-
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 ,
-
VIEW: APPS.FND_USER_RESP_GROUPS
12.1.1
-
VIEW: APPS.UMX_LSA_ROLE_SET_ROLES_V
12.2.2
-
View: UMX_CURRENT_ROLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.UMX_CURRENT_ROLES_V, object_name:UMX_CURRENT_ROLES_V, status:VALID, product: FND - Application Object Library , description: Private view used by UMX to display roles and registration requests for a given user , implementation_dba_data: APPS.UMX_CURRENT_ROLES_V ,
-
View: UMX_CURRENT_ROLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.UMX_CURRENT_ROLES_V, object_name:UMX_CURRENT_ROLES_V, status:VALID, product: FND - Application Object Library , description: Private view used by UMX to display roles and registration requests for a given user , implementation_dba_data: APPS.UMX_CURRENT_ROLES_V ,
-
Lookup Type: UMX_ROLE_ORIG_SYSTEM
12.1.1
product: FND - Application Object Library , meaning: UMX Role Orig System , description: UMX Role Orig System ,
-
Lookup Type: UMX_ROLE_ORIG_SYSTEM
12.2.2
product: FND - Application Object Library , meaning: UMX Role Orig System , description: UMX Role Orig System ,