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


TABLE: HR.HR_STU_EXCEPTIONS

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


HR_STU_EXCEPTIONS will contain details of any error conditions
found during an HRMS seed data installation. Under normal
conditions this table will remain empty.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Primary Key: HR_STU_EXCEPTIONS_PK
  1. ColumnTABLE_NAME
  2. ColumnSURROGATE_ID
  3. ColumnEXCEPTION_TEXT
Indexes
Index Type Uniqueness Tablespace Column
HR_STU_EXCEPTIONS_PK NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnTABLE_NAME
ColumnSURROGATE_ID
ColumnEXCEPTION_TEXT
Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (30) Yes The name of the startup table where the error was found.
SURROGATE_ID NUMBER (15) Yes Id of the record which failed to validation check.
EXCEPTION_TEXT VARCHAR2 (240) Yes Helpful error text to identify the validation check that failed.
TRUE_KEY VARCHAR2 (240)
Helpful error text to identify the name of the item that failed.
Query Text

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


SELECT TABLE_NAME
,      SURROGATE_ID
,      EXCEPTION_TEXT
,      TRUE_KEY
FROM HR.HR_STU_EXCEPTIONS;

Dependencies

[top of page]

HR.HR_STU_EXCEPTIONS does not reference any database object

HR.HR_STU_EXCEPTIONS is referenced by following:

SchemaAPPS
SynonymHR_STU_EXCEPTIONS
SchemaPUBLIC
SynonymHR_STU_EXCEPTIONS