GPIN_NRP_TXO_AD(SQL Table) |
Index Back |
---|---|
Table to store Other IncomeThis stores the 'Other Income' details of the employees per tax year |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | GP_PKG_ID | Character(10) | VARCHAR2(10) NOT NULL | Field used for element packaging |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
3 | GPIN_TAX_YEAR | Number(4,0) | SMALLINT NOT NULL | This field is used to store the Tax Year. |
4 | PIN_NUM | Number(8,0) | INTEGER NOT NULL | PIN Number |
5 | GPIN_TAX_SAVD_AMT | Number(15,2) | DECIMAL(14,2) NOT NULL | The field is used to store the Saved Amount. |
6 | GPIN_TAX_DECL_AMT | Number(15,2) | DECIMAL(14,2) NOT NULL | The field is used to store the Declared Amount. |
7 | GPIN_TDS_APPR_AMT | Number(15,2) | DECIMAL(14,2) NOT NULL | This field is used to store the 'Approved amount' of a declaration which is generally done by the Payroll Administrator. |
8 | GPIN_TDS_VERIFIED | Character(1) | VARCHAR2(1) NOT NULL |
Verified flag
N=No Y=Yes Default Value: N |
9 | GPIN_TDS_VERIFY_DT | Date(10) | DATE | This date field is used to store the date when a declaration was verified;. |