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


TABLE: PRP.PRP_PROP_CTNTVER_FORMATS

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


This table stores information about Generated Proposal documents in different formats. Currently we support "RTF" and "PDF" formats.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PRP_PROP_CTNTVER_FORMATS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROP_CTNTVER_FORMAT_ID
PRP_PROP_CTNTVER_FORMATS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROPOSAL_CTNTVER_ID
Columns
Name Datatype Length Mandatory Comments
PROP_CTNTVER_FORMAT_ID NUMBER
Yes Primary Key. Proposal Content Version Format Identifier.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object Version Number
PROPOSAL_CTNTVER_ID NUMBER
Yes Proposal Content Version Identifier.
FILE_FORMAT VARCHAR2 (30) Yes File Format. The value could be "RTF" or "PDF".
FILE_ID NUMBER
Yes File 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 PROP_CTNTVER_FORMAT_ID
,      OBJECT_VERSION_NUMBER
,      PROPOSAL_CTNTVER_ID
,      FILE_FORMAT
,      FILE_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM PRP.PRP_PROP_CTNTVER_FORMATS;

Dependencies

[top of page]

PRP.PRP_PROP_CTNTVER_FORMATS does not reference any database object

PRP.PRP_PROP_CTNTVER_FORMATS is referenced by following:

SchemaAPPS
SynonymPRP_PROP_CTNTVER_FORMATS