ITEM_ARCH

(SQL Table)
Index Back

Customer Items

  • Parent record: CUST_DATA
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

    Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT

    Prompt Table: SP_BUARDS_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: CUST_SRCH_VW
    Set Control Field: BUSINESS_UNIT

    3 ITEM Character(30) VARCHAR2(30) NOT NULL Uniquely identifies an invoice credit memo or debit memo. The item ID is also called the invoice number.
    4 ITEM_LINE Number(6,0) INTEGER NOT NULL Item Line
    5 ITEM_STATUS Character(1) VARCHAR2(1) NOT NULL Item Status
    C=Closed
    O=Open

    Default Value: O

    6 ENTRY_TYPE Character(5) VARCHAR2(5) NOT NULL Specifies the type of transaction associated with a pending item. The entry type remains with the item after it is posted and affects many areas of Receivables processing. Some examples of entry types are Invoices Credit Memo Prepayment and Deduction.

    Prompt Table: ENTRY_TYPE_TBL

    7 ENTRY_REASON Character(5) VARCHAR2(5) NOT NULL "Specifies an entry reason that further qualifies the entry type associated with a pending item. For example an entry reason for a credit memo might be ""Pricing Error"" or ""Shipping Error""."

    Prompt Table: ENTRY_REASN_TBL

    8 ENTRY_EVENT Character(10) VARCHAR2(10) NOT NULL Entry Event
    9 REF_REASON Character(5) VARCHAR2(5) NOT NULL Reference Reason
    10 BAL_AMT Signed Number(28,3) DECIMAL(26,3) NOT NULL Item Balance
    11 ACCOUNTING_DT Date(10) DATE NOT NULL The accounting entry construction date for a given transaction (a generic field that crosses multiple
    12 ASOF_DT Date(10) DATE As of Date

    Default Value: ITEM.ACCOUNTING_DT

    13 POST_DT Date(10) DATE NOT NULL The Date a transaction was Posted.
    14 DUE_DT Date(10) DATE Specifies the date that a transaction is due. It is a generic field used in multiple PeopleSoft applications including Receivables Payables and Purchasing. For example it represents the date that payment is due for a voucher or the date that a scheduled shipment is due to be received.

    Default Value: ITEM.ACCOUNTING_DT

    15 CR_ANALYST Character(8) VARCHAR2(8) NOT NULL Specifies the personnel code for the person who works with a customer to establish credit limits and payment terms. This field is required for a bill-to customer.

    Default Value: CUST_OPTION.CR_ANALYST

    Prompt Table: CR_ANALYST_TBL
    Set Control Field: BUSINESS_UNIT

    16 SALES_PERSON Character(8) VARCHAR2(8) NOT NULL Specifies the personnel code for the person who works with a customer as a sales representative. This field is required for a customer that functions as a bill-to customer.

    Default Value: AR_SALESP_VW.SALES_PERSON

    Prompt Table: SALES_PERSN_TBL
    Set Control Field: BUSINESS_UNIT

    17 COLLECTOR Character(8) VARCHAR2(8) NOT NULL Specifies the personnel code for the person who works with a customer to collect overdue payments.

    Default Value: CUST_OPTION.COLLECTOR

    Prompt Table: COLLECTOR_TBL
    Set Control Field: BUSINESS_UNIT

    18 DISPUTE_STATUS Character(3) VARCHAR2(3) NOT NULL Specifies the reason that an item or customer is in dispute. For example the dispute status code might represent pricing error.

    Prompt Table: DISPUTE_TBL

    19 DISPUTE_DT Date(10) DATE Specifies the date that an item was placed in dispute status.
    20 DISPUTE_AMOUNT Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies the amount of an item in dispute. This may represent only a portion of the full amount of an item.
    21 PO_REF Character(30) VARCHAR2(30) NOT NULL Specifies the purchase order number associated with a receivables item.
    22 PO_LINE Number(3,0) SMALLINT NOT NULL Specifies the line number of a purchase order associated with a receivables item. It is used with the field PO_REF.
    23 DOCUMENT Character(30) VARCHAR2(30) NOT NULL Specifies a document used as a reference number for a Receivables item. Document ID is used by the Receivables Update program and the Maintenance Worksheet to "match" related invoices debit memos and credit memos.
    24 DOCUMENT_LINE Number(6,0) INTEGER NOT NULL Specifies the line number of a Document ID used as a reference on a Receivables item.
    25 PYMNT_TERMS_CD Character(5) VARCHAR2(5) NOT NULL Specifies how the payment due date and discount due date are calculated. A payment terms code is associated with various business units bill-to customers vendors as well as sales orders purchase orders and vouchers.

    Prompt Table: AR_TRMS_VW

    26 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.
    27 DISC_AMT1 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_DT1. This is the second of two possible discounts associated with an item.
    28 DISC_DT Date(10) DATE Specifies the date before which payment must be made on an invoice in order to qualify for a discount. This field applies to the first of two possible discounts and is associated with the discount amount specified in DISC_AMT.
    29 DISC_DT1 Date(10) DATE Specifies the date before which payment must be made on an invoice in order to qualify for a discount. This field applies to the second of two possible discounts and is associated with the discount amount specified in DISC_AMT1.
    30 DISC_LEVEL Character(1) VARCHAR2(1) NOT NULL Discount Level

    Y/N Table Edit

    Default Value: N

    31 DISC_DAYS Number(3,0) SMALLINT NOT NULL Specifies the number of days beyond the discount date during which a discount is valid. This defines a discount "grace period".
    32 DUE_DAYS Number(3,0) SMALLINT NOT NULL "Specifies the number of days beyond the due date for which payment is still considered on time. This defines a payment ""grace period""."
    33 ALLOW_DISC Character(1) VARCHAR2(1) NOT NULL A flag that specifies whether or not (Y or N) all discounts for the associated item are to be considered earned even if they have expired.

    Y/N Table Edit

    Default Value: N

    34 AGING_CATEGORY Character(2) VARCHAR2(2) NOT NULL Aging Category
    35 DST_ID_AR Character(10) VARCHAR2(10) NOT NULL Specifies the general ledger ChartField combination that is affected when subsequent activity such as a payment occurs for the item.
    36 HIST_STATUS Character(1) VARCHAR2(1) NOT NULL History Status
    N=No
    T=Transfer
    Y=Yes

    Default Value: N

    37 DUN_DT Date(10) DATE Specifies the date that a dunning letter is sent. This date is generated by the Dunning SQR.
    38 DUN_SEQ_NUM Number(3,0) SMALLINT NOT NULL Dunning Sequence Number
    39 ST_DT Date(10) DATE Specifies the date a statement (Receivables) is generated. This date is maintained by the Statements SQR.
    40 FC_DT Date(10) DATE Specifies the date a finance charge is generated for an overdue Receivables item. This date is maintained by the Finance Charge SQR.
    41 FC_AMT Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies the amount of a finance charge on an overdue receivables item. This amount is generated by the Finance Charge SQR.
    42 OC_ADMIN_DT Date(10) DATE Specifies the date a finance charge is generated for an overdue Receivables item. This date is maintained by the Finance Charge SQR.
    43 OC_ADMIN_AMT Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies the amount of a finance charge on an overdue receivables item. This amount is generated by the Finance Charge SQR.
    44 OC_PNLTY_DT Date(10) DATE Specifies the date a finance charge is generated for an overdue Receivables item. This date is maintained by the Finance Charge SQR.
    45 OC_PNLTY_AMT Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies the amount of a finance charge on an overdue receivables item. This amount is generated by the Finance Charge SQR.
    46 OVERDUE_CHG_LINE Character(1) VARCHAR2(1) NOT NULL Overdue Charge Line
    47 ITEM_LINE_ORIG Number(6,0) INTEGER NOT NULL Original OC Item Line
    48 UPDATE_STATUS Character(1) VARCHAR2(1) NOT NULL Update status

    Y/N Table Edit

    Default Value: N

    49 COLLECTION_STATUS Character(3) VARCHAR2(3) NOT NULL Specifies a collection agency or the reason for placing a customer in collection. Collection status indicates that the customer is delinquent in making payments or the invoice is more than 120 days past due.

    Prompt Table: COLLECTION_TBL

    50 COLLECTION_DT Date(10) DATE Specifies the date that a customer or invoice was put in collection status. Collection status indicates that the customer is delinquent in making payments or the invoice is more than 120 days past due.
    51 ITEM_SEQ_NUM Number(3,0) SMALLINT NOT NULL Item Sequence Number
    52 BILL_OF_LADING Character(30) VARCHAR2(30) NOT NULL Specifies a bill of lading number associated with a Receivables item.
    53 SUBCUST_QUAL1 Character(15) VARCHAR2(15) NOT NULL Specifies a user-defined grouping of customer receivables activity. A subcustomer qualifier provides the ability to record and report receivables activity across multiple business units and/or multiple customers. For example a subcustomer qualifier could represent a sales region or a geographic area. There are two possible subcustomer qualifiers: SUBCUST_QUAL1 and SUBCUST_QUAL2.

    Prompt Table: SUBCUST_Q1_TBL

    54 SUBCUST_QUAL2 Character(15) VARCHAR2(15) NOT NULL Specifies a user-defined grouping of customer receivables activity. A subcustomer qualifier provides the ability to record and report receivables activity across multiple business units and/or multiple customers. For example a subcustomer qualifier could represent a sales region or a geographic area. There are two possible subcustomer qualifiers: SUBCUST_QUAL1 and SUBCUST_QUAL2.

    Prompt Table: SUBCUST_Q2_TBL

    55 SUBCUST_STATUS Character(1) VARCHAR2(1) NOT NULL SubCustomer History Status

    Y/N Table Edit

    Default Value: Y

    56 BAL_CURRENCY Character(3) VARCHAR2(3) NOT NULL Currency Code - Bal Amount
    57 RT_TYPE Character(5) VARCHAR2(5) NOT NULL Defines a category of market rates for currency conversion. Some examples of rate types are commercial, average, floating, and historical.
    58 RATE_MULT Signed Number(17,8) DECIMAL(15,8) NOT NULL Rate Multiplier
    59 RATE_DIV Number(16,8) DECIMAL(15,8) NOT NULL Rate Divisor

    Default Value: 1

    60 BAL_AMT_BASE Signed Number(28,3) DECIMAL(26,3) NOT NULL Balance - Base Currency
    61 BAL_AMT_LAST Signed Number(28,3) DECIMAL(26,3) NOT NULL Display Letter Amount
    62 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code
    63 ENTRY_USE_ID Character(5) VARCHAR2(5) NOT NULL Specifies the System Function or type of processing associated with an entry type.
    64 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
    65 VAT_RECALC_FLG Character(1) VARCHAR2(1) NOT NULL A flag that indicates whether or not the VAT discount amount is recalculated at payment time. This field is only used if the VAT Calculation Type (VAT_CAL_GROSS_NET) is gross.
    66 COUNTRY_VAT_BILLFR Character(3) VARCHAR2(3) NOT NULL Specifies the country where an invoice is generated (for VAT processing only).
    67 COUNTRY_VAT_BILLTO Character(3) VARCHAR2(3) NOT NULL Specifies the country where an invoice is sent (for VAT processing only).
    68 COUNTRY_SHIP_TO Character(3) VARCHAR2(3) NOT NULL Specifies the country to which the invoice contents were shipped (for VAT processing only).
    69 COUNTRY_SHIP_FROM Character(3) VARCHAR2(3) NOT NULL Specifies the country from which the invoice contents were shipped (for VAT processing only).
    70 VAT_CALC_GROSS_NET Character(1) VARCHAR2(1) NOT NULL A flag that indicates whether VAT calculation should be done on the Gross (G) amount or on the Net (N) amount of sales or purchase transaction. When calculating VAT at net the early payment discount is applied to the goods amount before calculating the VAT. When calculating VAT at gross the VAT is initially calculated based on the gross transaction amount.
    G=Calculate at Gross
    N=Calculate at Net
    71 VAT_ENTITY Character(20) VARCHAR2(20) NOT NULL Specifies an organizational entity that is responsible for VAT reporting and that is registered in one or more countries that require VAT reporting. A single VAT entity is linked to one or more General Ledger Business Units depending on the reporting requirements.
    72 VAT_EXCPTN_TYPE Character(1) VARCHAR2(1) NOT NULL A flag that specifies the reason for a VAT exemption for a customer. Suspension (S) and Exoneration (X) are examples of Exception Type.
    N=None
    S=Suspended
    X=Exonerated
    73 VAT_EXCPTN_CERTIF Character(20) VARCHAR2(20) NOT NULL Specifies the VAT exception certificate number. This identifier serves as proof of customer's exemption from VAT.
    74 VAT_RGSTRN_BUYER Character(20) VARCHAR2(20) NOT NULL Specifies a customers VAT Registration ID for a particular country.
    75 VAT_ROUND_RULE Character(1) VARCHAR2(1) NOT NULL " Rounding rule to be applied to VAT calculations. Options are 'Natural'
    D=Round Down
    N=Natural Round
    U=Round Up
    76 ORDER_NO Character(10) VARCHAR2(10) NOT NULL Identifies a customer order number that appears as a reference on a receivables pending item. Date Initials Issue Description 022701 mv SP2 (F-CJORGENS-3) CSR Desktop
    77 CONTRACT_NUM Character(25) VARCHAR2(25) NOT NULL Contract
    78 BUSINESS_UNIT_BI Character(5) VARCHAR2(5) NOT NULL Billing Business Unit
    79 BUSINESS_UNIT_OM Character(5) VARCHAR2(5) NOT NULL Order Management Business Unit
    80 ADDRESS_SEQ_NUM Number(5,0) INTEGER NOT NULL Address Sequence Number
    81 LETTER_CD Character(3) VARCHAR2(3) NOT NULL Specifies a type of correspondence used for follow-up letters or dunning notices. A letter code is associated with a customizable template to facilitate form letters.
    82 TRAN_FROM_BU Character(5) VARCHAR2(5) NOT NULL Transfer from Business Unit
    83 TRAN_FROM_CUSTID Character(15) VARCHAR2(15) NOT NULL Transfer from customer
    84 CONSOL_BUS_UNIT Character(5) VARCHAR2(5) NOT NULL Specifies the Billing business unit associated with a consolidated bill.
    85 CONSOL_INVOICE Character(22) VARCHAR2(22) NOT NULL Specifies the invoice identifier associated with a consolidated bill.
    86 PAYMENT_METHOD Character(3) VARCHAR2(3) NOT NULL Specifies the preferred method of payment by a customer. Examples of payment method are check direct debit and draft. 10/28/2003 edw 655070000 - Removed LTC and CSH xlats.
    ACH=ACH
    CC=Credit Card
    CHK=Check
    CSH=Cash
    DD=Direct Debit
    DR=Draft
    EC=Electronic Check
    EFT=Electronic Fund Transfer
    GE=Giro - EFT
    PL=PayPal
    WIR=Wire Report
    87 DRAFT_BU Character(5) VARCHAR2(5) NOT NULL Identifies the Receivables business unit associated with a draft. This field is maintained by the Draft Creation process.
    88 DRAFT_ID Character(15) VARCHAR2(15) NOT NULL Uniquely identifies a payment draft. The Draft ID is system-generated during the Draft Creation process or manually entered.
    89 DRAFT_APPROVAL Character(1) VARCHAR2(1) NOT NULL "Indicates whether or not a draft is pre-approved for payment by a bill-to customer. If the draft is pre-approved then it can be submitted to the customer's bank without the customer's sign-off. Otherwise the draft must be reviewed and approved by the customer before the enterprise can submit it to the bank for payment. This field is used only if the preferred payment method is ""Draft""."
    P=Preapproved
    R=Approval Required
    90 DRAFT_DOC Character(1) VARCHAR2(1) NOT NULL "A flag that indicates whether or not (C or N) a draft document should be created for a Receivables item when the payment method is ""draft"". If the value is N then the system prints only a draft statement. If the value is C then the system creates a draft document. "
    C=Create Document
    N=Do Not Create Document
    91 DRAFT_CURRENCY Character(3) VARCHAR2(3) NOT NULL Specifies the currency of a draft payment. The draft currency may or may not be the same as the base currency of the business unit handling the draft.
    92 DRAFT_FORMAT Character(1) VARCHAR2(1) NOT NULL "A flag that indicates whether a draft will be associated with a single item or with multiple items. This field is used only when the payment method is ""draft""."
    M=Multiple Items Per Draft
    S=Single Item Per Draft
    93 DRAFT_STATUS Character(1) VARCHAR2(1) NOT NULL Draft Status
    A=Accepted
    C=Complete
    D=Dishonored
    E=Void
    I=Identified
    L=Collateral
    M=Discounted
    N=No Action
    P=Pending
    R=Remitted
    T=Endorsed
    94 BANK_SETID Character(5) VARCHAR2(5) NOT NULL The PeopleSoft tableset ID associated with a given bank/counterparty.
    95 BANK_CD Character(5) VARCHAR2(5) NOT NULL Bank Code
    96 BANK_ACCT_KEY Character(4) VARCHAR2(4) NOT NULL A user defined unique identifier that facilitates the identification of a given account with a given bank
    97 DD_BU Character(5) VARCHAR2(5) NOT NULL Specifies the business unit to which a direct debit is posted. This field is maintained by the Direct debit generation process.
    98 DD_ID Character(15) VARCHAR2(15) NOT NULL Specifies a sequence number assigned to a Direct Debit by the Direct Debit generation process.
    99 DD_CURRENCY Character(3) VARCHAR2(3) NOT NULL Specifies the currency in which a direct debit is created. This field is maintained by the Direct Debit generation process.
    100 DD_STATUS Character(1) VARCHAR2(1) NOT NULL A flag that indicates the stage of processing of a direct debit payment in receivables. This field is maintained by the Direct Debit generation process.
    A=Accepted
    C=Complete
    E=Rejected
    N=No Action
    P=Pending
    R=Remitted
    Z=All
    101 DD_PROFILE_ID Character(5) VARCHAR2(5) NOT NULL Specifies the Profile ID for a Direct Debit

    Prompt Table: DD_PROFILE_VW
    Set Control Field: BUSINESS_UNIT

    102 DRAFT_TYPE Character(10) VARCHAR2(10) NOT NULL A flag that indicates whether a draft is initiated by the vendor (1) or by the customer (2).

    Default Value: 1

    Prompt Table: DRAFT_TYPE_TBL
    Set Control Field: BUSINESS_UNIT

    103 PROCESS_INSTANCE Number(10,0) DECIMAL(10) NOT NULL Process Instance
    104 USER_AMT1 Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies an additional amount associated with a pending item. This field is customizable and user-defined and is one of eight user amount fields. (USER_AMT1 through USER_AMT8)
    105 USER_AMT2 Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies an additional amount associated with a pending item. This field is customizable and user-defined and is one of eight user amount fields. (USER_AMT1 through USER_AMT8)
    106 USER_AMT3 Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies an additional amount associated with a pending item. This field is customizable and user-defined and is one of eight user amount fields. (USER_AMT1 through USER_AMT8)
    107 USER_AMT4 Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies an additional amount associated with a pending item. This field is customizable and user-defined and is one of eight user amount fields. (USER_AMT1 through USER_AMT8)
    108 USER_AMT5 Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies an additional amount associated with a pending item. This field is customizable and user-defined and is one of eight user amount fields. (USER_AMT1 through USER_AMT8)
    109 USER_AMT6 Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies an additional amount associated with a pending item. This field is customizable and user-defined and is one of eight user amount fields. (USER_AMT1 through USER_AMT8)
    110 USER_AMT7 Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies an additional amount associated with a pending item. This field is customizable and user-defined and is one of eight user amount fields. (USER_AMT1 through USER_AMT8)
    111 USER_AMT8 Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies an additional amount associated with a pending item. This field is customizable and user-defined and is one of eight user amount fields. (USER_AMT1 through USER_AMT8)
    112 USER_DT1 Date(10) DATE Specifies an additional date associated with a pending receivables item. This field is customizable and user-defined and is one of four user date fields (USER_DT1 through USER_DT4).
    113 USER_DT2 Date(10) DATE Specifies an additional date associated with a pending receivables item. This field is customizable and user-defined and is one of four user date fields (USER_DT1 through USER_DT4).
    114 USER_DT3 Date(10) DATE Specifies an additional date associated with a pending receivables item. This field is customizable and user-defined and is one of four user date fields (USER_DT1 through USER_DT4).
    115 USER_DT4 Date(10) DATE Specifies an additional date associated with a pending receivables item. This field is customizable and user-defined and is one of four user date fields (USER_DT1 through USER_DT4).
    116 USER1 Character(1) VARCHAR2(1) NOT NULL Describes additional information about a pending receivables item. This field is customizable and user-defined and is one of ten text fields (USER1 through USER10).
    117 USER2 Character(1) VARCHAR2(1) NOT NULL Describes additional information about a pending receivables item. This field is customizable and user-defined and is one of ten text fields (USER1 through USER10).
    118 USER3 Character(1) VARCHAR2(1) NOT NULL Describes additional information about a pending receivables item. This field is customizable and user-defined and is one of ten text fields (USER1 through USER10).
    119 USER4 Character(1) VARCHAR2(1) NOT NULL Describes additional information about a pending receivables item. This field is customizable and user-defined and is one of ten text fields (USER1 through USER10).
    120 USER5 Character(1) VARCHAR2(1) NOT NULL Describes additional information about a pending receivables item. This field is customizable and user-defined and is one of ten text fields (USER1 through USER10).
    121 USER6 Character(1) VARCHAR2(1) NOT NULL Describes additional information about a pending receivables item. This field is customizable and user-defined and is one of ten text fields (USER1 through USER10).
    122 USER7 Character(1) VARCHAR2(1) NOT NULL Describes additional information about a pending receivables item. This field is customizable and user-defined and is one of ten text fields (USER1 through USER10).
    123 USER8 Character(1) VARCHAR2(1) NOT NULL Describes additional information about a pending receivables item. This field is customizable and user-defined and is one of ten text fields (USER1 through USER10).
    124 USER9 Character(1) VARCHAR2(1) NOT NULL Describes additional information about a pending receivables item. This field is customizable and user-defined and is one of ten text fields (USER1 through USER10).
    125 USER10 Character(1) VARCHAR2(1) NOT NULL Describes additional information about a pending receivables item. This field is customizable and user-defined and is one of ten text fields (USER1 through USER10).
    126 ORIG_ITEM_AMT Signed Number(28,3) DECIMAL(26,3) NOT NULL Original Item Amount
    127 LAST_ACTIVITY_DT Date(10) DATE Last Activity Date
    128 ST_ID_NUM Number(8,0) INTEGER NOT NULL Statement Number
    129 DOUBTFUL Character(1) VARCHAR2(1) NOT NULL Identifies items ( or invoices ) which probably will not be paid by the customer. This status is used for items whose balances have been moved from the receivables account to the doubtful account using the transfer worksheet.
    130 DRAFT_BUSN_EVENT Character(2) VARCHAR2(2) NOT NULL Defines the Draft life cycle event. It represents one of the actions that the PeopleSoft system has provided for Draft processing. Examples are: Approving a Draft Remitting a Draft to the Bank Voiding the Draft.
    131 DRAFT_SUB_EVENT Character(2) VARCHAR2(2) NOT NULL Defines specific types of activity that can be performed at the Draft Business Event. For example in the process of approving a Draft you can specify that you are paying an item putting an amount on acccount etc.
    132 SALES_PERSON2 Character(8) VARCHAR2(8) NOT NULL Identifies a second Sales Person. Populated on the Item Table to identify an additional Sales Person the Item is applied to.
    133 REGION_CD Character(10) VARCHAR2(10) NOT NULL Identifies the Sales Region. Populated on the Item Table to identify the Sales Region the Item is applied to.
    134 REVALUE_FLAG Character(1) VARCHAR2(1) NOT NULL Can be either 'Y' or 'N'. This field is located on the ITEM Table and signifies whether or not an item will be considered by the Revaluation Process to be revaluated.

    Y/N Table Edit

    135 BUSINESS_UNIT_PC Character(5) VARCHAR2(5) NOT NULL PC Business Unit
    136 PROJECT_ID Character(15) VARCHAR2(15) NOT NULL Project Id ChartField
    137 ACTIVITY_ID Character(15) VARCHAR2(15) NOT NULL Activity ID
    138 PACKSLIP_NO Character(22) VARCHAR2(22) NOT NULL Packing Slip Number
    139 SBI_NUM Character(40) VARCHAR2(40) NOT NULL SBI_num
    140 LC_ID Character(12) VARCHAR2(12) NOT NULL Treasury Letter of Credit Number Assigned by the System
    141 NETTING_SW Character(1) VARCHAR2(1) NOT NULL Available for Netting

    Y/N Table Edit

    Default Value: Y

    142 NET_REF_ID Character(12) VARCHAR2(12) NOT NULL A reference identifier associated with a cash transaction subject to netting with a given bank/count
    143 RECEIVABLE_TYPE Character(3) VARCHAR2(3) NOT NULL Receivable Type code for SF220 Reporting
    144 ENTITY_CODE Character(9) VARCHAR2(9) NOT NULL Entity Code for SF 220 Reporting
    145 PPRC_PROMO_CD Character(20) VARCHAR2(20) NOT NULL Price Promotion Code
    146 CLAIM_NO Character(30) VARCHAR2(30) NOT NULL Claim Number for an item
    147 AR_SPECIALIST Character(8) VARCHAR2(8) NOT NULL Accounts Recievable Specialist - person responsible for an action on an item.
    148 BROKER_ID Character(15) VARCHAR2(15) NOT NULL Broker ID
    149 CARRIER_ID Character(10) VARCHAR2(10) NOT NULL Carrier ID
    150 CLAIM_DT Date(10) DATE Claim Date
    151 CLASS_OF_TRADE Character(20) VARCHAR2(20) NOT NULL Class of Trade
    152 DEDUCTION_STATUS Character(5) VARCHAR2(5) NOT NULL Deduction Status
    C=Closed
    I=In Process
    O=Created/Opened
    W=On Worksheet
    153 DEDUCTION_DT Date(10) DATE Deduction Date
    154 DIVISION Character(20) VARCHAR2(20) NOT NULL Division
    155 DT_INVOICED Date(10) DATE Date Invoiced
    156 INV_PROD_FAM_CD Character(10) VARCHAR2(10) NOT NULL Family
    157 INVOICE Character(22) VARCHAR2(22) NOT NULL Invoice
    158 INVOICE_BU Character(5) VARCHAR2(5) NOT NULL Invoice Business Unit
    159 MAJOR_CLASS Character(10) VARCHAR2(10) NOT NULL Major Classification
    160 MEMO_STATUS_CD Character(10) VARCHAR2(10) NOT NULL Memo Status Code
    161 MERCH_TYPE Character(10) VARCHAR2(10) NOT NULL Merchandising Type
    162 PROOF_OF_DELIVERY Character(30) VARCHAR2(30) NOT NULL Proof of Delivery
    163 SHIP_FROM_BU Character(5) VARCHAR2(5) NOT NULL Ship from INV BU
    164 SHIP_TO_ADDR_NUM Number(5,0) INTEGER NOT NULL Ship To Address Sequence Num
    165 SHIP_TO_CUST_ID Character(15) VARCHAR2(15) NOT NULL Ship To Customer
    166 SOLD_TO_ADDR_NUM Number(5,0) INTEGER NOT NULL Sold To Address Sequence Num
    167 SOLD_TO_CUST_ID Character(15) VARCHAR2(15) NOT NULL Sold To Customer
    168 VAT_TREATMENT_GRP Character(4) VARCHAR2(4) NOT NULL VAT Treatment Group
    169 PHYSICAL_NATURE Character(1) VARCHAR2(1) NOT NULL Physical Nature
    G=Goods
    S=Services
    170 COUNTRY_LOC_BUYER Character(3) VARCHAR2(3) NOT NULL Buyer's Location Country - May be either the VAT Entity or the Trading Partner
    171 STATE_LOC_BUYER Character(6) VARCHAR2(6) NOT NULL Buyer's Location State - May be either the VAT Entity or the Trading Partner
    172 COUNTRY_LOC_SELLER Character(3) VARCHAR2(3) NOT NULL Seller's Location Country - May be either the VAT Entity or the Trading Partner
    173 STATE_LOC_SELLER Character(6) VARCHAR2(6) NOT NULL Seller's Location State - May be either the VAT Entity or the Trading Partner
    174 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
    175 VAT_SERVICE_TYPE Character(1) VARCHAR2(1) NOT NULL VAT Service Type
    1=Freight Transport
    2=Other
    3=Electronics/Communication
    176 COUNTRY_VAT_PERFRM Character(3) VARCHAR2(3) NOT NULL Country Where Service Physically Performed
    177 STATE_VAT_PERFRM Character(6) VARCHAR2(6) NOT NULL State Where Service Physically Performed
    178 COUNTRY_VAT_SUPPLY Character(3) VARCHAR2(3) NOT NULL VAT Place of Supply Country
    179 STATE_VAT_SUPPLY Character(6) VARCHAR2(6) NOT NULL VAT Place of Supply State
    180 STATE_SHIP_FROM Character(6) VARCHAR2(6) NOT NULL Ship From State
    181 STATE_SHIP_TO Character(6) VARCHAR2(6) NOT NULL Ship To State
    182 VAT_RPT_CNTRY_SRC Character(1) VARCHAR2(1) NOT NULL VAT Reporting Country Source
    1=Ship From
    2=Ship To
    3=VAT Entity
    4=Service Performed Country
    5=Supplier Location Country
    6=Buyer Location Country
    7=Buyer VAT Registration Country
    183 STATE_VAT_DEFAULT Character(6) VARCHAR2(6) NOT NULL VAT Defaulting State
    184 CONVERS_EXISTS Character(1) VARCHAR2(1) NOT NULL "A flag that indicates whether a conversation is associated with a single item or with multiple items ."
    185 ARCHIVE_ID Character(8) VARCHAR2(8) NOT NULL Archive ID
    186 ARCHIVE_DT Date(10) DATE Archive Date
    187 INVOICE_DT Date(10) DATE Invoice Date
    188 AR_EBP_PAYM_DT Date(10) DATE eBill Payment Date
    189 AR_EBP_PROC_BY Character(1) VARCHAR2(1) NOT NULL Processed by eBill Payment Pr
    190 SUBROG_CASE_NUM Character(30) VARCHAR2(30) NOT NULL Subrogation case number used for Insurance
    191 SP_ID Number(11,0) DECIMAL(11) NOT NULL Service Purchase ID