[Home] [Help]
[Dependency Information]
| Object Name: | QP_DISCOUNTS_UPG_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | QP |
| Subobject Name: | |
| Status: | VALID |
QP.QP_DISCOUNTS_UPG_TEMP is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DISCOUNT_ID | NUMBER | |||
| DISCOUNT_NAME | VARCHAR2 | (50) | ||
| DISCOUNT_LINE_ID | NUMBER | |||
| DISCOUNT_PERCENT | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT DISCOUNT_ID
, DISCOUNT_NAME
, DISCOUNT_LINE_ID
, DISCOUNT_PERCENT
FROM QP.QP_DISCOUNTS_UPG_TEMP;
QP.QP_DISCOUNTS_UPG_TEMP does not reference any database object
QP.QP_DISCOUNTS_UPG_TEMP is referenced by following:
APPS
QP_DISCOUNTS_UPG_TEMP
|
|
|
|