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


TABLE: PSP.PSP_AUTO_NA_BYPASS

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


Natural Account By-pass table for Auto-population


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSP_AUTO_NA_BYPASS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnNATURAL_ACCOUNT
ColumnSEGMENT_NUM
ColumnBUSINESS_GROUP_ID
ColumnSET_OF_BOOKS_ID
Columns
Name Datatype Length Mandatory Comments
NATURAL_ACCOUNT VARCHAR2 (150) Yes Natural Account when auto-population is active
SEGMENT_NUM NUMBER (3) Yes Segment Number 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 NATURAL_ACCOUNT
,      SEGMENT_NUM
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      BUSINESS_GROUP_ID
,      SET_OF_BOOKS_ID
FROM PSP.PSP_AUTO_NA_BYPASS;

Dependencies

[top of page]

PSP.PSP_AUTO_NA_BYPASS does not reference any database object

PSP.PSP_AUTO_NA_BYPASS is referenced by following:

SchemaPSP
ViewPSP_AUTO_NA_BYPASS#