VAT_TX_AM_VW

(SQL View)
Index Back

AM VAT transaction View

AM VAT transaction View for VAT TRansaction Loader

SELECT DISTINCT A.BUSINESS_UNIT ,A.ASSET_ID ,A.BOOK ,A.DTTM_STAMP ,A.COUNTRY_VAT_BILLFR ,'AM' ,A.VAT_DST_ACCT_TYPE ,'N' ,A.CURRENCY_CD ,A.CURRENCY_CD ,' ' ,A.VAT_BASIS_AMT ,A.VAT_BASIS_AMT ,0 ,A.VAT_AMT ,A.VAT_AMT ,0 ,A.VAT_TRANS_AMT ,A.VAT_TRANS_AMT_BSE ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,A.TAX_CD_VAT ,A.VAT_TXN_TYPE_CD ,A.TAX_CD_VAT_PCT ,A.VAT_TREATMENT ,A.VAT_APPLICABILITY ,A.VAT_DCLRTN_DT ,A.VAT_DCLRTN_DT_SRC ,A.VAT_DCLRTN_POINT ,A.VAT_DCLRTN_DT ,0 ,0 ,D.ACCOUNTING_DT ,A.BUSINESS_UNIT ,D.BUSINESS_UNIT_GL ,' ' ,' ' ,R.CUSTOMER_SETID ,R.BILL_TO_CUST_ID ,A.VAT_RGSTRN_BUYER ,A.COUNTRY_VAT_BILLTO ,A.COUNTRY_VAT_BILLFR ,A.COUNTRY_VAT_BILLTO ,A.COUNTRY_SHIP_TO ,A.COUNTRY_SHIP_FROM ,D.DOC_TYPE ,D.DOC_SEQ_DATE ,D.DOC_SEQ_NBR ,A.PHYSICAL_NATURE ,' ' ,' ' ,' ' ,' ' ,A.STATE_VAT_DEFAULT ,' ' ,' ' ,' ' FROM PS_AM_VAT_TRANS A , PS_RETIREMENT R , PS_DIST_LN D WHERE A.VAT_DISTRIB_STATUS = 'N' AND A.VAT_DST_ACCT_TYPE IN ('VO', 'VONT') AND A.BUSINESS_UNIT = R.BUSINESS_UNIT AND A.ASSET_ID = R.ASSET_ID AND A.BOOK = R.BOOK AND A.DTTM_STAMP = R.DTTM_STAMP AND A.BUSINESS_UNIT = D.BUSINESS_UNIT AND A.ASSET_ID = D.ASSET_ID AND A.BOOK = D.BOOK AND A.DTTM_STAMP = D.DTTM_STAMP AND D.DISTRIBUTION_TYPE = 'FA' AND D.TRANS_TYPE = 'RET'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

Prompt Table: SP_BU_AM_NONVW

2 ASSET_ID Character(12) VARCHAR2(12) NOT NULL Asset Identification
3 BOOK Character(10) VARCHAR2(10) NOT NULL Asset Book Name

Prompt Table: SP_BOOK_NONVW

4 DTTM_STAMP 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.
5 COUNTRY_VAT_RPTG Character(3) VARCHAR2(3) NOT NULL VAT Reporting Country
6 VAT_TXN_SOURCE Character(6) VARCHAR2(6) NOT NULL VAT Transaction Source
7 VAT_DST_ACCT_TYPE Character(4) VARCHAR2(4) NOT NULL Specifies the accounting code associated with a VAT account type and with a VAT transaction. The accounting code determines when and how the transaction is distributed (posted) to the general ledger.

Prompt Table: VAT_DST_VAT_VW

8 VAT_RPTG_CURR_FLG Character(1) VARCHAR2(1) NOT NULL Amounts in Reporting Currency
9 TXN_CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Transaction Currency

Prompt Table: CURRENCY_CD_TBL

10 BASE_CURRENCY Character(3) VARCHAR2(3) NOT NULL "Specifies the primary currency for a general ledger business unit, and is sometimes referred to as the ""book"" currency. Each business unit has one base currency. which is usually, but not always, the local currency for the organization. Journal entries are posted to a business unit in its base currency. "

Prompt Table: CURRENCY_CD_TBL

11 CURRENCY_RPTG Character(3) VARCHAR2(3) NOT NULL Reporting Currency

Prompt Table: CURRENCY_CD_TBL

