[Home] [Help]
[Dependency Information]
| Object Name: | QP_FWK_DELAYED_REQUESTS |
|---|---|
| Object Type: | TABLE |
| Owner: | QP |
| FND Design Data: | QP.QP_FWK_DELAYED_REQUESTS
|
| Subobject Name: | |
| Status: | VALID |
Stores the delayed requests logged from the HTML pricing flows
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ENTITY_CODE | VARCHAR2 | (30) | Object for which the delayed request has been logged. | |
| ENTITY_ID | NUMBER | Primary key for the object as in entity_code. | ||
| REQUESTING_ENTITY_CODE | VARCHAR2 | (30) | Entity logging the request. | |
| REQUESTING_ENTITY_ID | NUMBER | Primary key for the entity logging the request. | ||
| REQUEST_TYPE | VARCHAR2 | (30) | Request types as defined in qp_globals. | |
| REQUEST_UNIQUE_KEY1 | VARCHAR2 | (30) | Key to identify a unique request. | |
| REQUEST_UNIQUE_KEY2 | VARCHAR2 | (30) | Key to identify a unique request. | |
| REQUEST_UNIQUE_KEY3 | VARCHAR2 | (30) | Key to identify a unique request. | |
| REQUEST_UNIQUE_KEY4 | VARCHAR2 | (30) | Key to identify a unique request. | |
| REQUEST_UNIQUE_KEY5 | VARCHAR2 | (30) | Key to identify a unique request. | |
| PARAM1 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM2 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM3 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM4 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM5 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM6 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM7 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM8 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM9 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM10 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM11 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM12 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM13 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM14 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM15 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM16 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM17 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM18 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM19 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM20 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM21 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM22 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM23 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM24 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| PARAM25 | VARCHAR2 | (240) | Parameter for the delayed request. | |
| LONG_PARAM1 | VARCHAR2 | (2000) | Parameter for the delayed request. | |
| STATUS | VARCHAR2 | (30) | Return status of the delayed request. |
Cut, paste (and edit) the following text to query this object:
SELECT ENTITY_CODE
, ENTITY_ID
, REQUESTING_ENTITY_CODE
, REQUESTING_ENTITY_ID
, REQUEST_TYPE
, REQUEST_UNIQUE_KEY1
, REQUEST_UNIQUE_KEY2
, REQUEST_UNIQUE_KEY3
, REQUEST_UNIQUE_KEY4
, REQUEST_UNIQUE_KEY5
, PARAM1
, PARAM2
, PARAM3
, PARAM4
, PARAM5
, PARAM6
, PARAM7
, PARAM8
, PARAM9
, PARAM10
, PARAM11
, PARAM12
, PARAM13
, PARAM14
, PARAM15
, PARAM16
, PARAM17
, PARAM18
, PARAM19
, PARAM20
, PARAM21
, PARAM22
, PARAM23
, PARAM24
, PARAM25
, LONG_PARAM1
, STATUS
FROM QP.QP_FWK_DELAYED_REQUESTS;
QP.QP_FWK_DELAYED_REQUESTS does not reference any database object
QP.QP_FWK_DELAYED_REQUESTS is referenced by following:
QP
QP_FWK_DELAYED_REQUESTS#
|
|
|
|