UPG_FAEP2EE_AET

(SQL Table)
Index Back

Equation Conversion AET

State record for conversion from old equation processor equations to the new equation engine equations.

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 PROCESS_INSTANCE Number(10,0) DECIMAL(10) NOT NULL Process Instance
2 EQUATION_NAME Character(12) VARCHAR2(12) NOT NULL Equation Name
3 EFFDT Date(10) DATE Effective Date
4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
5 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
6 DESCR100 Character(100) VARCHAR2(100) NOT NULL Length 100 Description
7 EQTN_KEYWORD Character(4) VARCHAR2(4) NOT NULL Equation Keyword
ELSE=ELSE
ENDF=END IF
FIND=FIND
IF=IF
NEXT=FIND NEXT
THEN=THEN
8 EQTN_ACTN_TYPE Character(2) VARCHAR2(2) NOT NULL Action Type
CL=Calculate
GO=Go
LN=Link
RT=Return
SO=Set Occurrence
ST=Stop
9 EQTN_ID_AUTH_CLASS Character(30) VARCHAR2(30) NOT NULL Equation Id Auth Class
10 EQTN_OPERAND1 Character(18) VARCHAR2(18) NOT NULL Operand1
11 EQTN_OPERAND2 Character(18) VARCHAR2(18) NOT NULL Operand2
12 EQTN_OPERAND3 Character(18) VARCHAR2(18) NOT NULL Operand3
13 EQTN_OPERAND4 Character(18) VARCHAR2(18) NOT NULL Operand4
14 EQTN_OPERAND1_TYP Character(1) VARCHAR2(1) NOT NULL Operand1 Type
E=Equation
F=FieldName
15 EQTN_OPERAND2_TYP Character(1) VARCHAR2(1) NOT NULL Operand2 Type
C=Character String
D=Constant Numeric Decimal
F=FieldName
V=FieldValue
16 EQTN_OPERAND3_TYP Character(1) VARCHAR2(1) NOT NULL Operand3 Type
C=Character String
D=Constant Numeric Decimal
F=FieldName
V=FieldValue
17 EQTN_OPERAND4_TYP Character(1) VARCHAR2(1) NOT NULL Operand4 Type
C=Character String
D=Constant Numeric Decimal
F=FieldName
V=FieldValue
18 OPERAND1_FIELDTYPE Number(2,0) SMALLINT NOT NULL Operand1 Field Type
19 OPERAND2_FIELDTYPE Number(2,0) SMALLINT NOT NULL Operand2 Field Type
20 OPERAND3_FIELDTYPE Number(2,0) SMALLINT NOT NULL Operand3 FieldType
21 OPERAND4_FIELDTYPE Number(2,0) SMALLINT NOT NULL Operand4 Field Type
22 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
23 EQTN_OPERATOR1 Character(3) VARCHAR2(3) NOT NULL Operator1
*=multiply
+=add
-=minus
/=divide
<=less than
<==less than or equal
<>=not equal
==assign
===equal to (boolean)
>=greater than
>==greater than or equal
AND=and conjunction
OR=or conjunction
24 EQTN_OPERATOR2 Character(3) VARCHAR2(3) NOT NULL Operator2
*=multiply
+=add
-=minus
/=divide
<=less than
<==less than or equal to
<>=not equal
==assign to
===equal to (boolean)
>=greater than
>==greater than or equal to
AND=and conjunction
OR=or conjunction
25 EQTN_OPERATOR3 Character(3) VARCHAR2(3) NOT NULL Operator3
*=multiply
+=add
-=minus
/=divide
<=less than
<==less than or equal
<>=not equal
==assign to
===equal to (boolean)
>=greater than
>==greater than or equal to
AND=and conjunction
OR=or conjunction
RET=return
26 EQTN_OPERATOR4 Character(3) VARCHAR2(3) NOT NULL Operator4
*=multiply
+=add
-=minus
/=divide
<=less than
<==less than or equal
<>=not equal
==assign to
===equal to (boolean)
>=greater than
>==greater than or equal
AND=and conjunction
OR=or conjunction
RET=return
27 CHAR_1 Character(1) VARCHAR2(1) NOT NULL Character
28 ORDER_SEQ Number(3,0) SMALLINT NOT NULL Sequence Order for Processing
29 SQL_ROW_COUNT Number(8,0) INTEGER NOT NULL Convenient AE State Record field for managing the count of affected rows when %SQLRows is not applicable.
30 COUNT_ROWS Number(3,0) SMALLINT NOT NULL Count rows.
31 SCC_APPL_PROMPT_ID Number(5,0) INTEGER NOT NULL Application Prompt Identifier
32 UPG_EQTN_NAME_NEW Character(12) VARCHAR2(12) NOT NULL Conversion field that holds the new name of a renamed equation.