[Home] [Help]
[Dependency Information]
| Object Name: | HR_API_USER_HOOK_REPORTS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.HR_API_USER_HOOK_REPORTS
|
| Subobject Name: | |
| Status: | VALID |
When the API user hook pre-processor program is being executed this
table will contain data. It is used as a temporary store of error
conditions. Rows will be output to the user at the end of the
pre-processor program.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HR_API_USER_HOOK_REPORTS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SESSION_ID
LINE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SESSION_ID | NUMBER | (15) | Yes | Session_id for the hook report. |
| LINE | NUMBER | (15) | Yes | Primary Key, order sequence number. |
| TEXT | VARCHAR2 | (2000) | Text for user. | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT SESSION_ID
, LINE
, TEXT
, ZD_EDITION_NAME
FROM HR.HR_API_USER_HOOK_REPORTS;
HR.HR_API_USER_HOOK_REPORTS does not reference any database object
HR.HR_API_USER_HOOK_REPORTS is referenced by following:
HR
HR_API_USER_HOOK_REPORTS#
|
|
|
|