IT_ASSET_LOG_VW(SQL View) |
Index Back |
---|---|
Asset Log ViewView used as IT_ASSET_LOG Component's Search Record. |
SELECT A.BUSINESS_UNIT , A.ASSET_ID , B.SERIAL_ID , A.DTTM_STAMP , A.NAME , A.COMMENTS FROM %Table(IT_ASSET_LOG) A , %Table(ASSET) B WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.ASSET_ID = B.ASSET_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BU_AM_NONVW |
2 | ASSET_ID | Character(12) | VARCHAR2(12) NOT NULL | Asset Identification |
3 | SERIAL_ID | Character(20) | VARCHAR2(20) NOT NULL | Serial ID |
4 | DTTM_STAMP | DateTime(26) | TIMESTAMP NOT NULL | 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. |
5 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |
6 | COMMENTS | Long Character | CLOB | Comment |