TN_NFZBGTVW_LNG(SQL View) |
Index Back |
|---|---|
Frozen Budget Period TableContains the from and the thru date of the training budget period. And the base currency used during th simulation to display the costs. |
| SELECT B.BUSINESS_UNIT , A.BUDGET_PERIOD , A.LANGUAGE_CD , A.DESCR , A.DESCRSHORT FROM PS_BUDGET_PER_LANG A , PS_BUDGET_BUS_UNIT B WHERE A.BUDGET_PERIOD = B.BUDGET_PERIOD |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Budget Period | |
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |