WAVE_ROUTE_VW(SQL View) |
Index Back |
---|---|
Wave/Route TableDefines the wave codes that already have route codes assigned. |
select distinct business_unit, wave_cd from PS_WAVE_ROUTE_INV |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BUIN_NONVW |
2 | WAVE_CD | Character(6) | VARCHAR2(6) NOT NULL |
A unique identifier used to group together one or more delivery route codes.
Prompt Table: WAVE_INV_VW |