[Home] [Help]
[Dependency Information]
| Object Name: | PSP_TEMPLATE_ORGANIZATIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | PSP |
| FND Design Data: | PSP.PSP_TEMPLATE_ORGANIZATIONS
|
| Subobject Name: | |
| Status: | VALID |
PSP_TEMPLATE_ORGANIZATION contains multiple organizations
based on the selection criteria for a given template.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PSP_TEMPLATE_ORGANIZATIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TEMPLATE_ID
EXPENDITURE_ORGANIZATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TEMPLATE_ID | NUMBER | (15) | Yes | Reference key to PSP_EFFORT_REPORT_TEMPLATES |
| EXPENDITURE_ORGANIZATION_ID | NUMBER | (9) | Yes | Reference to HR_ORGANIZATION_UNITS |
| ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | 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 TEMPLATE_ID
, EXPENDITURE_ORGANIZATION_ID
, ATTRIBUTE1
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM PSP.PSP_TEMPLATE_ORGANIZATIONS;
PSP.PSP_TEMPLATE_ORGANIZATIONS does not reference any database object
PSP.PSP_TEMPLATE_ORGANIZATIONS is referenced by following:
PSP
PSP_TEMPLATE_ORGANIZATIONS#
|
|
|
|