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


TABLE: PA.PA_EXPENDITURE_COMMENTS

Object Details
Object Name: PA_EXPENDITURE_COMMENTS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.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.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_EXPENDITURE_COMMENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXPENDITURE_ITEM_ID
ColumnLINE_NUMBER
Columns
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
Query Text

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;

Dependencies

[top of page]

PA.PA_EXPENDITURE_COMMENTS does not reference any database object

PA.PA_EXPENDITURE_COMMENTS is referenced by following:

SchemaPA
ViewPA_EXPENDITURE_COMMENTS#