[Home] [Help]
[Dependency Information]
| Object Name: | BEN_EXT_RSLT |
|---|---|
| Object Type: | TABLE |
| Owner: | BEN |
| FND Design Data: | BEN.BEN_EXT_RSLT
|
| Subobject Name: | |
| Status: | VALID |
BEN_EXT_RSLT contains the summary information about the results of running an extract process. For example , total people processed, total errors, total records created, output directory and is the parent of the detail records created.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
EXT_RSLT_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BEN_EXT_RSLT_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
EXT_RSLT_ID
|
| BEN_EXT_RSLT_FK1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
EXT_DFN_ID
|
| BEN_EXT_RSLT_FK2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
BUSINESS_GROUP_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EXT_RSLT_ID | NUMBER | (15) | Yes | System generated primary key column. |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign Key to HR_ORGANIZATION_UNITS |
| EXT_DFN_ID | NUMBER | (15) | Yes | Foreign key to BEN_EXT_DFN. |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| CREATED_BY | NUMBER | (15) | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | |
| PROGRAM_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
| REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | System-generated primary key. Increments by one each update. | |
| RUN_STRT_DT | DATE | Run start date. | ||
| RUN_END_DT | DATE | Run end date. | ||
| EXT_STAT_CD | VARCHAR2 | (30) | Extract status. | |
| TOT_REC_NUM | NUMBER | (15) | Total number of records. | |
| TOT_PER_NUM | NUMBER | (15) | Total number of persons. | |
| TOT_ERR_NUM | NUMBER | (15) | Total number of errors. | |
| EFF_DT | DATE | Effective date. | ||
| EXT_STRT_DT | DATE | Extract start date. | ||
| EXT_END_DT | DATE | Extract end date. | ||
| DRCTRY_NAME | VARCHAR2 | (150) | Directory name for extract files. /sqlcom/out. | |
| OUTPUT_NAME | VARCHAR2 | (110) | Output Name. | |
| OUTPUT_TYPE | VARCHAR2 | (30) | Stores the output type of extract | |
| XDO_TEMPLATE_ID | NUMBER | (15) | Stores the XDO template for the output |
Cut, paste (and edit) the following text to query this object:
SELECT EXT_RSLT_ID
, BUSINESS_GROUP_ID
, EXT_DFN_ID
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, REQUEST_ID
, OBJECT_VERSION_NUMBER
, RUN_STRT_DT
, RUN_END_DT
, EXT_STAT_CD
, TOT_REC_NUM
, TOT_PER_NUM
, TOT_ERR_NUM
, EFF_DT
, EXT_STRT_DT
, EXT_END_DT
, DRCTRY_NAME
, OUTPUT_NAME
, OUTPUT_TYPE
, XDO_TEMPLATE_ID
FROM BEN.BEN_EXT_RSLT;
BEN.BEN_EXT_RSLT does not reference any database object
BEN.BEN_EXT_RSLT is referenced by following:
BEN
BEN_EXT_RSLT#
|
|
|
|