IN_FW_WAV_1_VW(SQL View) |
Index Back |
---|---|
Wave Code ViewThis is used as a prompt view for route groups, aka wave codes, when there may be a business unit range. |
SELECT business_unit , wave_cd , descr , descrshort FROM PS_WAVE_INV |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | WAVE_CD | Character(6) | VARCHAR2(6) NOT NULL | A unique identifier used to group together one or more delivery route codes. |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |