INV_ITMS_LNG_VW(SQL View) |
Index Back |
|---|---|
Current Inv Item Master Rellngusing by inv_items_vw 22/09/2011 Removed the EFFDT as the Key and Descending Key |
| SELECT setid , inv_item_id , effdt , language_cd , descr254 FROM PS_INV_ITEMS_LANG |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
|
| 2 | Character(18) | VARCHAR2(18) NOT NULL | Item ID | |
| 3 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %DATE |
| 4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 5 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |