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


TABLE: PA.PA_EXPEND_COMMENT_ALIASES

Object Details
Object Name: PA_EXPEND_COMMENT_ALIASES
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_EXPEND_COMMENT_ALIASES
Subobject Name:
Status: VALID


PA_EXPEND_COMMENT_ALIASES stores personal aliases
created by employees. These aliases correspond to free
text expenditure comments. Employees can use these aliases
to facilitate their entry of online timecards and
expense reports.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_EXPEND_COMMENT_ALIASES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnEXPEND_COMMENT_ALIAS
Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (9) Yes The identifier of the employee who creates and uses the expenditure comment alias
EXPEND_COMMENT_ALIAS VARCHAR2 (20) Yes The user-defined short name to identify the expenditure comment alias
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
EXPENDITURE_COMMENT VARCHAR2 (240) Yes The free text comment identified by the expenditure comment alias
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who Column
Query Text

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


SELECT PERSON_ID
,      EXPEND_COMMENT_ALIAS
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      EXPENDITURE_COMMENT
,      LAST_UPDATE_LOGIN
FROM PA.PA_EXPEND_COMMENT_ALIASES;

Dependencies

[top of page]

PA.PA_EXPEND_COMMENT_ALIASES does not reference any database object

PA.PA_EXPEND_COMMENT_ALIASES is referenced by following:

SchemaAPPS
SynonymPA_EXPEND_COMMENT_ALIASES