[Home] [Help]
[Dependency Information]
| Object Name: | PON_FORMS_INSTANCES |
|---|---|
| Object Type: | TABLE |
| Owner: | PON |
| FND Design Data: | PON.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PON_FORMS_INSTANCES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ENTITY_CODE
ENTITY_PK1
FORM_ID
|
| 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. | ||
| FBO_DATE_SENT | DATE | Date Sent to FedBizOpps |
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
, FBO_DATE_SENT
FROM PON.PON_FORMS_INSTANCES;
PON.PON_FORMS_INSTANCES does not reference any database object
PON.PON_FORMS_INSTANCES is referenced by following:
PON
PON_FORMS_INSTANCES#
|
|
|
|