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


TABLE: PRP.PRP_PERZ_FILES

Object Details
Object Name: PRP_PERZ_FILES
Object Type: TABLE
Owner: PRP
FND Design Data: TablePRP.PRP_PERZ_FILES
Subobject Name:
Status: VALID


This table represents the personalized files added by the sales representatives to the proposal


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PRP_PERZ_FILES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERZ_FILE_ID
Columns
Name Datatype Length Mandatory Comments
PERZ_FILE_ID NUMBER
Yes Personalized file identifier. This is a primary key column.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object Version Number
FILE_ID NUMBER
Yes This column represents the identifier of the file referenced. This column is foreign key to FND_LOBS table.
PERZ_FILE_NAME VARCHAR2 (240)
User friendly file name
PERZ_FILE_DESC VARCHAR2 (2000)
User friendly file description
CITEM_VERSION_ID NUMBER
Yes Content Item Version Identifier.
CONTENT_NODE_TYPE VARCHAR2 (240) Yes Content Node Type - 'HIDDEN' or 'SHARED'
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 PERZ_FILE_ID
,      OBJECT_VERSION_NUMBER
,      FILE_ID
,      PERZ_FILE_NAME
,      PERZ_FILE_DESC
,      CITEM_VERSION_ID
,      CONTENT_NODE_TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM PRP.PRP_PERZ_FILES;

Dependencies

[top of page]

PRP.PRP_PERZ_FILES does not reference any database object

PRP.PRP_PERZ_FILES is referenced by following:

SchemaAPPS
SynonymPRP_PERZ_FILES