OM_LIBRARY_AET(SQL Table) |
Index Back |
|---|---|
State Table for OMHOLDUsed as a state work table for the AE OMHOLD program. Date Init. Issue # Description 080102 JJM F-CJORGENS-43 Performance Improvements |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance | |
| 2 | OM_FLAG | Character(1) | VARCHAR2(1) NOT NULL | OM Work Flag |
| 3 | CURRENCY_CD1 | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |
| 4 | CURRENCY_CD2 | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |
| 5 | RT_TYPE | Character(5) | VARCHAR2(5) NOT NULL | Defines a category of market rates for currency conversion. Some examples of rate types are commercial, average, floating, and historical. |
| 6 | RATE_MULT | Signed Number(17,8) | DECIMAL(15,8) NOT NULL | Rate Multiplier |
| 7 | RATE_DIV | Number(16,8) | DECIMAL(15,8) NOT NULL | Rate Divisor |
| 8 | DECIMAL_POSITIONS | Number(2,0) | SMALLINT NOT NULL | Decimal Positions |
| 9 | SQL_TABLES | Character(254) | VARCHAR2(254) NOT NULL | SQL Tables |
| 10 | SQL_WHERE_001 | Character(254) | VARCHAR2(254) NOT NULL | |
| 11 | SQL_WHERE_003 | Long Character(4000) | CLOB |