Copyright © 2024, Oracle and/or its affiliates.
Field Index SQL Mapping

Class /event/notification/offer_profile/create

The /event/notification/offer_profile/create is generated when a new offer_profile is created.

Notes

  • This object can be read by the owner or any billing group leader within the brand who is an ancestor of the owner.
  • This object can be modified by the owner or any billing group leader within the brand who is an ancestor of the owner.
  • This object can be created by anyone.

Links



Field Index

Type Field Name
poid PIN_FLD_ACCOUNT_OBJ
array PIN_FLD_OFFER_PROFILES
poid
string
string
string
array
string
string
int
enum
array3


Field Details

poid PIN_FLD_ACCOUNT_OBJ

Link to the account object which is responsible for creating this event.

Notes

  • Required on object creation
  • Can be modified

Links


array PIN_FLD_OFFER_PROFILES

Array of offer_profile that is created

Notes

  • Can be specified on object creation
  • Can be modified

Links


poid PIN_FLD_POID

Poid of the offer_profile created

Notes

Links


string PIN_FLD_NAME

Name of the offer_profile.

Notes

Links


string PIN_FLD_CODE

Code of the offer_profile.

Notes

Links


string PIN_FLD_DESCR

Description of the offer_profile

Notes

Links


array PIN_FLD_POLICY_LABELS

Array to hold the policy labels information.

Notes

Links


string PIN_FLD_LABEL

The label of the policy.

Notes

  • Required on object creation
  • Can be modified
  • Maximum length is 255 bytes

Links


string PIN_FLD_RESOURCE_NAME

The resource name.

Notes

  • Required on object creation
  • Can be modified
  • Maximum length is 255 bytes

Links


int PIN_FLD_RESOURCE_ID

The resource id

Notes

  • Required on object creation
  • Can be modified

Links


enum PIN_FLD_UNIT

Unit of the resource.

Notes

  • Required on object creation
  • Can be modified

Links


array3 PIN_FLD_TIERS

Tier array

Notes

  • Can be specified on object creation
  • Can be modified

Links




SQL Mapping

Links


PIN_FLD_TIERS
Tier array
Type Field Name Table Column Name
derived-class /event/notification/offer_profile/create
poid PIN_FLD_ACCOUNT_OBJ
array PIN_FLD_OFFER_PROFILES
poid
PIN_FLD_POID
string
PIN_FLD_NAME
string
PIN_FLD_CODE
string
PIN_FLD_DESCR
array
PIN_FLD_POLICY_LABELS
string
PIN_FLD_LABEL
string
PIN_FLD_RESOURCE_NAME
int
PIN_FLD_RESOURCE_ID
enum
PIN_FLD_UNIT
decimal
decimal
string
Column names marked with * are actually column prefixes. For poid type fields, the column prefix is used to create the columns poid_id0, poid_db and poid_type if the prefix is "poid". For PIN_FLD_POID in the base table, an additional column named poid_rev is created to hold the poid revision. For buffer fields, two columns are created - one in the containing table and one in the buffer table. For example if the prefix is "buf", then the column name in the buffer table is buffer_buf and the column name in the containing table is buffer_size.


Field Index This Class