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

Class /ppv_purchase

Pay per view purchase class.

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_POID
timestamp PIN_FLD_CREATED_T
timestamp PIN_FLD_MOD_T
string PIN_FLD_READ_ACCESS
string PIN_FLD_WRITE_ACCESS
string PIN_FLD_CREATE_ACCESS
poid PIN_FLD_PPV_SCHEDULE_OBJ
poid PIN_FLD_ACCOUNT_OBJ
enum PIN_FLD_ORDER_METHOD
decimal PIN_FLD_ORDER_PRICE
enum PIN_FLD_ORDER_STATUS
timestamp PIN_FLD_ORDER_DATE
string PIN_FLD_ORDERED_BY
array PIN_FLD_DEVICES
poid
poid
int PIN_FLD_CANCEL_REASON_ID


Field Details

poid PIN_FLD_POID

Object Identifier for an instance of this class. Portal object ids have four pieces of information: database number, class type, sequence id, revision.

Notes

  • System defined on object creation
  • Can be modified only by System

Links


timestamp PIN_FLD_CREATED_T

Time the object was created.

Notes

  • System defined on object creation
  • Can be modified only by System

Links


timestamp PIN_FLD_MOD_T

Time the object was last modified.

Notes

  • System defined on object creation
  • Can be modified only by System

Links


string PIN_FLD_READ_ACCESS

Read Access level for object. Valid values are S(Self), G(Global), L(BrandLineage), B(BrandGroup), A(Ancestral).

Notes

  • System defined on object creation
  • Can be modified only by System
  • Maximum length is 255 bytes

Links


string PIN_FLD_WRITE_ACCESS

Write Access level for object. Valid values are S(Self), G(Global), L(BrandLineage), B(BrandGroup), A(Ancestral).

Notes

  • System defined on object creation
  • Can be modified only by System
  • Maximum length is 255 bytes

Links


string PIN_FLD_CREATE_ACCESS

Create Access level for object. Valid values are O(BrandOwner), R(Root), N(Any).

Notes

  • System defined on object creation
  • Can be modified only by System
  • Maximum length is 255 bytes

Links


poid PIN_FLD_PPV_SCHEDULE_OBJ

Pay per view schedule object.

Notes

  • Required on object creation
  • Can be modified

Links


poid PIN_FLD_ACCOUNT_OBJ

Portal account object ID.

Notes

  • Required on object creation
  • Can be modified

Links


enum PIN_FLD_ORDER_METHOD

Depicts how the subscriber ordered a schedule. Legal values are CSR(0), IVR(1), ANI(2), IPPV(3), and WEB(4)

Notes

  • Can be specified on object creation
  • Can be modified

Links


decimal PIN_FLD_ORDER_PRICE

Reflects the price at the time the schedule was ordered

Notes

  • Can be specified on object creation
  • Can be modified

Links


enum PIN_FLD_ORDER_STATUS

Depicts whether the purchase is still active, has been cancelled or is still pending. Legal values are ACTIVE(1), CANCELED(2), and RATING(3)

Notes

  • Can be specified on object creation
  • Can be modified

Links


timestamp PIN_FLD_ORDER_DATE

The date the schedule was ordered by the subscriber

Notes

  • Can be specified on object creation
  • Can be modified

Links


string PIN_FLD_ORDERED_BY

The name of the subscriber who ordered the schedule

Notes

  • Can be specified on object creation
  • Can be modified
  • Maximum length is 64 bytes

Links


array PIN_FLD_DEVICES

Notes

  • Can be specified on object creation
  • Can be modified

Links


poid PIN_FLD_SERVICE_OBJ

Portal service object ID.

Notes

Links


poid PIN_FLD_DEVICE_OBJ

Portal device object of the settop device to receive the ppv entitlement

Notes

Links


int PIN_FLD_CANCEL_REASON_ID

Number representing the string id of the localized string for reason a schedule was cancelled

Notes

  • Can be specified on object creation
  • Can be modified

Links




SQL Mapping


Type Field Name Table Column Name
base-class /ppv_purchase ppv_purchase_t
poid PIN_FLD_POID poid*
timestamp PIN_FLD_CREATED_T created_t
timestamp PIN_FLD_MOD_T mod_t
string PIN_FLD_READ_ACCESS read_access
string PIN_FLD_WRITE_ACCESS wrtie_access
string PIN_FLD_CREATE_ACCESS create_access
poid PIN_FLD_PPV_SCHEDULE_OBJ ppv_schedule_obj*
poid PIN_FLD_ACCOUNT_OBJ account_obj*
enum PIN_FLD_ORDER_METHOD order_method
decimal PIN_FLD_ORDER_PRICE order_price
enum PIN_FLD_ORDER_STATUS order_status
timestamp PIN_FLD_ORDER_DATE order_date
string PIN_FLD_ORDERED_BY ordered_by
array PIN_FLD_DEVICES ppv_purchase_devices_t
poid
PIN_FLD_SERVICE_OBJ
service_obj*
poid
PIN_FLD_DEVICE_OBJ
device_obj*
int PIN_FLD_CANCEL_REASON_ID cancel_reason_id
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