BAS_ENR_RUNCTL(SQL Table) |
Index Back |
---|---|
BAS Enr RunCtlBAS_ENR_RUNCTL is a record used by the Benefits Administration Enroll/COBOL program. This run control must be set up to trigger processing. Update this record on-line with the Benefits Administration Run Control panel. Important -- this 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. |
# | 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 | SCHED_ID | Character(6) | VARCHAR2(6) NOT NULL |
Schedule ID
Prompt Table: BAS_SCHED |
4 | BAS_EM_MODE | Character(1) | VARCHAR2(1) NOT NULL |
EM Process Mode
N=Schedule and Process Events P=Process Existing Events Only S=Schedule New Events Only Default Value: N |
5 | PROCESS_DT | Date(10) | DATE NOT NULL |
Process Date
Default Value: %date |
6 | DEBUG_ELIG | Character(1) | VARCHAR2(1) NOT NULL |
Record Eligibility Results
Y/N Table Edit Default Value: N |
7 | PARTIC_LIST_IND | Character(1) | VARCHAR2(1) NOT NULL |
Process From Participant List
Y/N Table Edit Default Value: N |
8 | PARTIC_NEW_IND | Character(1) | VARCHAR2(1) NOT NULL |
Schedule New Participants
Y/N Table Edit Default Value: N |
9 | PASSIVE_EVENT_IND | Character(1) | VARCHAR2(1) NOT NULL |
Passive Events Processing
N=Do Not Process O=Trigger Passive Events Only Y=Process Default Value: N |
10 | REPROCESS_IND | Character(1) | VARCHAR2(1) NOT NULL |
Reprocess Indicator
A=Assign Benefit Pgm E=Elect Options N=None P=Prepare Options S=Schedule Default Value: N |
11 | FINALIZE_ENROLL | Character(1) | VARCHAR2(1) NOT NULL |
Finalize/Apply Defaults
Y/N Table Edit Default Value: N |
12 | PLAN_LIST_IND | Character(1) | VARCHAR2(1) NOT NULL |
Include/Exclude Plans
E=Exclude Plan Types Listed I=Include Plan Types Listed Default Value: E |
13 | CHKPT_INTERVAL | Number(5,2) | DECIMAL(4,2) NOT NULL | Chk Point Interval in Minutes |
14 | PROCESS_PHASE | Character(1) | VARCHAR2(1) NOT NULL |
BAS Processing Phase
A=Assigning Benefit Program C=Processing Completed O=Processing Options P=Passive Event Processing R=Ready for Processing S=Scheduling Events Default Value: R |
15 | BENEFIT_PROGRAM | Character(3) | VARCHAR2(3) NOT NULL | Defines a collection of benefit plans and their associated rate and calculation rules. |
16 | EVENT_DT | Date(10) | DATE | Event Date |
17 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
18 | 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. |
19 | EVENT_ID | Number(6,0) | INTEGER NOT NULL | Event Identification |
20 | PASSIVE_EVENT_ID | Character(3) | VARCHAR2(3) NOT NULL | Passive Event ID |
21 | BAS_PROCESS_STATUS | Character(2) | VARCHAR2(2) NOT NULL |
Process Status
AE=Program Elig Assign Error AN=Program Elig Assign None AS=Program Elig Assigned EE=Election Error ET=Entered FA=Finalized - Benefit Pgm None FE=Finalized - Enrolled FP=Finalized - Prepared None NT=Notified PE=Prepare Error PR=Prepared RE=Re-Enter |
22 | PROCESS_IND | Character(1) | VARCHAR2(1) NOT NULL |
Process Indicator
A=Assign Benefit Program E=Elect Options N=Normal Processing P=Prepare Options R=Re-Enter V=Void |