BN_FORM_DEF(SQL Table) |
Index Back |
---|---|
Ben Calculated Field Seq RulesThis record contains the components of a calculated formula, ordered by sequence number |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BN_FORMULA_ID | Character(10) | VARCHAR2(10) NOT NULL | This field is key for defining the formula and formula can be uniquely identified by this field. |
2 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
3 | BN_SEQ_NUM | Number(3,0) | SMALLINT NOT NULL | This field defines the sequence number for building the formula |
4 | BEN_OPERAND | Character(1) | VARCHAR2(1) NOT NULL |
This Field defines the operands for building the formula
(=( )=) *=* +=+ -=- /=/ R=Rounding |
5 | BN_ENTRY_TYP | Character(4) | VARCHAR2(4) NOT NULL |
This field defines attirbutes of the value for building formula
BASE=Base CNST=Constant |
6 | BN_VALUE | Signed Number(13,3) | DECIMAL(11,3) NOT NULL | This Field defines the numeric value |
7 | ROUND_UP_AMT | Number(7,2) | DECIMAL(6,2) NOT NULL | Round Up Amount |
8 | ROUND_TO | Number(5,0) | INTEGER NOT NULL | Round to Multiple of |