WM_PM_ARM_BU_VW(SQL View) |
Index Back |
---|---|
PM Asset Repository AMBU ViewLevel-2 view on AM Asset Repository (ASSET) table -- selects distinct AM Business Units having PM-enabled entries in ARM |
SELECT DISTINCT A.SETID , A.BUSINESS_UNIT_AM , B.DESCR , B.DESCRSHORT FROM PS_WM_PM_ARM_VW A , PS_BUS_UNIT_TBL_FS B WHERE B.BUSINESS_UNIT = A.BUSINESS_UNIT_AM |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
2 | BUSINESS_UNIT_AM | Character(5) | VARCHAR2(5) NOT NULL |
AM Business Unit
Prompt Table: SP_BU_AM_NONVW |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |