GPIN_NRP_TXO_VW

(SQL View)
Index Back

Table to store Other Income

Table to store Other Income

SELECT EMPLID ,GPIN_TAX_YEAR ,PIN_NUM+50000000 ,GPIN_TAX_SAVD_AMT ,GPIN_TAX_DECL_AMT ,GPIN_TDS_APPR_AMT ,GPIN_TDS_VERIFIED ,GPIN_TDS_VERIFY_DT FROM PS_GPIN_TDS_OTH

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
2 GPIN_TAX_YEAR Number(4,0) SMALLINT NOT NULL This field is used to store the Tax Year.
3 PIN_NUM Number(8,0) INTEGER NOT NULL PIN Number
4 GPIN_TAX_SAVD_AMT Number(15,2) DECIMAL(14,2) NOT NULL The field is used to store the Saved Amount.
5 GPIN_TAX_DECL_AMT Number(15,2) DECIMAL(14,2) NOT NULL The field is used to store the Declared Amount.
6 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.
7 GPIN_TDS_VERIFIED Character(1) VARCHAR2(1) NOT NULL Verified flag
N=No
Y=Yes

Default Value: N

8 GPIN_TDS_VERIFY_DT Date(10) DATE This date field is used to store the date when a declaration was verified;.