AM_SSTRFPC_LNVW(SQL View) |
Index Back |
---|
SELECT A.BUSINESS_UNIT , A.ASSET_ID , E.DTTM_STAMP , E.DATE_SUBMITTED , D.LANGUAGE_CD , D.DESCR FROM PS_ASSET A , PS_ASSET_CUSTODIAN B , PS_ASSET_LOCATION C , PS_ASSET_LANG D ,PS_AM_SS_TRF_HDR E 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 AND E.BUSINESS_UNIT = A.BUSINESS_UNIT AND E.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 | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. | |
4 | Date(10) | DATE | Date Submitted | |
5 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |