BAS_PAR_COST_VW(SQL View) |
Index Back |
---|---|
BAS Partic Inquiry- CostBAS_PAR_COST_VW is a view of cost records. It is used with the Benefits Administration Inquiry. |
SELECT SCHED_ID ,EMPLID ,BENEFIT_RCD_NBR ,EVENT_ID ,DISPLAY_PLN_SEQ ,DISPLAY_OPT_SEQ ,COST_ID ,COST_TYPE ,ERNCD ,ANNL_AMT_A_TAX ,ANNL_AMT_B_TAX ,ANNL_AMT_NT_TAX ,DEDN_AMT_A_TAX ,DEDN_AMT_B_TAX ,DEDN_AMT_NT_TAX ,PROVINCE ,CNSLSTX_AMT ,CNSLSTX_ANN_AMT FROM PS_BAS_PARTIC_COST |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SCHED_ID | Character(6) | VARCHAR2(6) NOT NULL | Schedule ID |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
3 | 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. |
4 | EVENT_ID | Number(6,0) | INTEGER NOT NULL | Event Identification |
5 | DISPLAY_PLN_SEQ | Character(2) | VARCHAR2(2) NOT NULL | Display Plan-type Sequence |
6 | DISPLAY_OPT_SEQ | Number(3,0) | SMALLINT NOT NULL | Display Option Sequence |
7 | COST_ID | Number(4,0) | SMALLINT NOT NULL | Cost Identification |
8 | COST_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
A flag that indicates how the employee-paid portion of a benefit plan is paid, either as Cost (C) or Price (P). 'Price' indicates that the benefit is paid from an employee payroll deduction. 'Credit' specifies that the system calculates additional earnings which are used as credit to pay for a benefit.
C=Credit P=Price |
9 | ERNCD | Character(3) | VARCHAR2(3) NOT NULL | Earnings Code |
10 | ANNL_AMT_A_TAX | Signed Number(12,2) | DECIMAL(10,2) NOT NULL | This field holds the tax-class detail for an Option's annual cost as calculated by Benefits Administration. The "employer" cost represents the sum of any N-Tax and T-Tax cost components. |
11 | ANNL_AMT_B_TAX | Signed Number(12,2) | DECIMAL(10,2) NOT NULL | This field holds the tax-class detail for an Option's annual cost as calculated by Benefits Administration. The "employer" cost represents the sum of any N-Tax and T-Tax cost components. |
12 | ANNL_AMT_NT_TAX | Signed Number(12,2) | DECIMAL(10,2) NOT NULL | This field holds the tax-class detail for an Option's annual cost as calculated by Benefits Administration. The "employer" cost represents the sum of any N-Tax and T-Tax cost components. |
13 | DEDN_AMT_A_TAX | Signed Number(12,2) | DECIMAL(10,2) NOT NULL | This field holds the tax-class detail for an Option's per-pay-period cost as calculated by Benefits Administration. The "employer" cost represents the sum of any N-Tax and T-Tax cost components. |
14 | DEDN_AMT_B_TAX | Signed Number(12,2) | DECIMAL(10,2) NOT NULL | This field holds the tax-class detail for an Option's per-pay-period cost as calculated by Benefits Administration. The "employer" cost represents the sum of any N-Tax and T-Tax cost components. |
15 | DEDN_AMT_NT_TAX | Signed Number(12,2) | DECIMAL(10,2) NOT NULL | This field holds the tax-class detail for an Option's per-pay-period cost as calculated by Benefits Administration. The "employer" cost represents the sum of any N-Tax and T-Tax cost components. |
16 | PROVINCE | Character(6) | VARCHAR2(6) NOT NULL | Province |
17 | CNSLSTX_AMT | Signed Number(9,2) | DECIMAL(7,2) NOT NULL | Canadian Sales Tax Amount |
18 | CNSLSTX_ANN_AMT | Signed Number(9,2) | DECIMAL(7,2) NOT NULL | Canadian Annual Sales Tax Amt |