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


TABLE: PSP.PSP_AUTO_SEGMENTS

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


PSP_AUTO_SEGMENTS stores one record for each business group and set of books combination. The segment number is populated automatically.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
SET_OF_BOOKS_ID NUMBER (15) Yes Foreign key to GL_SETS_OF_BOOKS
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign key to HR_ALL_ORGANIZATION_UNITS
SEGMENT_NUMBER NUMBER (3) Yes Segment number of the Natural Account to be used for auto-population
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_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 SET_OF_BOOKS_ID
,      BUSINESS_GROUP_ID
,      SEGMENT_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM PSP.PSP_AUTO_SEGMENTS;

Dependencies

[top of page]

PSP.PSP_AUTO_SEGMENTS does not reference any database object

PSP.PSP_AUTO_SEGMENTS is referenced by following:

SchemaPSP
ViewPSP_AUTO_SEGMENTS#