RD_W_ASGN_CI_VW

(SQL View)
Index Back

CI View for Worker Assignment

This table contains information about a worker's assignment information. A worker can have mulitple assignments but one and only one must be primary. This is a view only used for CI component.

SELECT A.PERSON_ID , A.WRKR_ASGN_SEQ , A.BO_ID , A.ROLE_TYPE_ID , A.POI_TYPE , A.ORIG_HIRE_DT , A.ASGN_START_DT , A.ASGN_END_DT , A.PRIMARY_IND , A.WRKR_JOB_SEQ , %subrec(RB_AUDIT_SBR, A) FROM PS_RD_WRKR_ASGN A

  • Parent record: RD_PERSON
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 PERSON_ID Character(15) VARCHAR2(15) NOT NULL Person ID

    Default Value: NEXT

    Prompt Table: RD_PERSON

    2 WRKR_ASGN_SEQ Number(3,0) SMALLINT NOT NULL Assignment Sequence

    Default Value: 0

    3 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
    4 ROLE_TYPE_ID Number(12,0) DECIMAL(12) NOT NULL Role Type ID

    Default Value: 86

    Prompt Table: RD_W_ROLE_TYPE

    5 POI_TYPE Character(5) VARCHAR2(5) NOT NULL Defines the Transactional usage of POIs in HRMS.

    Prompt Table: POI_TYPE_TBL

    6 ORIG_HIRE_DT Date(10) DATE Original Hired Date

    Default Value: %Date

    7 ASGN_START_DT Date(10) DATE Start date of an assignment. This is different from the Person's Hire date.

    Default Value: %Date

    8 ASGN_END_DT Date(10) DATE End date of the specific EMPL_RCD assignment. This is different from the Person's Termination date.
    9 PRIMARY_IND Character(1) VARCHAR2(1) NOT NULL Flag that indicates whether or not it is Primary
    N=No
    Y=Yes

    Default Value: N

    10 WRKR_JOB_SEQ Number(3,0) SMALLINT NOT NULL Job Sequence

    Default Value: 0

    11 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
    12 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
    13 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
    14 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
    15 SYNCID Number(10,0) DECIMAL(10) NOT NULL The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle.
    16 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time