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

Class /event/notification/billing/due

This event signals the due for the bill.

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_SYS_DESCR
array PIN_FLD_BILLINFO
poid
timestamp
decimal
timestamp
string
string
string
int
string


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

Accounting cycle start time.

Notes

  • Required on object creation
  • Cannot be modified

Links


timestamp PIN_FLD_END_T

Accounting cycle end time.

Notes

  • Required on object creation
  • Cannot be modified

Links


string PIN_FLD_SYS_DESCR

System generated description - describes event programmatically (set to 'bracket event created').

Notes

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

Links


array PIN_FLD_BILLINFO

Array that contains information about the expiring bill

Notes

  • Can be specified on object creation
  • Can be modified

Links


poid PIN_FLD_BILL_OBJ

Link to the /bill object for which this billing operation is executed.

Notes

Links


timestamp PIN_FLD_DUE_T

The due date of this bill

Notes

Links


decimal PIN_FLD_DUE

Due amount of this bill

Notes

Links


timestamp PIN_FLD_END_T

The time when the billing ends

Notes

Links


string PIN_FLD_BILL_NO

Customer visible bill number

Notes

Links


string PIN_FLD_ACCOUNT_NO

Customer visible account number

Notes

Links


string PIN_FLD_RESOURCE_NAME

Resource Id of the currency

Notes

Links


int PIN_FLD_RESOURCE_ID

Resource Name of the currency

Notes

Links


string PIN_FLD_RESOURCE_SYMBOL

Resource Symbol of the currency

Notes

Links




SQL Mapping

Links


Type Field Name Table Column Name
derived-class /event/notification/billing/due
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_SYS_DESCR
array PIN_FLD_BILLINFO
poid
PIN_FLD_BILL_OBJ
timestamp
PIN_FLD_DUE_T
decimal
PIN_FLD_DUE
timestamp
PIN_FLD_END_T
string
PIN_FLD_BILL_NO
string
PIN_FLD_ACCOUNT_NO
string
PIN_FLD_RESOURCE_NAME
int
PIN_FLD_RESOURCE_ID
string
PIN_FLD_RESOURCE_SYMBOL
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