AM_MYASST_LN_VW(SQL View) |
Index Back |
---|
SELECT A.BUSINESS_UNIT , A.ASSET_ID , D.LANGUAGE_CD , D.DESCR FROM PS_ASSET A , PS_ASSET_CUSTODIAN B , PS_ASSET_LOCATION C , PS_ASSET_LANG D WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.ASSET_ID = B.ASSET_ID AND C.BUSINESS_UNIT = A.BUSINESS_UNIT AND C.ASSET_ID = A.ASSET_ID AND D.BUSINESS_UNIT = A.BUSINESS_UNIT AND D.ASSET_ID = A.ASSET_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | Character(12) | VARCHAR2(12) NOT NULL | Asset Identification | |
3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |