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


TABLE: PV.PV_PG_INVITE_HEADERS_B

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


PV_PG_INVITE_HEADERS_B table stores the invitation details sent by vendor user to partner users inviting them to either enroll in or renew or upgrade the membership.
INVITE_TYPE_CODE identifies type of invitation - like New, Renew, or Upgrade.
Vendor can chose to offer discount in program enrollment fee in invitations. These discount offeres are created in Advanced Pricing(QP) via Trade Management product.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PV_PG_ENRL_INVITE_HEADERS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINVITE_HEADER_ID
PV_PG_ENRL_INVITE_HEADERS_B_U2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnQP_LIST_HEADER_ID
Columns
Name Datatype Length Mandatory Comments
INVITE_HEADER_ID NUMBER
Yes Unique Identifier
OBJECT_VERSION_NUMBER NUMBER (9) Yes This column is used for locking purposes
QP_LIST_HEADER_ID VARCHAR2 (30)
Foreign key reference to QP Price List Header Id that is being created during offer creation process.
INVITE_TYPE_CODE VARCHAR2 (30)
Invitation type like New, or Upgrade, or Downgrade.
INVITE_FOR_PROGRAM_ID NUMBER
Yes Foreign key reference to Program Id for which invitation is being sent.
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
PARTNER_ID NUMBER
Yes The partner id of the partner who received the invitation
INVITE_END_DATE DATE

The date till the invite offer is valid.
ORDER_HEADER_ID NUMBER

Foreign Key to OM order header id. This column holds associated order header id for vad invitations.
INVITED_BY_PARTNER_ID NUMBER

Invitations can be sent out by Value Added Distributors( VAD's). This column stores the partner id of the VAD who sent the invite.
TRXN_EXTENSION_ID NUMBER

Reference to the credit card payment information
Query Text

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


SELECT INVITE_HEADER_ID
,      OBJECT_VERSION_NUMBER
,      QP_LIST_HEADER_ID
,      INVITE_TYPE_CODE
,      INVITE_FOR_PROGRAM_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PARTNER_ID
,      INVITE_END_DATE
,      ORDER_HEADER_ID
,      INVITED_BY_PARTNER_ID
,      TRXN_EXTENSION_ID
FROM PV.PV_PG_INVITE_HEADERS_B;

Dependencies

[top of page]

PV.PV_PG_INVITE_HEADERS_B does not reference any database object

PV.PV_PG_INVITE_HEADERS_B is referenced by following:

SchemaAPPS
SynonymPV_PG_INVITE_HEADERS_B