Definition of table bud-phase
Identify each phase (or step) in the budgeting process
, Table Dump Name bud-phas
Alphabetical Field Summary
credate: (DATE) Date of record creation
description: (CHAR) Description of this phase
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)
is-active: (LOGC) Is this the currently active phase of the budget process
phase: (INTG) The order in which this step occurs
primary-key: (INTG) Unique, Primary key for table/record
upddate: (DATE) Date of last record update
Alphabetical Index Summary
extern-guid: extern-guid
phase-order: (UNIQUE, PRIMARY) fiscal-year, phase
Alphabetical Trigger Summary
CREATE: Overridable, Procedure is tr-c-bup.p (SOURCE NOT AVAILABLE)
DELETE: Overridable, Procedure is tr-d-bup.p (SOURCE NOT AVAILABLE)
REPLICATION-CREATE: Procedure is rp-c-bup.p (SOURCE NOT AVAILABLE)
REPLICATION-DELETE: Procedure is rp-d-bup.p (SOURCE NOT AVAILABLE)
REPLICATION-WRITE: Procedure is rp-u-bup.p (SOURCE NOT AVAILABLE)
WRITE: Overridable, Procedure is tr-u-bup.p (SOURCE NOT AVAILABLE)
Other tables who reference bud-phase
bud-detail - Detail account budgeting
_Connect - (no description available)
Tables bud-phase references
bud-detail - Detail account budgeting
period - Period definition file. This defines the start/stop of each
Detailed Alphabetical Field Listing
credate Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date of record creation
description Data type: CHARACTER
Format: x(32)
Help: Description of this phase
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
is-active Data type: LOGICAL
Format: Yes/No (Initial Value: No)
Help: Is this the currently active phase of the budget process
phase Data type: INTEGER
Format: >9
Help: The order in which this step occurs
Attributes: Index Component
primary-key Data type: INTEGER
Format: zzzzzzzzz9
Help: Unique, Primary key for table/record
upddate Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date of last record update
Created on 04/17/2012 by DBHTML V1.2