SCC_PERPOI_PVW(SQL View) |
Index Back |
---|---|
Batch Publish PER_POI_TYPEView to support batch publish of Batch Publish PER_POI_TYPE, typically for message PERS_POI_SYNC. |
SELECT A.PROCESS_INSTANCE , A.SCC_SEQ_ID , A.SCC_SEQ_ID3 , A.EMPLID , A.POI_TYPE , A.LAST_CHILD_UPDDTM , A.LASTUPDDTTM , A.LASTUPDOPRID , A.AUDIT_ACTN FROM PS_SCC_PER_POI_STG A WHERE A.AUDIT_ACTN IN ('C', 'A') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | SCC_SEQ_ID | Number(10,0) | DECIMAL(10) NOT NULL | Sequence ID |
3 | SCC_SEQ_ID3 | Number(3,0) | SMALLINT NOT NULL | Sequence Nbr |
4 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
5 | POI_TYPE | Character(5) | VARCHAR2(5) NOT NULL | Defines the Transactional usage of POIs in HRMS. |
6 | LAST_CHILD_UPDDTM | DateTime(26) | TIMESTAMP | Used to indicate the last update to any data belonging to this logical object. For PER_ORG_ASGN - this means any update to its children in JOB_DATA that do not have their own date. For PERSON - this means any update to its children in PERSONAL_DATA that do not have their own date. |
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.
Default Value: PSOPRDEFN.OPRID |
9 | AUDIT_ACTN | Character(1) | VARCHAR2(1) NOT NULL |
Audit Action Code for Application Messages. This tells the subscriber whether the row has been added, changed, or deleted.
A=Add C=Change Old (PPR Only) D=Delete K=Change - Old Values N=Change - New Values O=Change - Original Values |