Search Results fnd_responsibility
The FND_RESPONSIBILITY
table is a fundamental component within Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2, serving as the repository for responsibility-level security definitions. Responsibilities in Oracle EBS represent a collection of functions, menus, and data access privileges assigned to users, enabling role-based access control (RBAC) across the application. This table is part of the Oracle Application Object Library (FND) module, which underpins the security and navigation framework of the entire EBS ecosystem.
Key Attributes of FND_RESPONSIBILITY
The table contains critical columns that define responsibility behavior and access rules:
- RESPONSIBILITY_ID: Primary key, uniquely identifying each responsibility.
- APPLICATION_ID: References the application owning the responsibility (foreign key to
FND_APPLICATION
). - RESPONSIBILITY_KEY: Unique identifier used for programmatic references.
- RESPONSIBILITY_NAME: User-facing name displayed in the GUI.
- DESCRIPTION: Optional explanatory text.
- MENU_ID: Links to the menu hierarchy (
FND_MENUS
) assigned to the responsibility. - START_DATE/END_DATE: Defines the active period for the responsibility.
- DATA_GROUP_ID: Associates the responsibility with a data group (for multi-org access control).
- VERSION: Tracks concurrent program compatibility.
Functional Significance
Responsibilities act as the bridge between users and application functionality:- Access Control: By assigning responsibilities to user roles, administrators restrict access to specific modules (e.g., General Ledger, Payables).
- Menu Navigation: The
MENU_ID
determines which functions appear in the Navigator menu. - Data Security: Combined with profile options, responsibilities enforce data visibility rules (e.g., OU access in Multi-Org).
- Audit Trail: The
CREATION_DATE
,CREATED_BY
,LAST_UPDATE
columns support compliance tracking.
Integration Points
The table maintains relationships with other key security objects:- FND_USER_RESP_GROUPS: Maps responsibilities to users with effective date ranges.
- FND_RESP_FUNCTIONS: Stores function-level exclusions for responsibilities.
- FND_PROFILE_OPTION_VALUES: Responsibility-specific profile option settings.
- WF_LOCAL_ROLES: Ties responsibilities to workflow roles.
Technical Considerations
In EBS 12.2.2, the table remains largely unchanged from 12.1.1, but operates within the upgraded Oracle Fusion Middleware layer. Key technical aspects include:- Indexing: Heavily indexed on
RESPONSIBILITY_ID
,APPLICATION_ID
, andRESPONSIBILITY_KEY
for performance. - APIs: The
FND_RESPONSIBILITY_PKG
PL/SQL package provides programmatic access. - Patches: Occasionally updated with new columns (e.g.,
WEB_HOST_NAME
for SSO integration). - VPD Policies: In 12.2.2, Virtual Private Database policies may augment traditional responsibility security.
Administration Best Practices
When managing responsibilities:- Always clone existing responsibilities rather than creating from scratch.
- Use meaningful
RESPONSIBILITY_KEY
values for easier maintenance. - Leverage the
END_DATE
field to automatically expire obsolete responsibilities. - Regularly audit responsibility assignments through
FND_USER_RESP_GROUPS
.
FND_RESPONSIBILITY
table remains a cornerstone of Oracle EBS security architecture across both 12.1.1 and 12.2.2 releases, enabling granular control over user access while maintaining flexibility for complex enterprise requirements.
-
Table: FND_RESPONSIBILITY
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_RESPONSIBILITY, object_name:FND_RESPONSIBILITY, status:VALID, product: FND - Application Object Library , description: Responsibilities , implementation_dba_data: APPLSYS.FND_RESPONSIBILITY ,
-
Table: FND_RESPONSIBILITY
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_RESPONSIBILITY, object_name:FND_RESPONSIBILITY, status:VALID, product: FND - Application Object Library , description: Responsibilities , implementation_dba_data: APPLSYS.FND_RESPONSIBILITY ,
-
Table: FND_RESPONSIBILITY_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_RESPONSIBILITY_TL, object_name:FND_RESPONSIBILITY_TL, status:VALID, product: FND - Application Object Library , description: Translations for FND_RESPONSIBILITY , implementation_dba_data: APPLSYS.FND_RESPONSIBILITY_TL ,
-
Table: FND_RESPONSIBILITY_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_RESPONSIBILITY_TL, object_name:FND_RESPONSIBILITY_TL, status:VALID, product: FND - Application Object Library , description: Translations for FND_RESPONSIBILITY , implementation_dba_data: APPLSYS.FND_RESPONSIBILITY_TL ,
-
View: FND_RESPONSIBILITY_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_RESPONSIBILITY_VL, object_name:FND_RESPONSIBILITY_VL, status:VALID, product: FND - Application Object Library , description: View of FND_RESPONSIBILITY and FND_RESPONSIBILITY_TL , implementation_dba_data: APPS.FND_RESPONSIBILITY_VL ,
-
View: FND_RESPONSIBILITY_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_RESPONSIBILITY_VL, object_name:FND_RESPONSIBILITY_VL, status:VALID, product: FND - Application Object Library , description: View of FND_RESPONSIBILITY and FND_RESPONSIBILITY_TL , implementation_dba_data: APPS.FND_RESPONSIBILITY_VL ,
-
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: 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 ,
-
Table: FND_FLEX_VALUE_RULE_USAGES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_FLEX_VALUE_RULE_USAGES, object_name:FND_FLEX_VALUE_RULE_USAGES, status:VALID, product: FND - Application Object Library , description: Flexfield security rules assigned to responsibilities , implementation_dba_data: APPLSYS.FND_FLEX_VALUE_RULE_USAGES ,
-
Table: FND_DATA_GROUP_UNITS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_DATA_GROUP_UNITS, object_name:FND_DATA_GROUP_UNITS, status:VALID, product: FND - Application Object Library , description: ORACLE accounts for applications assigned to various data groups , implementation_dba_data: APPLSYS.FND_DATA_GROUP_UNITS ,
-
Table: FND_REQUEST_GROUPS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REQUEST_GROUPS, object_name:FND_REQUEST_GROUPS, status:VALID, product: FND - Application Object Library , description: Report security groups , implementation_dba_data: APPLSYS.FND_REQUEST_GROUPS ,
-
Table: FND_RESP_FUNCTIONS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_RESP_FUNCTIONS, object_name:FND_RESP_FUNCTIONS, status:VALID, product: FND - Application Object Library , description: Function Security , implementation_dba_data: APPLSYS.FND_RESP_FUNCTIONS ,
-
Table: FND_RESP_FUNCTIONS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_RESP_FUNCTIONS, object_name:FND_RESP_FUNCTIONS, status:VALID, product: FND - Application Object Library , description: Function Security , implementation_dba_data: APPLSYS.FND_RESP_FUNCTIONS ,
-
Table: FND_FLEX_VALUE_RULE_USAGES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_FLEX_VALUE_RULE_USAGES, object_name:FND_FLEX_VALUE_RULE_USAGES, status:VALID, product: FND - Application Object Library , description: Flexfield security rules assigned to responsibilities , implementation_dba_data: APPLSYS.FND_FLEX_VALUE_RULE_USAGES ,
-
Table: FND_USER_DESKTOP_OBJECTS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_USER_DESKTOP_OBJECTS, object_name:FND_USER_DESKTOP_OBJECTS, status:VALID, product: FND - Application Object Library , description: Documents saved by a user on the Navigator , implementation_dba_data: APPLSYS.FND_USER_DESKTOP_OBJECTS ,
-
Table: FND_LOGIN_RESPONSIBILITIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOGIN_RESPONSIBILITIES, object_name:FND_LOGIN_RESPONSIBILITIES, status:VALID, product: FND - Application Object Library , description: Sign-On Audit information about when and who changes responsibilities in an application , implementation_dba_data: APPLSYS.FND_LOGIN_RESPONSIBILITIES ,
-
Table: FND_DATA_GROUP_UNITS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_DATA_GROUP_UNITS, object_name:FND_DATA_GROUP_UNITS, status:VALID, product: FND - Application Object Library , description: ORACLE accounts for applications assigned to various data groups , implementation_dba_data: APPLSYS.FND_DATA_GROUP_UNITS ,
-
Table: FND_USER_DESKTOP_OBJECTS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_USER_DESKTOP_OBJECTS, object_name:FND_USER_DESKTOP_OBJECTS, status:VALID, product: FND - Application Object Library , description: Documents saved by a user on the Navigator , implementation_dba_data: APPLSYS.FND_USER_DESKTOP_OBJECTS ,
-
Table: FND_PROFILE_OPTION_VALUES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PROFILE_OPTION_VALUES, object_name:FND_PROFILE_OPTION_VALUES, status:VALID, product: FND - Application Object Library , description: Values of user profile options defined at different profile levels , implementation_dba_data: APPLSYS.FND_PROFILE_OPTION_VALUES ,
-
Table: FND_REQUEST_GROUPS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REQUEST_GROUPS, object_name:FND_REQUEST_GROUPS, status:VALID, product: FND - Application Object Library , description: Report security groups , implementation_dba_data: APPLSYS.FND_REQUEST_GROUPS ,
-
Table: FND_LOGIN_RESPONSIBILITIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOGIN_RESPONSIBILITIES, object_name:FND_LOGIN_RESPONSIBILITIES, status:VALID, product: FND - Application Object Library , description: Sign-On Audit information about when and who changes responsibilities in an application , implementation_dba_data: APPLSYS.FND_LOGIN_RESPONSIBILITIES ,
-
Table: FND_PROFILE_OPTION_VALUES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PROFILE_OPTION_VALUES, object_name:FND_PROFILE_OPTION_VALUES, status:VALID, product: FND - Application Object Library , description: Values of user profile options defined at different profile levels , implementation_dba_data: APPLSYS.FND_PROFILE_OPTION_VALUES ,
-
Table: FND_MENUS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_MENUS, object_name:FND_MENUS, status:VALID, product: FND - Application Object Library , description: New menu tabl for Release 10SC , implementation_dba_data: APPLSYS.FND_MENUS ,
-
Table: FND_MENUS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_MENUS, object_name:FND_MENUS, status:VALID, product: FND - Application Object Library , description: New menu tabl for Release 10SC , implementation_dba_data: APPLSYS.FND_MENUS ,
-
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: 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_GRANTS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_GRANTS_VIEW, object_name:FND_GRANTS_VIEW, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_GRANTS_VIEW ,
-
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: FND_GRANTS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_GRANTS_VIEW, object_name:FND_GRANTS_VIEW, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_GRANTS_VIEW ,
-
View: FND_IMP_MENU_DEP_SUMMARY2_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IMP_MENU_DEP_SUMMARY2_VL, object_name:FND_IMP_MENU_DEP_SUMMARY2_VL, status:VALID, product: FND - Application Object Library , description: FND_IMP_MENU_DEP_SUMMARY2_VL , implementation_dba_data: APPS.FND_IMP_MENU_DEP_SUMMARY2_VL ,
-
View: FND_IMP_MENU_DEP_SUMMARY2_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IMP_MENU_DEP_SUMMARY2_VL, object_name:FND_IMP_MENU_DEP_SUMMARY2_VL, status:VALID, product: FND - Application Object Library , description: FND_IMP_MENU_DEP_SUMMARY2_VL , implementation_dba_data: APPS.FND_IMP_MENU_DEP_SUMMARY2_VL ,
-
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: FND_APPLICATION
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION, object_name:FND_APPLICATION, status:VALID, product: FND - Application Object Library , description: Applications registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_APPLICATION ,
-
Table: FND_APPLICATION
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION, object_name:FND_APPLICATION, status:VALID, product: FND - Application Object Library , description: Applications registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_APPLICATION ,
-
Table: FND_CONCURRENT_REQUESTS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_REQUESTS, object_name:FND_CONCURRENT_REQUESTS, status:VALID, product: FND - Application Object Library , description: Concurrent requests information , implementation_dba_data: APPLSYS.FND_CONCURRENT_REQUESTS ,
-
Table: FND_CONCURRENT_REQUESTS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_REQUESTS, object_name:FND_CONCURRENT_REQUESTS, status:VALID, product: FND - Application Object Library , description: Concurrent requests information , implementation_dba_data: APPLSYS.FND_CONCURRENT_REQUESTS ,
-
Lookup Type: BUSINESS_ENTITY
12.1.1
product: FND - Application Object Library , meaning: Business Entity(1) ,
-
Lookup Type: BUSINESS_ENTITY
12.2.2
product: FND - Application Object Library , meaning: Business Entity(1) ,