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


TABLE: PRP.PRP_PROPOSAL_OBJECTS

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


This table contains the association between the proposal and native objects like Quote, etc.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PRP_PROPOSAL_OBJECTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROPOSAL_OBJECT_ID
PRP_PROPOSAL_OBJECTS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROPOSAL_ID
ColumnOBJECT_TYPE
ColumnOBJECT_ID
Columns
Name Datatype Length Mandatory Comments
PROPOSAL_OBJECT_ID NUMBER
Yes Proposal object identifier. This is a primary key column.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object Version Number
PROPOSAL_ID NUMBER
Yes Proposal identifier
OBJECT_TYPE VARCHAR2 (30) Yes Type of the object associated to the proposal
OBJECT_ID NUMBER
Yes Identifier of the object associated to the proposal
PRIMARY_FLAG VARCHAR2 (1)
Obsolete Column in R12 -- Indicates if the object associated with proposal is primary or not. Object is primary if the value is 'Y', else the value is 'N'.
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
DISPLAY_ORDER NUMBER

Display Order. Specifies the order in which the data from object will appear in the generated document.
Query Text

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


SELECT PROPOSAL_OBJECT_ID
,      OBJECT_VERSION_NUMBER
,      PROPOSAL_ID
,      OBJECT_TYPE
,      OBJECT_ID
,      PRIMARY_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      DISPLAY_ORDER
FROM PRP.PRP_PROPOSAL_OBJECTS;

Dependencies

[top of page]

PRP.PRP_PROPOSAL_OBJECTS does not reference any database object

PRP.PRP_PROPOSAL_OBJECTS is referenced by following:

SchemaAPPS
SynonymPRP_PROPOSAL_OBJECTS