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


TABLE: PSP.PSP_EFFORT_REPORT_DETAILS_EFC

Object Details
Object Name: PSP_EFFORT_REPORT_DETAILS_EFC
Object Type: TABLE
Owner: PSP
Subobject Name:
Status: VALID


EFC Shadow table for PSP_EFFORT_REPORT_DETAILS table


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
EFC_ACTION_ID NUMBER
Yes Foreign Key for HR_EFC_ACTIONS
EFFORT_REPORT_ID NUMBER (15) Yes Foreign Key for PSP_EFFORT_REPORTS
VERSION_NUM VARCHAR2 (240) Yes Version Number
EFFORT_REPORT_LINE_NUM NUMBER (15) Yes Effort Report Detail Lline Number
TOTAL_AMOUNT NUMBER
Yes Total Amount
EFC_BG_CURRENCY VARCHAR2 (15)
Currency
Query Text

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


SELECT EFC_ACTION_ID
,      EFFORT_REPORT_ID
,      VERSION_NUM
,      EFFORT_REPORT_LINE_NUM
,      TOTAL_AMOUNT
,      EFC_BG_CURRENCY
FROM PSP.PSP_EFFORT_REPORT_DETAILS_EFC;

Dependencies

[top of page]

PSP.PSP_EFFORT_REPORT_DETAILS_EFC does not reference any database object

PSP.PSP_EFFORT_REPORT_DETAILS_EFC is referenced by following:

SchemaPSP
ViewPSP_EFFORT_REPORT_DETAILS_EFC#