MG_NOWN3_LV2_VW(SQL View) |
Index Back |
|---|---|
Storage Lev2 Non-Owned View02/01/1999 whs (CN#SF800-4.0) Do not allow viewing of storage area's marked for deletion. |
| select distinct business_unit, storage_area, stor_level_1, stor_level_2 from PS_STOR_LOC_INV where non_own_flag = 'Y' and delete_storloc_flg = 'N' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 2 | Character(5) | VARCHAR2(5) NOT NULL | Storage Area | |
| 3 | Character(4) | VARCHAR2(4) NOT NULL | Storage Level 1 | |
| 4 | Character(4) | VARCHAR2(4) NOT NULL | Storage Level 2 |