BI_VAT_INQ3_VW

(SQL View)
Index Back

Bill Line VAT Inquiry View


SELECT business_unit , invoice , line_seq_num , tax_cd_vat , tax_cd_vat_pct , net_extended_amt , net_extended_bse , net_extended_xeu , vat_amt , vat_amt_bse , vat_amt_xeu , vat_basis_amt , vat_basis_amt_bse , vat_basis_amt_xeu , VAT_RVRSE_CHG_GDS , TAX_CD_VAT_RVC , TAX_CD_VAT_RVC_PCT , VAT_AMT_RVC , VAT_AMT_RVC_BSE , VAT_AMT_RVC_XEU , bi_currency_cd , base_currency , currency_cd_xeu FROM PS_BI_LINE WHERE tax_cd_vat <> ' '

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
2 INVOICE Character(22) VARCHAR2(22) NOT NULL Invoice
3 LINE_SEQ_NUM Number(5,0) INTEGER NOT NULL Sequence
4 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.
5 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.
6 NET_EXTENDED_AMT Signed Number(28,3) DECIMAL(26,3) NOT NULL Net Extended Amt
7 NET_EXTENDED_BSE Signed Number(28,3) DECIMAL(26,3) NOT NULL Net Extended Amount
8 NET_EXTENDED_XEU Signed Number(28,3) DECIMAL(26,3) NOT NULL Net Extended Amount
9 VAT_AMT Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies the amount of VAT associated with a transaction such as an invoice or a purchase order. In PeopleSoft Receivables this field is populated when the VAT declaration point is set to Invoice.
10 VAT_AMT_BSE Signed Number(28,3) DECIMAL(26,3) NOT NULL VAT Amount in Base Curr
11 VAT_AMT_XEU Signed Number(28,3) DECIMAL(26,3) NOT NULL VAT Amount - Euro Currency
12 VAT_BASIS_AMT Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies the amount on a sale (receivables item) or purchase (Payables voucher) transaction that is subject to VAT taxation. Depending on other parameters this amount may represent the gross or net amount of the transaction and may or may not include freight charges.
13 VAT_BASIS_AMT_BSE Signed Number(28,3) DECIMAL(26,3) NOT NULL VAT Basis Amt in Base Curr
14 VAT_BASIS_AMT_XEU Signed Number(28,3) DECIMAL(26,3) NOT NULL VAT Basis Amount in Euro Curr
15 VAT_RVRSE_CHG_GDS Character(1) VARCHAR2(1) NOT NULL VAT Reverse Charge goods flag

Y/N Table Edit

16 TAX_CD_VAT_RVC Character(8) VARCHAR2(8) NOT NULL Reverse Charge VAT Code
17 TAX_CD_VAT_RVC_PCT Signed Number(9,4) DECIMAL(7,4) NOT NULL Customer VAT Rate
18 VAT_AMT_RVC Signed Number(28,3) DECIMAL(26,3) NOT NULL Reverse Charge VAT Amount
19 VAT_AMT_RVC_BSE Signed Number(28,3) DECIMAL(26,3) NOT NULL VAT Reverse Charge Amount in Base Currency
20 VAT_AMT_RVC_XEU Signed Number(28,3) DECIMAL(26,3) NOT NULL Customer Amount
21 BI_CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Billing Currency Code
22 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. "
23 CURRENCY_CD_XEU Character(3) VARCHAR2(3) NOT NULL Euro Currency