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


TABLE: APPS.PV_PARTNER_ID_SESSION

Object Details
Object Name: PV_PARTNER_ID_SESSION
Object Type: TABLE
Owner: APPS
Subobject Name:
Status: VALID

Temporary Table Details

APPS.PV_PARTNER_ID_SESSION 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
Indexes
Index Type Uniqueness Tablespace Column
PV_PARTNER_ID_SESSION_U1 NORMAL UNIQUE Tablespace ColumnPARTNER_ID
Columns
Name Datatype Length Mandatory Comments
PARTNER_ID NUMBER
Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PARTNER_ID
FROM APPS.PV_PARTNER_ID_SESSION;

Dependencies

[top of page]

APPS.PV_PARTNER_ID_SESSION does not reference any database object

APPS.PV_PARTNER_ID_SESSION is referenced by following:

SchemaAPPS
Package BodyPV_CONTEXT_VALUES - show dependent code