Definition of table billing-period
No table description available
, Table Dump Name bill-per
Alphabetical Field Summary
billing-group-code: (CHAR) Billing group this period is associated with
billing-period-code: (CHAR) Name of this period
description: (CHAR) Description of this billing period
extern-guid: (CHAR) External Global Unique ID for this record
fiscal-year: (CHAR) Start year of fiscal year (i.e. 1992 for FY 1992/1993)
last-pushed-by: (CHAR) Name of user who last pushed this period
last-pushed-date: (DATE) Date this period was last 'pushed'
next-item-num: (INTG) Next Period Item #
primary-key: (INTG) Unique, Primary key for table/record
Alphabetical Index Summary
billing-period: (UNIQUE, PRIMARY) fiscal-year, billing-group-code, billing-period-code
description: fiscal-year, billing-group-code, description
extern-guid: extern-guid
Alphabetical Trigger Summary
CREATE: Overridable, Procedure is tr-c-blp.p (SOURCE NOT AVAILABLE)
DELETE: Overridable, Procedure is tr-d-blp.p (SOURCE NOT AVAILABLE)
REPLICATION-CREATE: Procedure is rp-c-blp.p (SOURCE NOT AVAILABLE)
REPLICATION-DELETE: Procedure is rp-d-blp.p (SOURCE NOT AVAILABLE)
REPLICATION-WRITE: Procedure is rp-u-blp.p (SOURCE NOT AVAILABLE)
WRITE: Overridable, Procedure is tr-u-blp.p (SOURCE NOT AVAILABLE)
Other tables who reference billing-period
billing-period-item - (no description available)
Tables billing-period references
billing-group - (no description available)
period - Period definition file. This defines the start/stop of each
Detailed Alphabetical Field Listing
billing-group-code Data type: CHARACTER
Format: x(8)
Help: Billing group this period is associated with
Attributes: Index Component
billing-period-code Data type: CHARACTER
Format: x(8)
Help: Name of this period
Attributes: Index Component
description Data type: CHARACTER
Format: x(28)
Help: Description of this billing period
Attributes: Index Component
extern-guid Data type: CHARACTER
Format: x(32)
Description: External Global Unique ID for this record
Attributes: Index Component
fiscal-year Data type: CHARACTER
Format: 9999
Description: Start year of fiscal year (i.e. 1992 for FY 1992/1993)
Attributes: Index Component
last-pushed-by Data type: CHARACTER
Format: x(16)
Help: Name of user who last pushed this period
last-pushed-date Data type: DATE
Format: 99/99/9999
Help: Date this period was last 'pushed'
next-item-num Data type: INTEGER
Format: zzzzz9 (Initial Value: 0)
Help: Next Period Item #
primary-key Data type: INTEGER
Format: zzzzzzzzz9
Help: Unique, Primary key for table/record
Created on 04/17/2012 by DBHTML V1.2