12 TAX_BASIS_AMT_TXN Signed Number(28,3) DECIMAL(26,3) NOT NULL Tax Basis Amount - Transaction
13 TAX_BASIS_AMT_BSE Signed Number(28,3) DECIMAL(26,3) NOT NULL Tax Basis Amount - Base
14 TAX_BASIS_AMT_RPTG Signed Number(28,3) DECIMAL(26,3) NOT NULL Tax Basis Amount - Reporting
15 TAX_AMT_GROSS_TXN Signed Number(28,3) DECIMAL(26,3) NOT NULL Gross Tax Amount - Transaction
16 TAX_AMT_GROSS_BSE Signed Number(28,3) DECIMAL(26,3) NOT NULL Gross Tax Amount - Base
17 TAX_AMT_GROSS_RPTG Signed Number(28,3) DECIMAL(26,3) NOT NULL Gross Tax Amount - Reporting
18 TAX_TRANS_AMT_TXN Signed Number(28,3) DECIMAL(26,3) NOT NULL Tax Transaction Amt - Transact
19 TAX_TRANS_AMT_BSE Signed Number(28,3) DECIMAL(26,3) NOT NULL Tax Transaction Amt - Base
20 TAX_TRANS_AMT_RPTG Signed Number(28,3) DECIMAL(26,3) NOT NULL Tax Transaction Amt - Report
21 TAX_AMT_RCVRY_TXN Signed Number(28,3) DECIMAL(26,3) NOT NULL Tax Recovery Amt - Transaction
22 TAX_AMT_RCVRY_BSE Signed Number(28,3) DECIMAL(26,3) NOT NULL Tax Recovery Amount - Base
23 TAX_AMT_RCVRY_RPTG Signed Number(28,3) DECIMAL(26,3) NOT NULL Tax Recovery Amt - Reporting
24 TAX_AMT_RBT_TXN Signed Number(28,3) DECIMAL(26,3) NOT NULL Tax Rebate Amt - Transaction
25 TAX_AMT_RBT_BSE Signed Number(28,3) DECIMAL(26,3) NOT NULL Tax Rebate Amount - Base
26 TAX_AMT_RBT_RPTG Signed Number(28,3) DECIMAL(26,3) NOT NULL Tax Rebate Amount - Reporting
27 TAX_CD_VAT Character(8) VARCHAR2(8) NOT NULL Defines the VAT (Value Added Tax) percentage (via link to the Tax Authority) and is used to retrieve VAT accounting ChartFields. The VAT code determines how the VAT amount is calculated on a transaction and how that amount is accounted and reported for.

Prompt Table: VAT_HEADER_VW

28 VAT_TXN_TYPE_CD Character(4) VARCHAR2(4) NOT NULL Specifies a user-defined category of business transaction that is subject to VAT accounting and reporting. The VAT code and the VAT transaction type are used in conjunction with the VAT account type to obtain the ChartFields for accounting entries. Some examples of VAT Transaction Types are Exempt Sales Exempt Purchases Triangulation EU Sales and Domestic Sales.

Prompt Table: VAT_TXN_CD

29 TAX_CD_VAT_PCT Signed Number(9,4) DECIMAL(7,4) NOT NULL Specifies the tax percentage that corresponds to the VAT code. If more than one VAT authority is linked to a VAT code this will represent an aggregate percentage.
30 VAT_TREATMENT Character(4) VARCHAR2(4) NOT NULL VAT Treatment

Prompt Table: VAT_TREATMENT

31 VAT_APPLICABILITY Character(1) VARCHAR2(1) NOT NULL A flag that indicates whether or not a transaction is eligible for VAT (Value Added Tax) taxation or why it is not eligible.
E=Exempt
N=Not Applicable
O=Outside of Scope of VAT
S=Suspended
T=Taxable
V=VAT Only
X=Exonerated
32 VAT_DCLRTN_DT Date(10) DATE "Specifies the date of the invoice when the VAT declaration point (VAT_DCLRTN_POINT) is ""Invoice"". The VAT declaration date is automatically set to the invoice date by the system. This field does not apply when the declaration point is ""payment"". "
33 VAT_DCLRTN_DT_SRC Character(1) VARCHAR2(1) NOT NULL Declaration Date Source
A=Delivery Date - Ext Process
D=Delivery Date - Txn Entry
I=Invoice Date
M=Manual Entry
N=Not Applicable

Default Value: N

