[Home] [Help]
[Dependency Information]
| Object Name: | HR_STU_EXCEPTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.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.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
TABLE_NAME
SURROGATE_ID
EXCEPTION_TEXT| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HR_STU_EXCEPTIONS_PK | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
TABLE_NAME
SURROGATE_ID
EXCEPTION_TEXT
|
| 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. |
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;
HR.HR_STU_EXCEPTIONS does not reference any database object
HR.HR_STU_EXCEPTIONS is referenced by following:
HR
HR_STU_EXCEPTIONS#
|
|
|
|