MG_OWN3_LEV1_VW(SQL View) |
Index Back |
---|---|
Storage Lev1 View07/06/99 mmt (CN#CM800-4.0) Created to allow only correct locations to be selected when a consigned component is returned. |
SELECT DISTINCT business_unit , storage_area , stor_level_1 FROM PS_STOR_LOC_INV WHERE non_own_flag = 'N' AND delete_storloc_flg = 'N' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | STORAGE_AREA | Character(5) | VARCHAR2(5) NOT NULL |
Storage Area
Prompt Table: STOR_LOC_INV |
3 | STOR_LEVEL_1 | Character(4) | VARCHAR2(4) NOT NULL | Storage Level 1 |