BI_EIVC_LDSC_VW(SQL View) |
Index Back |
---|---|
Extract table for line dis/sur |
SELECT PROCESS_INSTANCE ,BUSINESS_UNIT ,INVOICE ,LINE_SEQ_NUM ,DISC_SUR_LVL ,DISC_SUR_ID ,DISC_SUR_INDICATOR ,DISC_AMT , BI_CURRENCY_CD ,BASE_CURRENCY FROM PS_BI_EIVC_LDISC |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance | |
2 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
3 | Character(22) | VARCHAR2(22) NOT NULL | Invoice | |
4 | Number(5,0) | INTEGER NOT NULL | Sequence | |
5 | Number(2,0) | SMALLINT NOT NULL | Discount/Surcharge Level | |
6 | Character(15) | VARCHAR2(15) NOT NULL | Identifier | |
7 | DISC_SUR_INDICATOR | Character(1) | VARCHAR2(1) NOT NULL |
Discount/Surcharge
D=Discount I=Installment Surcharge S=Surcharge |
8 | DISC_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Specifies the discount amount available if payment on an item is made before the discount date. The amount is manually entered or system-generated using the payment terms code. The discount date associated with this amount is specified in DISC_DT. This is the first of two possible discounts associated with an item. |
9 | BI_CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Billing Currency Code |
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. " |