DBA Data[Home] [Help] [Dependency Information]


TABLE: PSP.PSP_TEMPLATE_ORGANIZATIONS

Object Details
Object Name: PSP_TEMPLATE_ORGANIZATIONS
Object Type: TABLE
Owner: PSP
FND Design Data: TablePSP.PSP_TEMPLATE_ORGANIZATIONS
Subobject Name:
Status: VALID


PSP_TEMPLATE_ORGANIZATION contains multiple organizations
based on the selection criteria for a given template.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSP_TEMPLATE_ORGANIZATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEMPLATE_ID
ColumnEXPENDITURE_ORGANIZATION_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

PSP.PSP_TEMPLATE_ORGANIZATIONS does not reference any database object

PSP.PSP_TEMPLATE_ORGANIZATIONS is referenced by following:

SchemaAPPS
SynonymPSP_TEMPLATE_ORGANIZATIONS
TriggerPSP_TEMPLATE_ORGANIZATIONS_WHO