[Home] [Help]
[Dependency Information]
| Object Name: | PA_EXPEND_COMMENT_ALIASES |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.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.
.
.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_EXPEND_COMMENT_ALIASES_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID
EXPEND_COMMENT_ALIAS
|
| 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 |
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;
PA.PA_EXPEND_COMMENT_ALIASES does not reference any database object
PA.PA_EXPEND_COMMENT_ALIASES is referenced by following:
PA
PA_EXPEND_COMMENT_ALIASES#
|
|
|
|