BUS_UNIT_TBL_FO(SQL Table) |
Index Back |
---|---|
BU Table- Front Office |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
4 | LOCATION | Character(10) | VARCHAR2(10) NOT NULL | Location Code |
5 | MARGIN_ESTIMATOR | Number(6,2) | DECIMAL(5,2) NOT NULL | Fixed Cost Margin |
6 | 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.
Prompt Table: RT_TYPE_TBL |