MG_NSTR_LEV3_VW(SQL View) |
Index Back |
---|---|
Storage Lev3 NonOwn PromptView02/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, stor_level_3 from PS_STOR_LOC_INV where non_own_flag = 'Y' and wip_loc_flg = 'Y' 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
Prompt Table: STOR_LOC_INV |
2 | NON_OWN_STOR_AREA | Character(5) | VARCHAR2(5) NOT NULL |
Non Own Storage Area
Prompt Table: STOR_LOC_INV |
3 | NON_OWN_STOR_LEV1 | Character(4) | VARCHAR2(4) NOT NULL | Non Owned Storage Level 1 |
4 | NON_OWN_STOR_LEV2 | Character(4) | VARCHAR2(4) NOT NULL | Non Own Storage Level 2 |
5 | NON_OWN_STOR_LEV3 | Character(4) | VARCHAR2(4) NOT NULL | Non Own Storage Level 3 |