Loyalty Tables and Views
This guide contains the information about tables within Oracle Loyalty Cloud and their columns, primary keys, and indexes. It also includes the information about views within Oracle Loyalty Cloud along with the columns and queries associated with each view.
-
Catalog, Price Books, Products, and Promotions
-
Common CRM
-
ConfigurationCRM Application Composer
-
Customer Data Model
-
Partner Management
For your reference:
-
Tables are the basic unit of data storage in Oracle Loyalty Cloud, where data is stored in rows and columns. For example, the LOY_PROGRAM table stores information about the Loyalty programs. This table stores attributes such as the program name, program owner, program description, and whether an enrollment bonus is enabled, and so on.
-
A view is a logical representation of a table or combination of tables. It is a stored query that derives its data from the tables on which it is based. For example, the LOY_ATTRDEFN_VL view is based on the LOY_ATTRDEFN_B and the LOY_ATTRDEFN_TL tables, and shows the attributes queried from these two tables.