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

Class /invoice_detail

This object contains the event details for a large invoice.

Notes

  • The system will assign poid ids above 1000 to objects of this class. The range below this is reserved for creating objects with well-known poid ids.
  • 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_ACCOUNT_OBJ
poid PIN_FLD_BILL_OBJ
poid PIN_FLD_INVOICE_OBJ
int PIN_FLD_INVOICE_DETAIL_NUM
int PIN_FLD_INVOICE_DETAIL_TOTAL
array PIN_FLD_FORMATS
buffer
int64
decimal
string
string
string
timestamp


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_ACCOUNT_OBJ

Link to account object for which this object was created.

Notes

  • Required on object creation
  • Can be modified

Links


poid PIN_FLD_BILL_OBJ

Link to bill object for which the invoice is created.

Notes

  • Required on object creation
  • Cannot be modified

Links


poid PIN_FLD_INVOICE_OBJ

Link to invoice object for which the invoice_detail is created.

Notes

  • Required on object creation
  • Cannot be modified

Links


int PIN_FLD_INVOICE_DETAIL_NUM

The number which specifies this objects position in the list of /invoice_detail objects for an invoice for example 1 of 3, 2 of 3 etc..

Notes

  • Can be specified on object creation
  • Can be modified

Links


int PIN_FLD_INVOICE_DETAIL_TOTAL

The number which specifies the total number of /invoice_detail corresponding to the /invoice .

Notes

  • Can be specified on object creation
  • Can be modified

Links


array PIN_FLD_FORMATS

This array contains a chunk of the generated invoice object in the format in which the main invoice object buffer is generated. The Position of this chunk in the total number of generated /invoice_detail objects would be identified by the field PIN_FLD_INVOICE_DETAIL_NUM on the /invoice_detail object. The total number of chunks would be identified by PIN_FLD_INVOICE_DETAIL_TOTAL on the /invoice_detail object.

Notes

  • Can be specified on object creation
  • Can be modified

Links


buffer PIN_FLD_BUFFER

This holds the content of an invoice in a specific format.

Notes

Links


int64 PIN_FLD_HEADER_NUM

A generic user-definable header number field for each format

Notes

Links


decimal PIN_FLD_INV_SIZE

Invoice Size in KB

Notes

Links


string PIN_FLD_HEADER_STR

A generic user definable header string field for each format

Notes

Links


string PIN_FLD_LOCALE

This holds the preferred locale for invoice. It is used by applicatios. It may be used to drive UI in self-care web pages. The format is Windows NT 3-letter locale code (ISO 639 two letter language and one letter sublanguage). For example for US English the value is ENU.

Notes

Links


string PIN_FLD_TYPE_STR

Invoice file format type string in mime, Default: text/pin_flist

Notes

Links


timestamp PIN_FLD_EFFECTIVE_T

This is the time the status becomes effective.

Notes

Links




SQL Mapping


PIN_FLD_HEADER_NUM
A generic user-definable header number field for each format header_num_arr
Type Field Name Table Column Name
base-class /invoice_detail invoice_detail_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_ACCOUNT_OBJ account_obj*
poid PIN_FLD_BILL_OBJ bill_obj*
poid PIN_FLD_INVOICE_OBJ invoice_obj*
int PIN_FLD_INVOICE_DETAIL_NUM invoice_detail_num
int PIN_FLD_INVOICE_DETAIL_TOTAL invoice_detail_total
array PIN_FLD_FORMATS invoice_detail_formats_t
buffer
PIN_FLD_BUFFER
invoice_detail_formats_buf_t buffer*
decimal
PIN_FLD_INV_SIZE
inv_size
string
PIN_FLD_HEADER_STR
header_str_arr
string
PIN_FLD_LOCALE
locale
string
PIN_FLD_TYPE_STR
type_str
timestamp
PIN_FLD_EFFECTIVE_T
effective_t
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