[Home] [Help]
[Dependency Information]
| Object Name: | AP_WEB_EMPLOYEE_INFO_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | AP |
| FND Design Data: | SQLAP.AP_WEB_EMPLOYEE_INFO_ALL
|
| Subobject Name: | |
| Status: | VALID |
AP_WEB_EMPLOYEE_INFO stores Oracle Internet Expenses usage information for an individual employee. This table stores values such as cumulative distance traveled within a specific period. Values stored in this table are schedule-period specific for an employee.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AP_WEB_EMPLOYEE_INFO_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
EMPLOYEE_ID
PERIOD_ID
VALUE_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EMPLOYEE_ID | NUMBER | (15) | Yes | Part of the unique identifier of the table. This value ties to the HR tables. |
| VALUE_TYPE | VARCHAR2 | (30) | Yes | Part of the unique identifier of the table. This value determines what kind of data this record stores. |
| VALUE | VARCHAR2 | (240) | Value for the stored value_type. | |
| PERIOD_ID | NUMBER | (15) | Yes | Part of the unique identifier of the table storing the id from ap_pol_schedule_periods. |
| ORG_ID | NUMBER | (15) | Organization identifier | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| 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 | Yes | Standard Who column - date when a user last updated this row. | |
| NUMERIC_VALUE | NUMBER | Numeric Value for the stored value_type |
Cut, paste (and edit) the following text to query this object:
SELECT EMPLOYEE_ID
, VALUE_TYPE
, VALUE
, PERIOD_ID
, ORG_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, NUMERIC_VALUE
FROM AP.AP_WEB_EMPLOYEE_INFO_ALL;
AP.AP_WEB_EMPLOYEE_INFO_ALL does not reference any database object
AP.AP_WEB_EMPLOYEE_INFO_ALL is referenced by following:
AP
AP_WEB_EMPLOYEE_INFO_ALL#
|
|
|
|