[Home] [Help]
[Dependency Information]
| Object Name: | PON_AUC_DOCTYPES |
|---|---|
| Object Type: | TABLE |
| Owner: | PON |
| FND Design Data: | PON.PON_AUC_DOCTYPES
|
| Subobject Name: | |
| Status: | VALID |
PON_AUC_DOCTYPE is used by the Negotiation Builder to store information about document types (auctions, RFQ, and RFIs). The TRANSACTION_TYPE column indicates whether the document is intended to have buyer or seller behavior.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PON_AUC_DOCTYPES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
DOCTYPE_ID
ZD_EDITION_NAME
|
| PON_AUC_DOCTYPES_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
INTERNAL_NAME
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DOCTYPE_ID | NUMBER | Yes | System-generated unique Identifier | |
| INTERNAL_NAME | VARCHAR2 | (50) | Yes | Internal name for document type |
| SCOPE | VARCHAR2 | (25) | Not currently used | |
| STATUS | VARCHAR2 | (25) | Not currently used | |
| TRANSACTION_TYPE | VARCHAR2 | (25) | Transaction type to indicate whether Buying(REVERSE), Selling(FORWARD). | |
| MESSAGE_SUFFIX | VARCHAR2 | (10) | Message suffix is used internally be development to get the correct message variant for this document. | |
| 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 | |
| DOCTYPE_GROUP_NAME | VARCHAR2 | (50) | Document type group name to indicate whether a BUYER_AUCTION, SELLER_AUCTION, OFFER_TO_BUY, OFFER_TO_SELL, REQUEST_FOR_QUOTE, REQUEST_FOR_INFORMATION. | |
| DOCUMENT_TYPE_CODE | VARCHAR2 | (25) | Document type code as in PO document types table. Values are: AUCTION/SOURCING_RFQ/SOURCING_RFI. | |
| DOCUMENT_SUBTYPE | VARCHAR2 | (25) | Document subtype as in PO document types table. Values are: BUYER AUCTION/SOURCING RFQ/SOURCING RFI. | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT DOCTYPE_ID
, INTERNAL_NAME
, SCOPE
, STATUS
, TRANSACTION_TYPE
, MESSAGE_SUFFIX
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, DOCTYPE_GROUP_NAME
, DOCUMENT_TYPE_CODE
, DOCUMENT_SUBTYPE
, ZD_EDITION_NAME
FROM PON.PON_AUC_DOCTYPES;
PON.PON_AUC_DOCTYPES does not reference any database object
PON.PON_AUC_DOCTYPES is referenced by following:
PON
PON_AUC_DOCTYPES#
|
|
|
|