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


TABLE: HR.GHR_NOAC_REMARKS

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


Stores NOA and the associated Remarks


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: GHR_NOAC_REMARKS_PK
  1. ColumnNOAC_REMARK_ID
Unique Key: GHR_NOAC_REMARKS_UK
  1. ColumnREMARK_ID
  2. ColumnNATURE_OF_ACTION_ID
Indexes
Index Type Uniqueness Tablespace Column
GHR_NOAC_REMARKS_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNOAC_REMARK_ID
GHR_NOAC_REMARKS_UK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnREMARK_ID
ColumnNATURE_OF_ACTION_ID
GHR_NOAC_REMARKS_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnNATURE_OF_ACTION_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
GHR_NOAC_REMARKS GHR_NOAC_REMARKS_FK1 TableGHR_NATURE_OF_ACTIONS GHR_NOAC_REMARKS NATURE_OF_ACTION_ID
GHR_NOAC_REMARKS GHR_NOAC_REMARKS_FK2 TableGHR_REMARKS GHR_NOAC_REMARKS REMARK_ID
Columns
Name Datatype Length Mandatory Comments
NOAC_REMARK_ID NUMBER (15) Yes Primary key generated from sequence GHR_NOAC_REMARKS_S.
NATURE_OF_ACTION_ID NUMBER (15) Yes Foreign key to GHR_NATURE_OF_ACTIONS.
REMARK_ID NUMBER (15) Yes Foreign key to GHR_REMARKS.
REQUIRED_FLAG VARCHAR2 (1) Yes Indicates whether the remark for the nature of action is required.
ENABLED_FLAG VARCHAR2 (1) Yes Indicates whether the remark for the nature of action is enabled.
DATE_FROM DATE
Yes The date on which the remark for the nature of action becomes effective.
DATE_TO DATE

The date after which the remark for the nature of action is no longer effective.
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.
CREATION_DATE DATE
Yes Standard who column.
CREATED_BY NUMBER (15) Yes Standard who column.
OBJECT_VERSION_NUMBER NUMBER (9) Yes System-generated version of row. Increments by one with each update.
Query Text

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


SELECT NOAC_REMARK_ID
,      NATURE_OF_ACTION_ID
,      REMARK_ID
,      REQUIRED_FLAG
,      ENABLED_FLAG
,      DATE_FROM
,      DATE_TO
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      OBJECT_VERSION_NUMBER
FROM HR.GHR_NOAC_REMARKS;

Dependencies

[top of page]

HR.GHR_NOAC_REMARKS does not reference any database object

HR.GHR_NOAC_REMARKS is referenced by following:

SchemaAPPS
SynonymGHR_NOAC_REMARKS
TriggerGHR_NOAC_REMARKS_WHO
SchemaPUBLIC
SynonymGHR_NOAC_REMARKS