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


TABLE: PSP.PSP_AUTO_FILL_DATES

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


PSP_AUTO_FILL_DATES contains auto-fill rules for begin and end dates
on the scheduling screen.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSP_AUTO_FILL_DATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDATE_TYPE
ColumnBUSINESS_GROUP_ID
ColumnSET_OF_BOOKS_ID
Columns
Name Datatype Length Mandatory Comments
DATE_FILL_OPTION NUMBER (1) Yes Selected auto-fill date option. Possible values are 1, 2, or 3.
SET_OF_BOOKS_ID NUMBER (15) Yes Set of Books identifier
DATE_TYPE VARCHAR2 (1) Yes Auto-fill description date. Possible values are B for Beginning or E for End.
USER_DEFINED_DATE DATE

User-selected date when DATE_FILL_OPTION is 2
COMMENTS VARCHAR2 (255)
User's comments for selected auto-fill date option
LAST_UPDATE_DATE DATE
Yes Standard Who column
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_LOGIN NUMBER (15) Yes Standard Who column
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign key to HR_ALL_ORGANIZATION UNITS
Query Text

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


SELECT DATE_FILL_OPTION
,      SET_OF_BOOKS_ID
,      DATE_TYPE
,      USER_DEFINED_DATE
,      COMMENTS
,      LAST_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      BUSINESS_GROUP_ID
FROM PSP.PSP_AUTO_FILL_DATES;

Dependencies

[top of page]

PSP.PSP_AUTO_FILL_DATES does not reference any database object

PSP.PSP_AUTO_FILL_DATES is referenced by following:

SchemaAPPS
SynonymPSP_AUTO_FILL_DATES
TriggerPSP_AUTO_FILL_DATES_WHO