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


TABLE: PON.PON_FORMS_INSTANCES

Object Details
Object Name: PON_FORMS_INSTANCES
Object Type: TABLE
Owner: PON
FND Design Data: TablePON.PON_FORMS_INSTANCES
Subobject Name:
Status: VALID


PON_FORMS_INSTANCES stores the relationship between the form and the entity with which the form is associated. The entity can be a particular negotiation or an event.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PON_FORMS_INSTANCES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnENTITY_CODE
ColumnENTITY_PK1
ColumnFORM_ID
Columns
Name Datatype Length Mandatory Comments
ENTITY_CODE VARCHAR2 (30) Yes Name of the Entity Associated with the Form.( Depending upon the entity, this will populated to be either PON_AUCTION_HEADERS_ALL or PON_AUCTION_EVENTS)
ENTITY_PK1 VARCHAR2 (80) Yes Unique Key1 of Entity Associated with the Form. (Depending upon the entity, this will be populated to be either the auction_header_id or event_id)
FORM_ID NUMBER
Yes Unique Id for the form
STATUS VARCHAR2 (30)
Indicates if the form status of the form w.r.t the associated negotiation/event. Possible values are DATA_ENTERED, NOT_ENTERED and PUBLISHED
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER
Yes Standard Who Column
XML_LAST_SENT_DATE DATE

For future use.
Query Text

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


SELECT ENTITY_CODE
,      ENTITY_PK1
,      FORM_ID
,      STATUS
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      XML_LAST_SENT_DATE
FROM PON.PON_FORMS_INSTANCES;

Dependencies

[top of page]

PON.PON_FORMS_INSTANCES does not reference any database object

PON.PON_FORMS_INSTANCES is referenced by following:

SchemaAPPS
SynonymPON_FORMS_INSTANCES