BEN_PRGPARTC_CV

(SQL View)
Index Back

BEN_PROG_PARTIC MSG Clairvia

Clone of BEN_PROG_PARTIC record for Clairvia Fullsync message

SELECT BEN.EMPLID , BEN.EMPL_RCD , BEN.COBRA_EVENT_ID , BEN.EFFDT , BEN.BENEFIT_PROGRAM FROM PS_BEN_PROG_PARTIC BEN , PS_PER_ORG_ASG_INT ASG WHERE ASG.EMPLID = BEN.EMPLID AND ASG.EMPL_RCD = BEN.EMPL_RCD AND ASG.INT_APP_TYPE = 'SCH' AND ASG.INTEGR_PROD_CD = 'CV' AND ASG.ENROLLED_FLAG = 'Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

Default Value: NEW

Prompt Table: PERSON

2 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Record

Prompt Table: PER_ORG_ASGN_VW

3 COBRA_EVENT_ID Number(3,0) SMALLINT NOT NULL Uniquely identifies a COBRA event within an employee's benefits records, and is system-generated.
4 EFFDT Date(10) DATE NOT NULL Effective Date

Default Value: %date

5 BENEFIT_PROGRAM Character(3) VARCHAR2(3) NOT NULL Defines a collection of benefit plans and their associated rate and calculation rules.

Prompt Table: BEN_DEFN_PGM