CBR_PAR_DPND_VW

(SQL View)
Index Back

COBRA Participant Dependent Vw

CBR_Partic_Dpnd is a child record of the CBR_Partic_Plan record. It identifies the dependents that were elected as dependents under the participant's COBRA coverage using the COBRA data entry panels.

SELECT A.EMPLID , A.BENEFIT_RCD_NBR , A.COBRA_EVENT_ID , A.DEPENDENT_BENEF , A.PLAN_TYPE , A.COBRA_DEP_BENEF , A.BENEFIT_PROGRAM , A.COBRA_EVENT_DT , A.COBRA_ERROR , A.HLTH_PROVIDER_ID , A.PREVIOUSLY_SEEN , A.OTH_INSURANCE_IND , A.OTH_INSURANCE_NAME FROM PS_CBR_PARTIC_DPND A WHERE A.PLAN_TYPE IN ( SELECT B.PLAN_TYPE FROM PS_CBR_PARTIC_PLAN B WHERE B.EMPLID = A.EMPLID AND B.BENEFIT_RCD_NBR = A.BENEFIT_RCD_NBR AND B.COBRA_EVENT_ID = A.COBRA_EVENT_ID AND B.DEPENDENT_BENEF = A.DEPENDENT_BENEF AND B.PLAN_TYPE = A.PLAN_TYPE AND B.CBR_PROCESS_STATUS = 'O' AND B.CBR_ENROLL_STATUS = 'N' AND B.COBRA_EVENT_TYPE = 'I')

  • Parent record: CBR_PARTIC_PLAN
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
    2 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.
    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 DEPENDENT_BENEF Character(2) VARCHAR2(2) NOT NULL Dependent Benefit
    01=default
    5 PLAN_TYPE Character(2) VARCHAR2(2) NOT NULL Identifies a category of benefit plan, such as Medical, Dental, and Life (Insurance). A set of plan type codes, as well as rules for creating new codes, is provided by PeopleSoft. Plan Type codes determine how the system processes and defines eligibility for the various benefit plans.
    6 COBRA_DEP_BENEF Character(2) VARCHAR2(2) NOT NULL Dependent

    Prompt Table: CBR_DEP_VW

    7 BENEFIT_PROGRAM Character(3) VARCHAR2(3) NOT NULL Defines a collection of benefit plans and their associated rate and calculation rules.
    8 COBRA_EVENT_DT Date(10) DATE COBRA Event Date
    9 COBRA_ERROR Character(1) VARCHAR2(1) NOT NULL COBRA Error

    Y/N Table Edit

    10 HLTH_PROVIDER_ID Character(30) VARCHAR2(30) NOT NULL Health Provider ID
    11 PREVIOUSLY_SEEN Character(1) VARCHAR2(1) NOT NULL Previously Seen

    Y/N Table Edit

    12 OTH_INSURANCE_IND Character(1) VARCHAR2(1) NOT NULL This is a yes/no flag that will indicate if the employee has an insurance other than the one provided by the employer.
    13 OTH_INSURANCE_NAME Character(30) VARCHAR2(30) NOT NULL This edit box is directly related to the OTH_INSUR_IND field. If OTH_INSUR_IND is 'Y' then this will provide a place to put the name of the provider.