DBA Data[Home] [Help] [Dependency Information]


TABLE: PO.PO_RETROPRICE_GT

Object Details
Object Name: PO_RETROPRICE_GT
Object Type: TABLE
Owner: PO
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.

Temporary Table Details

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.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Columns
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)
Query Text

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
FROM PO.PO_RETROPRICE_GT;

Dependencies

[top of page]

PO.PO_RETROPRICE_GT does not reference any database object

PO.PO_RETROPRICE_GT is referenced by following:

SchemaAPPS
SynonymPO_RETROPRICE_GT