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


TABLE: PRP.PRP_SUPPORTING_FILES

Object Details
Object Name: PRP_SUPPORTING_FILES
Object Type: TABLE
Owner: PRP
Subobject Name:
Status: VALID


This table stores information about the supporting documents attached to the proposal.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PRP_SUPPORTING_FILES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSUPPORTING_FILE_ID
Columns
Name Datatype Length Mandatory Comments
SUPPORTING_FILE_ID NUMBER
Yes Primary Key. Supporting file Identifier.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object Version Number
PROPOSAL_ID NUMBER
Yes Proposal Identifier.
CITEM_VERSION_ID NUMBER
Yes Content Item Version Identifier.
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT SUPPORTING_FILE_ID
,      OBJECT_VERSION_NUMBER
,      PROPOSAL_ID
,      CITEM_VERSION_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM PRP.PRP_SUPPORTING_FILES;

Dependencies

[top of page]

PRP.PRP_SUPPORTING_FILES does not reference any database object

PRP.PRP_SUPPORTING_FILES is referenced by following:

SchemaAPPS
SynonymPRP_SUPPORTING_FILES