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

Class /event/notification/service/aac/modify

This event is generated when AAC fields of a service are modified.

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
poid PIN_FLD_SERVICE_OBJ
string PIN_FLD_PROGRAM_NAME
timestamp PIN_FLD_START_T
timestamp PIN_FLD_END_T
string PIN_FLD_SYS_DESCR
array PIN_FLD_SERVICES
string
string
string
string
string
string


Field Details

string PIN_FLD_NAME

Name of the event (set to 'Service Object AAC field modification Log').

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

Poid of the /account object with which the service is associated.

Notes

  • Required on object creation
  • Cannot be modified

Links


poid PIN_FLD_SERVICE_OBJ

Poid of the /service object for which AAC fields have been updated.

Notes

  • Required on object creation
  • Cannot be modified

Links


string PIN_FLD_PROGRAM_NAME

The 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

The time when the event started.

Notes

  • Required on object creation
  • Cannot be modified

Links


timestamp PIN_FLD_END_T

The time when the event ended.

Notes

  • Required on object creation
  • Cannot be modified

Links


string PIN_FLD_SYS_DESCR

Description of the event (Set to 'AAC fields update event').

Notes

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

Links


array PIN_FLD_SERVICES

Array of the service, For which the AAC fields are being modified There will be two elements in this array. The element at index '0' will contain the old values of the AAC fields which are getting modified. The element at index '1' will contain the new values for the AAC fields which are modified.

Notes

  • Can be specified on object creation
  • Can be modified

Links


string PIN_FLD_AAC_ACCESS

The access level specified when this service was created. This is a user-defined field to be used for marketing purposes.

Notes

Links


string PIN_FLD_AAC_PACKAGE

Name of the package used for registration using automatic account creation mechanisms. For example, the name of the package the subscriber used to register into the system.

Notes

Links


string PIN_FLD_AAC_PROMO_CODE

Promotion code. This is user-defined to track the details of account registration. For example, the promotion code used identifies the marketing channel which attracted this new subscriber.

Notes

Links


string PIN_FLD_AAC_SERIAL_NUM

Serial number used when the user was registered. Typically these serial numbers are pre-authorized by the service provider to allow restricted initial access to the subscriber.

Notes

Links


string PIN_FLD_AAC_SOURCE

Source name. This is a user-defined field to track the details of account registration.

Notes

Links


string PIN_FLD_AAC_VENDOR

Vendor name. This is a user-defined field to track the details of account registration. This field identifies the vendor through which the subscriber got access to the registration software.

Notes

Links




SQL Mapping

Links


Type Field Name Table Column Name
derived-class /event/notification/service/aac/modify
string PIN_FLD_NAME
poid PIN_FLD_USERID
poid PIN_FLD_SESSION_OBJ
poid PIN_FLD_ACCOUNT_OBJ
poid PIN_FLD_SERVICE_OBJ
string PIN_FLD_PROGRAM_NAME
timestamp PIN_FLD_START_T
timestamp PIN_FLD_END_T
string PIN_FLD_SYS_DESCR
array PIN_FLD_SERVICES
string
PIN_FLD_AAC_ACCESS
string
PIN_FLD_AAC_PACKAGE
string
PIN_FLD_AAC_PROMO_CODE
string
PIN_FLD_AAC_SERIAL_NUM
string
PIN_FLD_AAC_SOURCE
string
PIN_FLD_AAC_VENDOR
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