ASSET_MSGS_VW(SQL View) |
Index Back |
---|---|
Search record for AM messages |
Select distinct Process_Instance, Message_Seq, JobID, Program_Name, DtTm_Stamp_Sec From ps_Message_Log Where Message_Seq = 1 and JobID in ('AMDPCALC','AMAEDIST','AMDPCLOS') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | MESSAGE_SEQ | Number(9,0) | DECIMAL(9) NOT NULL | Message Sequence |
3 | JOBID | Character(10) | VARCHAR2(10) NOT NULL | Job ID |
4 | PROGRAM_NAME | Character(8) | VARCHAR2(8) NOT NULL | Program Name |
5 | DTTM_STAMP_SEC | 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. |