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


TABLE: HR.GHR_REMARKS

Object Details
Object Name: GHR_REMARKS
Object Type: TABLE
Owner: HR
FND Design Data: TableGHR.GHR_REMARKS
Subobject Name:
Status: VALID


GHR_REMARKS holds a list of remarks that are used to enter against a
request for personnel action.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: GHR_REMARKS_PK
  1. ColumnREMARK_ID
Indexes
Index Type Uniqueness Tablespace Column
GHR_REMARKS_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnREMARK_ID
GHR_REMARKS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCODE
Foreign Keys
Table
Foreign Table Foreign Key Column
TableGHR_NOAC_REMARKS GHR_NOAC_REMARKS_FK2 GHR_REMARKS GHR_NOAC_REMARKS REMARK_ID
TableGHR_PA_REMARKS GHR_PA_REMARKS_FK2 GHR_REMARKS GHR_PA_REMARKS REMARK_ID
Columns
Name Datatype Length Mandatory Comments
REMARK_ID NUMBER (15) Yes System-generated primary key from GHR_REMARKS_S.
CODE VARCHAR2 (3) Yes Remark code.
DESCRIPTION VARCHAR2 (2000)
Description of the remark.
PA_NOTIFICATION_ORDERING NUMBER (4)
Order the remark will appear on the PA Notification.
ENABLED_FLAG VARCHAR2 (1) Yes Indicates whether the remark is enabled.
DATE_FROM DATE
Yes The date on which the remark becomes effective.
DATE_TO DATE

The date after which the remark is no longer effective.
LAST_UPDATE_DATE DATE
Yes Standard who column.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column.
CREATED_BY NUMBER (15) Yes Standard who column.
CREATION_DATE DATE
Yes Standard who column.
Query Text

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


SELECT REMARK_ID
,      CODE
,      DESCRIPTION
,      PA_NOTIFICATION_ORDERING
,      ENABLED_FLAG
,      DATE_FROM
,      DATE_TO
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM HR.GHR_REMARKS;

Dependencies

[top of page]

HR.GHR_REMARKS does not reference any database object

HR.GHR_REMARKS is referenced by following:

SchemaAPPS
SynonymGHR_REMARKS
TriggerGHR_REMARKS_WHO
SchemaPUBLIC
SynonymGHR_REMARKS