DBA Data[Home] [Help] [Dependency Information]


TABLE: APPLSYS.FND_RESPONSIBILITY

Object Details
Object Name: FND_RESPONSIBILITY
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_RESPONSIBILITY
Subobject Name:
Status: VALID


FND_RESPONSIBILITY stores information about responsibilities. Each
row includes the name and description of the responsibility, the
application it belongs to, and values that identify
the main menu, and the first form that it uses. Each row also
includes values that identify the data group and the data group
application identifier. Oracle
Application Object Library uses GROUP_APPLICATION_ID and
REQUEST_GROUP_ID to identify report security group assigned to the
responsibilities. TERM_SECURITY_ENABLED_FLAG is
Y if Security by Terminal is enabled for the responsibility. You
need one row for each responsibility at your site. Oracle
Application Object Library uses this information to determine which
application data, forms, menus and reports a user can access.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 5
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_RESPONSIBILITY_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnRESPONSIBILITY_ID
FND_RESPONSIBILITY_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnRESPONSIBILITY_KEY
ColumnAPPLICATION_ID
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier
RESPONSIBILITY_ID NUMBER (15) Yes Responsibility identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
DATA_GROUP_APPLICATION_ID NUMBER (15) Yes Data group application identifier
DATA_GROUP_ID NUMBER (15) Yes Data group identifier
MENU_ID NUMBER (15) Yes Menu identifier
TERM_SECURITY_ENABLED_FLAG VARCHAR2 (1)
Flag to indicate if Security by Terminal is enabled for the responsibility
START_DATE DATE
Yes The date the responsibility becomes active
END_DATE DATE

The date the responsibility expires
GROUP_APPLICATION_ID NUMBER (15)
Application identifier from report security group definition
REQUEST_GROUP_ID NUMBER (15)
Identifier of report security group assigned to the responsibility
VERSION VARCHAR2 (1)
Version of responsibility. For example, web (W) or AOL (4)
WEB_HOST_NAME VARCHAR2 (80)
IP address or alias of machine where the Webserver is running. Defaults to the last agent
WEB_AGENT_NAME VARCHAR2 (80)
Name of Oracle Web Agent. Defaults to the last agent
RESPONSIBILITY_KEY VARCHAR2 (30) Yes Internal developer name for responsibility
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT APPLICATION_ID
,      RESPONSIBILITY_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      DATA_GROUP_APPLICATION_ID
,      DATA_GROUP_ID
,      MENU_ID
,      TERM_SECURITY_ENABLED_FLAG
,      START_DATE
,      END_DATE
,      GROUP_APPLICATION_ID
,      REQUEST_GROUP_ID
,      VERSION
,      WEB_HOST_NAME
,      WEB_AGENT_NAME
,      RESPONSIBILITY_KEY
FROM APPLSYS.FND_RESPONSIBILITY;

Dependencies

[top of page]

APPLSYS.FND_RESPONSIBILITY does not reference any database object

APPLSYS.FND_RESPONSIBILITY is referenced by following:

SchemaAPPS
SynonymFND_RESPONSIBILITY