LOY_PROG_PARTNER_PNTTYPE

The table is used to store the Point Type Conversion rates for Partners of Loyalty Programs.

Details

  • Schema: FUSION

  • Object owner: LOY

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

LOY_PROG_PARTNER_PNTTYPE_PK

PROG_PARTNER_PNTTYPE_ID

Columns

Name Datatype Length Precision Not-null Comments
PROG_PARTNER_PNTTYPE_ID NUMBER 18 Yes Who Column: Primary Key.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
PROG_PARTNER_ID NUMBER 18 Yes Program Partner Identifier
POINT_TYPE_ID NUMBER 18 Yes Point Type Identifier
CONV_RATE NUMBER Conversion Rate between member point type and partner point type
START_DATE TIMESTAMP Yes Indicates the date at the beginning of the date range within which the row is effective.
END_DATE TIMESTAMP Indicates the date at the end of the date range within which the row is effective.
DESC_TEXT VARCHAR2 250 Short Description of this record
TYPE_CODE VARCHAR2 30 Yes Type code to differentiate between Partner Account Debit setup and Pre-calculated Accrual setup record
TXN_POINT_LMT NUMBER The maximum points for a single transaction that can be sent in case of pre-calculated accruals

Foreign Keys

Table Foreign Table Foreign Key Column
LOY_PROG_PARTNER_PNTTYPE loy_prog_org PROG_PARTNER_ID
LOY_PROG_PARTNER_PNTTYPE loy_attrdefn_b POINT_TYPE_ID

Indexes

Index Uniqueness Tablespace Columns
LOY_PROG_PARTNER_PNTTYPE_F1 Non Unique Default POINT_TYPE_ID
LOY_PROG_PARTNER_PNTTYPE_N1 Non Unique Default TYPE_CODE
LOY_PROG_PARTNER_PNTTYPE_U1 Unique Default PROG_PARTNER_PNTTYPE_ID
LOY_PROG_PARTNER_PNTTYPE_U2 Unique Default PROG_PARTNER_ID, TYPE_CODE, POINT_TYPE_ID