[Home] [Help]
[Dependency Information]
| Object Name: | QP_PTE_REQUEST_TYPES_B |
|---|---|
| Object Type: | TABLE |
| Owner: | QP |
| FND Design Data: | QP.QP_PTE_REQUEST_TYPES_B
|
| Subobject Name: | |
| Status: | VALID |
Stores details ofall Request types. Request types are used by calling applications that make a call to Pricing engine.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| QP_PTE_REQUEST_TYPES_B_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
REQUEST_TYPE_CODE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REQUEST_TYPE_CODE | VARCHAR2 | (30) | Yes | Unique identifier |
| PTE_CODE | VARCHAR2 | (30) | Yes | Indicates the Pricing Transaction Entity to which the Request type is attached to. A given Request type can belong to one Pricing Transaction Entity only. |
| ORDER_LEVEL_GLOBAL_STRUCT | VARCHAR2 | (80) | This Global structure is most likely a packaged variable that has the default value of the Request type at Order level. | |
| LINE_LEVEL_GLOBAL_STRUCT | VARCHAR2 | (80) | This Global structure is most likely a packaged variable that has the default value of the Request type at Line level. | |
| ORDER_LEVEL_VIEW_NAME | VARCHAR2 | (80) | This View name is the name of the view and the column in the view that has the default value of the Request type at Order level. | |
| LINE_LEVEL_VIEW_NAME | VARCHAR2 | (80) | This View name is the name of the view and the column in the view that has the default value of the Request type at Liner level. | |
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Indicates whether the Request type is enabled or not |
| CONTEXT | VARCHAR2 | (30) | Descriptive flexfield structure | |
| ATTRIBUTE1 | VARCHAR2 | (240) | Descriptive flexfield structure | |
| ATTRIBUTE2 | VARCHAR2 | (240) | Descriptive flexfield structure | |
| ATTRIBUTE3 | VARCHAR2 | (240) | Descriptive flexfield structure | |
| ATTRIBUTE4 | VARCHAR2 | (240) | Descriptive flexfield structure | |
| ATTRIBUTE5 | VARCHAR2 | (240) | Descriptive flexfield structure | |
| ATTRIBUTE6 | VARCHAR2 | (240) | Descriptive flexfield structure | |
| ATTRIBUTE7 | VARCHAR2 | (240) | Descriptive flexfield structure | |
| ATTRIBUTE8 | VARCHAR2 | (240) | Descriptive flexfield structure | |
| ATTRIBUTE9 | VARCHAR2 | (240) | Descriptive flexfield structure | |
| ATTRIBUTE10 | VARCHAR2 | (240) | Descriptive flexfield structure | |
| ATTRIBUTE11 | VARCHAR2 | (240) | Descriptive flexfield structure | |
| ATTRIBUTE12 | VARCHAR2 | (240) | Descriptive flexfield structure | |
| ATTRIBUTE13 | VARCHAR2 | (240) | Descriptive flexfield structure | |
| ATTRIBUTE14 | VARCHAR2 | (240) | Descriptive flexfield structure | |
| ATTRIBUTE15 | VARCHAR2 | (240) | Descriptive flexfield structure | |
| 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 | ||
| PROGRAM_APPLICATION_ID | NUMBER | Standard WHO Column | ||
| PROGRAM_ID | NUMBER | Standard WHO Column | ||
| PROGRAM_UPDATE_DATE | DATE | Standard WHO Column | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT REQUEST_TYPE_CODE
, PTE_CODE
, ORDER_LEVEL_GLOBAL_STRUCT
, LINE_LEVEL_GLOBAL_STRUCT
, ORDER_LEVEL_VIEW_NAME
, LINE_LEVEL_VIEW_NAME
, ENABLED_FLAG
, CONTEXT
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, ZD_EDITION_NAME
FROM QP.QP_PTE_REQUEST_TYPES_B;
QP.QP_PTE_REQUEST_TYPES_B does not reference any database object
QP.QP_PTE_REQUEST_TYPES_B is referenced by following:
QP
QP_PTE_REQUEST_TYPES_B#
|
|
|
|