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


TABLE: HR.HR_COMMENTS

Object Details
Object Name: HR_COMMENTS
Object Type: TABLE
Owner: HR
FND Design Data: TablePER.HR_COMMENTS
Subobject Name:
Status: VALID


HR_COMMENTS is a central repository for comments related to HRMS
objects.. Any comments which do not need to be DateTracked can be
held here to save space. An additional benefit of holding comments in
this way is that it facilitates the use of PLSQL stored procedures for
date-effective updates. .


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: HR_COMMENTS_PK
  1. ColumnCOMMENT_ID
Indexes
Index Type Uniqueness Tablespace Column
HR_COMMENTS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOMMENT_ID
Columns
Name Datatype Length Mandatory Comments
COMMENT_ID NUMBER (15) Yes System-generated primary key column.
SOURCE_TABLE_NAME VARCHAR2 (30) Yes Name of table that holds the related object for the comment.
LAST_UPDATE_DATE DATE

Standard Who column.
LAST_UPDATED_BY NUMBER (15)
Standard Who column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column.
CREATED_BY NUMBER (15)
Standard Who column.
CREATION_DATE DATE

Standard Who column.
COMMENT_TEXT LONG (0)
Actual text of the comment.
Query Text

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


SELECT COMMENT_ID
,      SOURCE_TABLE_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      COMMENT_TEXT
FROM HR.HR_COMMENTS;

Dependencies

[top of page]

HR.HR_COMMENTS does not reference any database object

HR.HR_COMMENTS is referenced by following:

SchemaAPPS
SynonymHR_COMMENTS
TriggerHR_COMMENTS_WHO
SchemaPUBLIC
SynonymHR_COMMENTS