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


TABLE: PSP.PSP_AUTO_ACCTS

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


PSP_AUTO_ACCTS stores one record for every auto-population expenditure type and General Ledger account segment that have defined rules.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSP_AUTO_ACCTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnACCT_ID
PSP_AUTO_ACCTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnACCT_TYPE
ColumnPERIOD_TYPE
Columns
Name Datatype Length Mandatory Comments
ACCT_ID NUMBER (10) Yes Auto-population account identifier
ACCT_SEQ_NUM NUMBER (5) Yes Sequence number of the account identifier
ACCT_TYPE VARCHAR2 (1) Yes Account type for auto-population
PERIOD_TYPE VARCHAR2 (30) Yes Payroll period
EXPENDITURE_TYPE VARCHAR2 (30)
Expenditure type identifier
SEGMENT_NUM NUMBER (3)
Segment number
NATURAL_ACCOUNT VARCHAR2 (150)
Natural account identifier
START_DATE_ACTIVE DATE
Yes Auto-population activation date
END_DATE_ACTIVE DATE

Auto-population end date
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign key to hr_all_organization_units
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
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 ACCT_ID
,      ACCT_SEQ_NUM
,      ACCT_TYPE
,      PERIOD_TYPE
,      EXPENDITURE_TYPE
,      SEGMENT_NUM
,      NATURAL_ACCOUNT
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      BUSINESS_GROUP_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      SET_OF_BOOKS_ID
FROM PSP.PSP_AUTO_ACCTS;

Dependencies

[top of page]

PSP.PSP_AUTO_ACCTS does not reference any database object

PSP.PSP_AUTO_ACCTS is referenced by following:

SchemaAPPS
SynonymPSP_AUTO_ACCTS
TriggerPSP_AUTO_ACCTS_WHO