BAS_ENR_PARTIC

(SQL Table)
Index Back

BAS Enr RunCtl-Participants

BAS_ENR_PARTIC is a record used by the Benefits Administration Enroll/COBOL program. This is a child record of the run control record, BAS_ENR_RUNCTL. It lists employees to process through the Assignment phase and/or Option phase during list processing. Update this record on-line with the Benefits Administration Run Control panel. Important -- BAS_ENR_PARTIC record also used to run batch from the On Demand Event Maintenance panel (SQLExec INSERT People Code is used.) If RUN_CNTL_BEN record is changed, then SQLExec Insert People Code (BENEF_PB_WRK.ODEM_SCHED_ACTY_PB.SavePreChg) has to be modified.

  • Parent record: BAS_ENR_RUNCTL
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
    2 RUN_CNTL_ID Character(30) VARCHAR2(30) NOT NULL Run Control ID
    3 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

    Prompt Table: BAS_ENR_PAR_V1

    4 BENEFIT_RCD_NBR Number(3,0) SMALLINT NOT NULL Specifies a sequence number associated with each of multiple concurrent jobs for a one employee. It is used to determine the applicable benefit program for each job. The first job entered for an employee is automatically assigned a Benefit Record Number of zero (0). This field is linked with EMPL_RCD#, the Employment Record Number.

    Prompt Table: BAS_ENR_PAR_V2

    5 EVENT_ID Number(6,0) INTEGER NOT NULL Event Identification

    Prompt Table: BAS_ENR_PAR_V3