[Home] [Help]
[Dependency Information]
| Object Name: | PA_EXPENDITURE_COMMENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_EXPENDITURE_COMMENTS
|
| Subobject Name: | |
| Status: | VALID |
PA_EXPENDITURE_COMMENTS stores free text comments
associated with expenditure items that describe the
work performed for those items. Oracle Projects
supports a single-line comment for
expenditure items entered by either the pre-approved
or the online method of expenditure entry.
.
.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_EXPENDITURE_COMMENTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
EXPENDITURE_ITEM_ID
LINE_NUMBER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EXPENDITURE_ITEM_ID | NUMBER | (15) | Yes | The identifier of the expenditure item for which the comments are entered |
| LINE_NUMBER | NUMBER | (15) | Yes | The sequential number to identify and order the expenditure comments of an expenditure item |
| 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 entered for an expenditure item to further describe work done |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column | |
| REQUEST_ID | NUMBER | (15) | Standard Who Column | |
| PROGRAM_ID | NUMBER | (15) | Standard Who Column | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Standard Who Column | |
| PROGRAM_UPDATE_DATE | DATE | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT EXPENDITURE_ITEM_ID
, LINE_NUMBER
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, EXPENDITURE_COMMENT
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_UPDATE_DATE
FROM PA.PA_EXPENDITURE_COMMENTS;
PA.PA_EXPENDITURE_COMMENTS does not reference any database object
PA.PA_EXPENDITURE_COMMENTS is referenced by following:
APPS
PA_EXPENDITURE_COMMENTS
|
|
|
|