[Home] [Help]
[Dependency Information]
| Object Name: | PSB_DATA_EXTRACT_ORGS |
|---|---|
| Object Type: | TABLE |
| Owner: | PSB |
| FND Design Data: | PSB.PSB_DATA_EXTRACT_ORGS
|
| Subobject Name: | |
| Status: | VALID |
This table stores details about organizations selected for data extraction.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PSB_DATA_EXTRACT_ORGS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
DATA_EXTRACT_ID
ORGANIZATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DATA_EXTRACT_ID | NUMBER | (20) | Yes | Contains the data extract id |
| ORGANIZATION_ID | NUMBER | (15) | Yes | Stores the organization id selected |
| ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Organization Name comes from HR |
| SELECT_FLAG | VARCHAR2 | (1) | Specifies whether an organization is selected or not | |
| COMPLETION_STATUS | VARCHAR2 | (25) | Specifies whether the data extraction has been completed or not | |
| COMPLETION_TIME | DATE | Specifies when the organization data was last created or refreshed | ||
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT DATA_EXTRACT_ID
, ORGANIZATION_ID
, ORGANIZATION_NAME
, SELECT_FLAG
, COMPLETION_STATUS
, COMPLETION_TIME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM PSB.PSB_DATA_EXTRACT_ORGS;
PSB.PSB_DATA_EXTRACT_ORGS does not reference any database object
PSB.PSB_DATA_EXTRACT_ORGS is referenced by following:
APPS
PSB_DATA_EXTRACT_ORGS
|
|
|
|