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


TABLE: GR.GR_LABEL_CLASS_RESPS

Object Details
Object Name: GR_LABEL_CLASS_RESPS
Object Type: TABLE
Owner: GR
FND Design Data: TableGR.GR_LABEL_CLASS_RESPS
Subobject Name:
Status: VALID


Contains the Responsibility Code that can be assigned to the label. Primarily used for security purposes in the application. For example, someone responsible for transportation information will only have labels that are linked to that responsiblity and can navigate only to the Transportation form.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GR_LABEL_CLASS_RESPS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLABEL_CLASS_CODE
ColumnAPPLICATION_ID
ColumnRESPONSIBILITY_ID
GR_LABEL_CLASS_RESPS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnRESPONSIBILITY_ID
Columns
Name Datatype Length Mandatory Comments
LABEL_CLASS_CODE VARCHAR2 (20) Yes The label class code for the item.
APPLICATION_ID NUMBER (15) Yes Application identifier.
RESPONSIBILITY_ID NUMBER (15) Yes Responsibility identifier.
DISPLAY_SEQUENCE NUMBER
Yes The Display Sequence Number to determine the sequence that will be used for displaying the Label Class Descriptions in the navigator.
ALLOW_CREATE_UPDATE VARCHAR2 (1) Yes Y to allow a particular Responsibility ID to have create and update abilities within the Label Class or type N to allow a particular Responsibility ID to have read only access within the Label Class.
CREATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
Query Text

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


SELECT LABEL_CLASS_CODE
,      APPLICATION_ID
,      RESPONSIBILITY_ID
,      DISPLAY_SEQUENCE
,      ALLOW_CREATE_UPDATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM GR.GR_LABEL_CLASS_RESPS;

Dependencies

[top of page]

GR.GR_LABEL_CLASS_RESPS does not reference any database object

GR.GR_LABEL_CLASS_RESPS is referenced by following:

SchemaAPPS
SynonymGR_LABEL_CLASS_RESPS