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


TABLE: APPLSYS.FND_RESP_FUNCTIONS

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


FND_RESP_FUNCTIONS stores security exclusion rules
for function security menus. Security
exclusion rules are lists of functions and menus inaccessible
to a particular responsibility. Each row includes an action
identifier whose value is dependent on the rule type.
(ACTION_ID=FUNCTION_ID from fnd_form_functions if
RULE_TYPE='F' or ACTION_ID=MENU_ID from FND_MENUS
if RULE_TYPE='M')


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 5
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_RESP_FUNCTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnRESPONSIBILITY_ID
ColumnRULE_TYPE
ColumnACTION_ID
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier
RESPONSIBILITY_ID NUMBER (15) Yes Responsibility identifier
ACTION_ID NUMBER (15) Yes Value depends on RULE_TYPE
RULE_TYPE VARCHAR2 (1) Yes Rule type
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
Query Text

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


SELECT APPLICATION_ID
,      RESPONSIBILITY_ID
,      ACTION_ID
,      RULE_TYPE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
FROM APPLSYS.FND_RESP_FUNCTIONS;

Dependencies

[top of page]

APPLSYS.FND_RESP_FUNCTIONS does not reference any database object

APPLSYS.FND_RESP_FUNCTIONS is referenced by following:

SchemaAPPS
SynonymFND_RESP_FUNCTIONS