[Home] [Help]
[Dependency Information]
| Object Name: | HR_API_BATCH_MESSAGE_LINES |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.HR_API_BATCH_MESSAGE_LINES
|
| Subobject Name: | |
| Status: | VALID |
HR_API_BATCH_MESSAGE_LINES holds the results and messages generated
during batch API processing.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
LINE_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HR_API_BATCH_MESSAGE_LINES_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
LINE_ID
|
| HR_API_BATCH_MESSAGE_LINES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
BATCH_RUN_NUMBER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LINE_ID | NUMBER | (9) | Yes | System-generated primary key column. |
| API_NAME | VARCHAR2 | (61) | Yes | Name of the API. |
| BATCH_RUN_NUMBER | NUMBER | (9) | Yes | Indicates the batch run for the line. |
| STATUS | VARCHAR2 | (30) | Yes | Indicates whether the API call succeeded or failed. |
| ERROR_MESSAGE | VARCHAR2 | (512) | Holds the SQLERRM if STATUS = Fail. | |
| ERROR_NUMBER | NUMBER | (9) | Holds the SQLCODE if STATUS = Fail. | |
| EXTENDED_ERROR_MESSAGE | VARCHAR2 | (2000) | Holds the extended message text if STATUS = Fail. | |
| SOURCE_ROW_INFORMATION | VARCHAR2 | (2000) | Free text that uniquely identifies the source row information. | |
| SECURITY_GROUP_ID | NUMBER | (15) | Foreign Key to FND_SECURITY_GROUPS. |
Cut, paste (and edit) the following text to query this object:
SELECT LINE_ID
, API_NAME
, BATCH_RUN_NUMBER
, STATUS
, ERROR_MESSAGE
, ERROR_NUMBER
, EXTENDED_ERROR_MESSAGE
, SOURCE_ROW_INFORMATION
, SECURITY_GROUP_ID
FROM HR.HR_API_BATCH_MESSAGE_LINES;
HR.HR_API_BATCH_MESSAGE_LINES does not reference any database object
HR.HR_API_BATCH_MESSAGE_LINES is referenced by following:
APPS
HR_API_BATCH_MESSAGE_LINES
PUBLIC
HR_API_BATCH_MESSAGE_LINES
|
|
|
|