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


TABLE: PSP.PSP_AUTO_BYPASS

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


PSP_AUTO_BYPASS stores the expenditure types that will be skipped by
the auto-population process.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSP_AUTO_BYPASS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXPENDITURE_TYPE
Columns
Name Datatype Length Mandatory Comments
EXPENDITURE_TYPE VARCHAR2 (30) Yes Expenditure type when auto-population is active
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign key to HR_ALL_ORGANIZATION_UNITS
SET_OF_BOOKS_ID NUMBER (15) Yes Foreign key to GL_SETS_OF_BOOKS
Query Text

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


SELECT EXPENDITURE_TYPE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      BUSINESS_GROUP_ID
,      SET_OF_BOOKS_ID
FROM PSP.PSP_AUTO_BYPASS;

Dependencies

[top of page]

PSP.PSP_AUTO_BYPASS does not reference any database object

PSP.PSP_AUTO_BYPASS is referenced by following:

SchemaPSP
ViewPSP_AUTO_BYPASS#