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


TABLE: PSP.PSP_EFFORT_REPORT_PERIODS

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


PSP_EFFORT_REPORT_PERIODS contains the definition of periods with
Begin Date and End Date.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSP_EFFORT_REPORT_PERIODS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEFFORT_REPORT_PERIOD_NAME
PSP_EFFORT_REPORT_PERIODS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTART_DATE_ACTIVE
ColumnEND_DATE_ACTIVE
Columns
Name Datatype Length Mandatory Comments
EFFORT_REPORT_PERIOD_NAME VARCHAR2 (12) Yes Effort report period name
DESCRIPTION VARCHAR2 (50) Yes Brief description of the period name
START_DATE_ACTIVE DATE
Yes Begin date of the effort report period name
END_DATE_ACTIVE DATE

End date of the effort report period name
EFFORT_REPORT_PERIOD_PREFIX VARCHAR2 (2)
Two-character, user-defined identifier of the period name
EFFORT_REPORT_PERIOD_TYPE VARCHAR2 (1)
Type of effort report period
EFFORT_REPORT_PERIOD_YEAR NUMBER (4) Yes Year of the effort report period
EFFORT_REPORT_PERIOD_NUMBER NUMBER (3) Yes Serial number to identify effort report period name
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT EFFORT_REPORT_PERIOD_NAME
,      DESCRIPTION
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      EFFORT_REPORT_PERIOD_PREFIX
,      EFFORT_REPORT_PERIOD_TYPE
,      EFFORT_REPORT_PERIOD_YEAR
,      EFFORT_REPORT_PERIOD_NUMBER
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
FROM PSP.PSP_EFFORT_REPORT_PERIODS;

Dependencies

[top of page]

PSP.PSP_EFFORT_REPORT_PERIODS does not reference any database object

PSP.PSP_EFFORT_REPORT_PERIODS is referenced by following:

SchemaPSP
ViewPSP_EFFORT_REPORT_PERIODS#