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


TABLE: HR.HR_API_USER_HOOK_REPORTS

Object Details
Object Name: HR_API_USER_HOOK_REPORTS
Object Type: TABLE
Owner: HR
FND Design Data: TablePER.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: HR_API_USER_HOOK_REPORTS_PK
  1. ColumnSESSION_ID
  2. ColumnLINE
Indexes
Index Type Uniqueness Tablespace Column
HR_API_USER_HOOK_REPORT_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSESSION_ID
ColumnLINE
Columns
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.
Query Text

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


SELECT SESSION_ID
,      LINE
,      TEXT
FROM HR.HR_API_USER_HOOK_REPORTS;

Dependencies

[top of page]

HR.HR_API_USER_HOOK_REPORTS does not reference any database object

HR.HR_API_USER_HOOK_REPORTS is referenced by following:

SchemaAPPS
SynonymHR_API_USER_HOOK_REPORTS
SchemaPUBLIC
SynonymHR_API_USER_HOOK_REPORTS