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


TABLE: PSP.PSP_SUB_LINE_REASONS

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


PSP_SUB_LINE_REASONS stores reasons for creating payroll sublines from
payroll lines.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSP_SUB_LINE_REASONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPAYROLL_SUB_LINE_ID
ColumnREASON_CODE
Columns
Name Datatype Length Mandatory Comments
PAYROLL_SUB_LINE_ID NUMBER (10) Yes System-generated primary key
REASON_CODE VARCHAR2 (30) Yes Reason code why the subline is created
PARENT_LINE_ID NUMBER (10) Yes Foreign key to PSP_SUB_LINE_REASONS
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 PAYROLL_SUB_LINE_ID
,      REASON_CODE
,      PARENT_LINE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM PSP.PSP_SUB_LINE_REASONS;

Dependencies

[top of page]

PSP.PSP_SUB_LINE_REASONS does not reference any database object

PSP.PSP_SUB_LINE_REASONS is referenced by following:

SchemaAPPS
SynonymPSP_SUB_LINE_REASONS
TriggerPSP_SUB_LINE_REASONS_WHO