34 VAT_DCLRTN_POINT Character(1) VARCHAR2(1) NOT NULL A flag that specifies when VAT information for sales or purchase transaction is recognized for reporting to the appropriate VAT authority. VAT is declared at invoice time, delivery time, accounting date or the time of payment.
A=At Accounting Date
D=At Delivery Time
I=At Invoice Time
P=At Payment Time
35 CUR_EFFDT Date(10) DATE Specifies the effective date associated with the currency used as the base currency for the Business Unit on the Journal Entry Header.
36 RATE_MULT Signed Number(17,8) DECIMAL(15,8) NOT NULL Rate Multiplier
37 RATE_DIV Number(16,8) DECIMAL(15,8) NOT NULL Rate Divisor
38 VAT_RGSTR_RPT_DT Date(10) DATE Date to be used on Italian VAT Register Reports
39 SETCNTRLVALUE Character(20) VARCHAR2(20) NOT NULL Tree Definition User Key Value

Prompt Table: SP_BU_FS_NONVW

40 BUSINESS_UNIT_GL Character(5) VARCHAR2(5) NOT NULL GL Business Unit
41 VENDOR_SETID Character(5) VARCHAR2(5) NOT NULL Vendor SetID
42 VENDOR_ID Character(10) VARCHAR2(10) NOT NULL Vendor Identifier
43 CUSTOMER_SETID Character(5) VARCHAR2(5) NOT NULL Customer SetID
44 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.
45 VAT_RGSTRN_TPRTNR Character(20) VARCHAR2(20) NOT NULL Trading Partner's VAT Registration ID **** WARNING **** - This field has label ids of CUSTOMER, VENDOR, BANK. Do NOT delete these label ids. They are used to ensure the correct label is displayed on the common VAT subpages.
46 COUNTRY_VAT_TPRTNR Character(3) VARCHAR2(3) NOT NULL Trading Partner's VAT Registration Country. **** WARNING **** - This field has label ids of CUSTOMER, VENDOR, BANK. Do NOT delete these label ids. They are used to ensure the correct label is displayed on the common VAT subpages.
47 COUNTRY_VAT_BILLFR Character(3) VARCHAR2(3) NOT NULL Specifies the country where an invoice is generated (for VAT processing only).
48 COUNTRY_VAT_BILLTO Character(3) VARCHAR2(3) NOT NULL Specifies the country where an invoice is sent (for VAT processing only).
49 COUNTRY_SHIP_TO Character(3) VARCHAR2(3) NOT NULL Specifies the country to which the invoice contents were shipped (for VAT processing only).

Prompt Table: COUNTRY_TBL

50 COUNTRY_SHIP_FROM Character(3) VARCHAR2(3) NOT NULL Specifies the country from which the invoice contents were shipped (for VAT processing only).
51 DOC_TYPE Character(8) VARCHAR2(8) NOT NULL Specifies the business purpose of a financial transaction in countries that require all financial transactions to be tracked as "documents". A Document Type is associated with one and only one Journal Code.
52 DOC_SEQ_DATE Date(10) DATE Specifies the date that a document sequence number is assigned to a document or the date the document was created.
53 DOC_SEQ_NBR Character(12) VARCHAR2(12) NOT NULL Specifies the sequence number assigned to each financial transaction (a document). The sequence number may be manually entered or system-generated.
54 PHYSICAL_NATURE Character(1) VARCHAR2(1) NOT NULL Physical Nature
G=Goods
S=Services
55 COUNTRY_VAT_SUPPLY Character(3) VARCHAR2(3) NOT NULL VAT Place of Supply Country

Prompt Table: COUNTRY_TBL

56 VAT_SVC_SUPPLY_FLG Character(1) VARCHAR2(1) NOT NULL VAT Services Place of Supply Flag
1=Supplier's Countries
2=Buyer's Countries
3=Where Physically Performed
57 VAT_SERVICE_TYPE Character(1) VARCHAR2(1) NOT NULL VAT Service Type
1=Freight Transport
2=Other
3=Electronics/Communication
58 COUNTRY_VAT_PERFRM Character(3) VARCHAR2(3) NOT NULL Country Where Service Physically Performed

Prompt Table: COUNTRY_TBL

59 STATE_VAT_DEFAULT Character(6) VARCHAR2(6) NOT NULL VAT Defaulting State

Prompt Table: STATE_TBL

60 VAT_RPT_STATUS Character(1) VARCHAR2(1) NOT NULL VAT Return Status
N=Not Reported
R=Reported

Default Value: N

61 ESL_RPT_STATUS Character(1) VARCHAR2(1) NOT NULL EC Sales List Status
N=Not Reported
R=Reported

Default Value: N

62 RCSL_RPT_STATUS Character(1) VARCHAR2(1) NOT NULL Rev Charge Sales List Status
N=Not Reported
R=Reported

Default Value: N