GPNL_PIN_TAX_VW(SQL View) |
Index Back |
---|---|
Tax Reductions: DeductionsThis view gives access to the deductions available as assignement for tax reductions. Used as prompt view for the table GPNL_EE_TAX_DD. The view is based on the Global Payroll mechanism for prompting againts elements (security based on Global Payroll setup). It is a clone of GP_PIN_DD0_VW with the category added. The special category BRD (Tax Reduction) is created in Global Payroll Setup. |
%Sql(GP_PIN_PRME_SQL,PS_GP_ERN_DED) %Sql(GP_PIN_PRMT_OPY_SQL) %Sql(GP_PIN_PRMT_DD_SQL) AND B.COUNTRY = 'NLD' AND B.PIN_CATEGORY = 'BRD' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |
2 | PIN_NUM | Number(8,0) | INTEGER NOT NULL | PIN Number |
3 | EFFDT | Date(10) | DATE | Effective Date |
4 | PIN_NM | Character(18) | VARCHAR2(18) NOT NULL | Element Name field |
5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
7 | COUNTRY_CD | Character(3) | VARCHAR2(3) NOT NULL | Country Code |