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


TABLE: APPLSYS.FND_REQUEST_GROUP_UNITS

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


FND_REQUEST_GROUP_UNITS stores information about individual reports
and groups within each report security group. Each row includes
values that identify the report or report set, the report
security group the report or report set belongs to, and the type
of the report or set (REQUEST_UNIT_TYPE, where A means an
application, P means a report, and S means a set). You
need one row for each report or report set that you assign to a
report security group in the Define Report Security Group form.
Oracle Application Object Library uses this information to enable
users to run reports from a responsibility with this report
security group.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 5
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_REQUEST_GROUP_UNITS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnREQUEST_GROUP_ID
ColumnREQUEST_UNIT_TYPE
ColumnUNIT_APPLICATION_ID
ColumnREQUEST_UNIT_ID
FND_REQUEST_GROUP_UNITS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnREQUEST_UNIT_ID
ColumnUNIT_APPLICATION_ID
ColumnREQUEST_UNIT_TYPE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier
REQUEST_GROUP_ID NUMBER (15) Yes Report security group identifier
REQUEST_UNIT_TYPE VARCHAR2 (1) Yes Flag to indicate whether the report, report set, or all reports and sets in an application are included in the report security group
UNIT_APPLICATION_ID NUMBER (15) Yes Application identifier of the report, report set, or application included in the report security group
REQUEST_UNIT_ID NUMBER (15) Yes The identifier of the report, report set, or application included in the report security group
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) Yes Standard Who column
Query Text

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


SELECT APPLICATION_ID
,      REQUEST_GROUP_ID
,      REQUEST_UNIT_TYPE
,      UNIT_APPLICATION_ID
,      REQUEST_UNIT_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM APPLSYS.FND_REQUEST_GROUP_UNITS;

Dependencies

[top of page]

APPLSYS.FND_REQUEST_GROUP_UNITS does not reference any database object

APPLSYS.FND_REQUEST_GROUP_UNITS is referenced by following:

SchemaAPPS
SynonymFND_REQUEST_GROUP_UNITS