CUST_VAT_REG(SQL View) |
Index Back |
---|---|
Customer VAT RegistrationDate Init. Issue # Description 08/14/01 JJM DI-EDWONG-17 Inverted CUST_ID, SETID in index |
SELECT SETID ,CUST_ID ,COUNTRY ,VAT_RGSTRN_ID ,COUNTRY_2CHAR ,HOME_COUNTRY_FLG ,LAST_MAINT_OPRID ,DATE_LAST_MAINT FROM PS_BO_VAT_REG |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL |
Customer ID
Prompt Table: CUSTOMER |
3 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |
4 | VAT_RGSTRN_ID | Character(12) | VARCHAR2(12) NOT NULL | VAT Registration ID, this field is brought from FSCM database for the VAT Integration of Customer Details |
5 | COUNTRY_2CHAR | Character(2) | VARCHAR2(2) NOT NULL |
2-Char Country Code
Default Value: COUNTRY_TBL.COUNTRY_2CHAR |
6 | HOME_COUNTRY_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Home Country, this field is brought from FSCM database for the VAT Integration of Customer
Y/N Table Edit Default Value: N |
7 | LAST_MAINT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | This field determines the last user or operator that last changed this item. |
8 | DATE_LAST_MAINT | Date(10) | DATE | This field determines the date of last maintenance. |