[Home] [Help]
[Dependency Information]
Object Name: | PO_RETROPRICE_GT |
---|---|
Object Type: | TABLE |
Owner: | PO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
For Internal Use Only: PO_RETROPRICE_GT is used to write the results of the bulk selects in the procedure PO_RETROACTIVE_PRICING_PVT.MassUpdate_Releases. This is then used later to update the tables using bulk processing.
PO.PO_RETROPRICE_GT 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 |
---|---|---|---|---|
ROW_ID | VARCHAR2 | (30) | ||
NEW_PRICE | NUMBER | |||
PO_RELEASE_ID | NUMBER | |||
PO_HEADER_ID | NUMBER | |||
ARCHIVED_REVISION_NUM | NUMBER | |||
AUTHORIZATION_STATUS | VARCHAR2 | (25) | ||
NEW_BASE_PRICE | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, NEW_PRICE
, PO_RELEASE_ID
, PO_HEADER_ID
, ARCHIVED_REVISION_NUM
, AUTHORIZATION_STATUS
, NEW_BASE_PRICE
FROM PO.PO_RETROPRICE_GT;
PO.PO_RETROPRICE_GT does not reference any database object
PO.PO_RETROPRICE_GT is referenced by following:
|
|
|