ACTN_SRCH_VW(SQL View) |
Index Back |
---|---|
ACTION Search ViewThis view is used to search past, present and future dated actions while create a action reason . |
SELECT A.ACTION , A.EFFDT , A.EFF_STATUS , A.ACTION_DESCR , A.ACTION_DESCRSHORT , A.OBJECTOWNERID , A.LASTUPDDTTM , A.LASTUPDOPRID , A.SYSTEM_DATA_FLG FROM PS_ACTION_TBL A WHERE A.EFFDT = ( SELECT MAX(B.EFFDT) FROM PS_ACTION_TBL B WHERE A.ACTION = B.ACTION ) AND A.EFF_STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ACTION | Character(3) | VARCHAR2(3) NOT NULL | Action |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
4 | ACTION_DESCR | Character(50) | VARCHAR2(50) NOT NULL | Action Description |
5 | ACTION_DESCRSHORT | Character(30) | VARCHAR2(30) NOT NULL | Short Description for an Action |
6 | OBJECTOWNERID | Character(4) | VARCHAR2(4) NOT NULL | Object owner identifier |
7 | LASTUPDDTTM | 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.
Default Value: %datetime |
8 | LASTUPDOPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
9 | SYSTEM_DATA_FLG | Character(1) | VARCHAR2(1) NOT NULL |
This Y/ N field is used to identify which rows in a table are considered SYSTEM DATA.
Y/N Table Edit Default Value: N |