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


TABLE: PV.PV_PG_MMBR_TRANSITIONS

Object Details
Object Name: PV_PG_MMBR_TRANSITIONS
Object Type: TABLE
Owner: PV
FND Design Data: TablePV.PV_PG_MMBR_TRANSITIONS
Subobject Name:
Status: VALID


PV_PG_MMBR_TRANSITIONS links different memberships when they are trasitioned into other memberships on upgrade, downgrade, or renewals.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PV_PG_MMBR_TRANSITIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMMBR_TRANSITION_ID
PV_PG_MMBR_TRANSITIONS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFROM_MEMBERSHIP_ID
ColumnTO_MEMBERSHIP_ID
Columns
Name Datatype Length Mandatory Comments
MMBR_TRANSITION_ID NUMBER
Yes Unique Identifier
FROM_MEMBERSHIP_ID NUMBER
Yes Foreign key to Membership Id from which this membership is transitioned from during renewal, upgrade, or downgrade
OBJECT_VERSION_NUMBER NUMBER (9) Yes This column is used for locking purposes
TO_MEMBERSHIP_ID NUMBER
Yes Foreign key to Membership Id to which this membership is transitioned to during renewal, upgrade, or downgrade
CREATED_BY NUMBER (15) Yes Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column
Query Text

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


SELECT MMBR_TRANSITION_ID
,      FROM_MEMBERSHIP_ID
,      OBJECT_VERSION_NUMBER
,      TO_MEMBERSHIP_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM PV.PV_PG_MMBR_TRANSITIONS;

Dependencies

[top of page]

PV.PV_PG_MMBR_TRANSITIONS does not reference any database object

PV.PV_PG_MMBR_TRANSITIONS is referenced by following:

SchemaAPPS
SynonymPV_PG_MMBR_TRANSITIONS