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

Class /event/notification/service_balgrp_transfer/data

This event is used to synchronise service transfer data between pipeline and BRM.

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
string PIN_FLD_NAME
poid PIN_FLD_USERID
poid PIN_FLD_SESSION_OBJ
poid PIN_FLD_ACCOUNT_OBJ
string PIN_FLD_PROGRAM_NAME
timestamp PIN_FLD_START_T
timestamp PIN_FLD_END_T
string PIN_FLD_DESCR
array PIN_FLD_SERVICES
string
string
poid
array PIN_FLD_BALANCE_GROUPS
poid
poid
poid
poid
substruct PIN_FLD_ACCOUNT
poid
poid


Field Details

string PIN_FLD_NAME

Name of the event (set to 'bracket event created').

Notes

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

Links


poid PIN_FLD_USERID

The unique ID of the user who is running the program that started the event.

Notes

  • Can be specified on object creation
  • Cannot be modified

Links


poid PIN_FLD_SESSION_OBJ

Link to the event object (/event/session) that represents the session within which this event occurred.

Notes

  • Can be specified on object creation
  • Cannot be modified

Links


poid PIN_FLD_ACCOUNT_OBJ

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

Notes

  • Required on object creation
  • Cannot be modified

Links


string PIN_FLD_PROGRAM_NAME

Name of the program that generated the event.

Notes

  • Required on object creation
  • Cannot be modified
  • Maximum length is 60 bytes

Links


timestamp PIN_FLD_START_T

event start time.

Notes

  • Required on object creation
  • Cannot be modified

Links


timestamp PIN_FLD_END_T

event end time.

Notes

  • Required on object creation
  • Cannot be modified

Links


string PIN_FLD_DESCR

Descr provided in input of service_balgrp_transfer.

Notes

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

Links


array PIN_FLD_SERVICES

Array containing the services transferred.

Notes

  • Can be specified on object creation
  • Can be modified

Links


string PIN_FLD_ITEM_POID_LIST

Old item poid list before the transfer.

Notes

Links


string PIN_FLD_NEXT_ITEM_POID_LIST

Old next item poid list before the transfer.

Notes

Links


poid PIN_FLD_SERVICE_OBJ

Poid of the service object that is being transferred.

Notes

Links


array PIN_FLD_BALANCE_GROUPS

Array containing the balance group and billinfo information.

Notes

  • Can be specified on object creation
  • Can be modified

Links


poid PIN_FLD_FROM_BAL_GRP_OBJ

Poid of the balance_group from which the service is transferred.

Notes

Links


poid PIN_FLD_TO_BAL_GRP_OBJ

Poid of the balance_group to which the service is transferred.

Notes

Links


poid PIN_FLD_FROM_BILLINFO_OBJ

Poid of the billinfo from which the service is transferred.

Notes

Links


poid PIN_FLD_TO_BILLINFO_OBJ

Poid of the billinfo to which the service is transferred.

Notes

Links


substruct PIN_FLD_ACCOUNT

Substruct containing the account information.

Notes

  • Can be specified on object creation
  • Can be modified

Links


poid PIN_FLD_FROM_OBJ

Poid of the account from which the service is transferred.

Notes

Links


poid PIN_FLD_TO_OBJ

Poid of the account to which the service is transferred.

Notes

Links




SQL Mapping

Links


Type Field Name Table Column Name
derived-class /event/notification/service_balgrp_transfer/data
string PIN_FLD_NAME
poid PIN_FLD_USERID
poid PIN_FLD_SESSION_OBJ
poid PIN_FLD_ACCOUNT_OBJ
string PIN_FLD_PROGRAM_NAME
timestamp PIN_FLD_START_T
timestamp PIN_FLD_END_T
string PIN_FLD_DESCR
array PIN_FLD_SERVICES
string
PIN_FLD_ITEM_POID_LIST
string
PIN_FLD_NEXT_ITEM_POID_LIST
poid
PIN_FLD_SERVICE_OBJ
array PIN_FLD_BALANCE_GROUPS
poid
PIN_FLD_FROM_BAL_GRP_OBJ
poid
PIN_FLD_TO_BAL_GRP_OBJ
poid
PIN_FLD_FROM_BILLINFO_OBJ
poid
PIN_FLD_TO_BILLINFO_OBJ
substruct PIN_FLD_ACCOUNT
poid
PIN_FLD_FROM_OBJ
poid
PIN_FLD_TO_OBJ
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