CUST_EXEMPT_VW(SQL View) |
Index Back |
---|---|
Customer Tax Exempt |
select setid, cust_id, tax_exempt_cert, issuing_authority, authority_type, add_dttm, last_update_dttm, last_maint_oprid from PS_CUST_EXEMPT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL |
Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations.
Prompt Table: CUSTOMER |
3 | TAX_EXEMPT_CERT | Character(30) | VARCHAR2(30) NOT NULL | Exemption Certificate |
4 | ISSUING_AUTHORITY | Character(22) | VARCHAR2(22) NOT NULL | Issuing Authority |
5 | AUTHORITY_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Authority Type
E=European Community F=Federal L=Local O=Other S=State T=Transportation Default Value: F |
6 | ADD_DTTM | DateTime(26) | TIMESTAMP | Date Time Added |
7 | LAST_UPDATE_DTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
8 | LAST_MAINT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Last Maintained By Operator ID |