Search Results fnd_responsibility
Overview
The FND_RESPONSIBILITY table is a core security and navigation definition table within the Application Object Library (FND) module of Oracle E-Business Suite (EBS). It serves as the master repository for all responsibility definitions across the application. A responsibility is a fundamental security component that grants a user access to a specific set of menus, functions, and data, effectively defining their role and permitted actions within the system. Every user must be assigned one or more responsibilities to access the application. This table is critical for the application's security model, user interface presentation, and concurrent processing controls.
Key Information Stored
The table's structure defines the operational parameters of a responsibility. Its composite primary key consists of APPLICATION_ID and RESPONSIBILITY_ID, ensuring uniqueness within the context of an owning application. Key columns include RESPONSIBILITY_KEY (a unique identifier used internally), MENU_ID (linking to the menu structure the responsibility can access), and REQUEST_GROUP_ID with GROUP_APPLICATION_ID (defining which concurrent programs and reports the responsibility can run). The DATA_GROUP_ID and DATA_GROUP_APPLICATION_ID columns control the mapping to Oracle database accounts (APPS schemas) used for data access. Other vital columns manage the responsibility's start date, end date, version, and web host/agent information for HTML-based responsibilities.
Common Use Cases and Queries
This table is central to administrative reporting, security audits, and data fixes. Common queries involve listing responsibilities, diagnosing access issues, and linking responsibilities to users. For example, to list all active responsibilities with their associated application and menu, a query would join FND_RESPONSIBILITY with FND_APPLICATION and FND_MENUS. Troubleshooting a user's inability to see a specific function often involves tracing from the user assignment (FND_USER_RESP_GROUPS) to this table to check the assigned menu and its functions. Developers frequently reference this table when writing seeded data scripts or creating custom responsibilities programmatically via the FND_RESPONSIBILITY_PKG API.
- Sample SQL to find responsibilities by name pattern:
SELECT resp.responsibility_name, app.application_name, menu.user_menu_name FROM fnd_responsibility resp, fnd_application_vl app, fnd_menus_vl menu WHERE resp.application_id = app.application_id AND resp.menu_id = menu.menu_id AND resp.responsibility_name LIKE '%PAYABLES%';
Related Objects
As indicated by its extensive foreign key relationships, FND_RESPONSIBILITY is a hub table referenced throughout EBS. Key related objects include FND_APPLICATION (the owning application), FND_MENUS (the navigation menu), and FND_REQUEST_GROUPS (the executable programs). The FND_RESPONSIBILITY_TL table provides translated names for multilingual installations. Crucially, FND_USER_RESP_GROUPS (not listed in the provided metadata but a core table) links users to responsibilities. Other significant dependencies shown are FND_CONCURRENT_REQUESTS (which records the submitting responsibility), FND_PROFILE_OPTION_VALUES (where responsibility-level profile settings are stored), and FND_LOGIN_RESPONSIBILITIES (for login history).
-
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 ,
-
APPS.BIS_TREND_PLUG dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.MSC_WS_OTM_BPEL dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.GMS_WORKFLOW_UTILS dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.HXC_PREFERENCE_EVALUATION dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.FND_ADPATCH dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.CSM_SETUP_RESPONSIBILITY dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.MSC_WS_COMMON dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.PA_INTERFACE_UTILS_PUB dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.GMD_FOR_SEC1 dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.AMW_LOAD_RC_DATA dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.JTS_RESPONSIBILITY_PUB dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.FND_FUNCTION_SECURITY dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.FND_GRANTS_PKG dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.POS_ANON_PKG dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.GMD_FORMULA_DESIGNER_PKG dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.AMW_LOAD_CONSTRAINT_DATA dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.BSC_UPGRADES dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.BSC_KPI_PUB dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.BISVIEWER_PUB dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.PAY_US_ISETUP_EARN_DEDN dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.ZPB_DC_DISTRIBUTE dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.OTA_EL_ENROLL_SS dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.FND_OID_SUBSCRIPTIONS dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.POR_LOAD_FND_USER dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.ZPB_BUSAREA_VAL dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.CSE_FA_STAGE_PKG dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.IRC_UTILITIES_PKG dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.FEM_FEMAPPR_ITEM_TYPE dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.MSC_ORG_SECURITY dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.PER_RI_CONFIG_FND_HR_ENTITY dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.MSC_ST_UTIL dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.BEN_PROCESS_USER_UTILITY dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.CTO_CONFIG_ITEM_PK dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.ENG_ATTACHMENT_IMPLEMENTATION dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.IRC_PENDING_DATA_API dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.MSC_PHUB_UTIL dependencies on FND_RESPONSIBILITY
12.2.2
-
APPS.HR_UTILITY dependencies on FND_RESPONSIBILITY
12.2.2
-
APPS.HR_USER_ACCT_INTERNAL dependencies on FND_RESPONSIBILITY
12.2.2
-
APPS.OTA_EL_ENROLL_SS dependencies on FND_RESPONSIBILITY
12.2.2
-
APPS.CZ_SECURITY_PVT dependencies on FND_RESPONSIBILITY
12.2.2
-
APPS.FND_TRANSACTION_QUEUE dependencies on FND_RESPONSIBILITY
12.2.2
-
APPS.GMD_FORMULA_DESIGNER_PKG dependencies on FND_RESPONSIBILITY
12.2.2
-
APPS.IEU_DIAGNOSTICS_PVT dependencies on FND_RESPONSIBILITY
12.2.2
-
APPS.IGC_CC_OPN_UPD_GET_LNK_PUB dependencies on FND_RESPONSIBILITY
12.2.2
-
APPS.MSCX_UI_UTILITIES dependencies on FND_RESPONSIBILITY
12.2.2
-
APPS.IRC_PENDING_DATA_API dependencies on FND_RESPONSIBILITY
12.2.2
-
APPS.FND_FUNCTION_SECURITY dependencies on FND_RESPONSIBILITY
12.2.2