FSA_PAYMT_CLAIM(SQL Table) |
Index Back |
---|---|
FSA Claims Paid Per CheckFSA_PAYMT_CLAIM is a record that stores specific check information about claim payments. The check date, number, and amount are found on this record. It is updated by the FSA001 process. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | FORM_ID | Character(6) | VARCHAR2(6) NOT NULL |
Form Identification
Prompt Table: PAY_FORM_TBL |
2 | PAYCHECK_NBR | Number(15,0) | DECIMAL(15) NOT NULL | Paycheck number. |
3 | CHECK_DT | Date(10) | DATE NOT NULL | Check date. |
4 | CLAIMID | Character(8) | VARCHAR2(8) NOT NULL | Claim ID |
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 | BENEFIT_PLAN | Character(6) | VARCHAR2(6) NOT NULL | Benefit Plan |
7 | FSA_CLAIM_AMT_PD | Number(8,2) | DECIMAL(7,2) NOT NULL | Claim Amount Paid |