TD_PAYMENT_EXCP

(SQL Table)
Index Back

Promo payment exceptions

  • Parent record: TD_PAYMENT_TBL
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

    Default Value: TD_PAYMENT_TBL.SETID

    Prompt Table: SP_SETTD_NONVW

    2 PPRC_PROMO_CD Character(20) VARCHAR2(20) NOT NULL Price Promotion Code

    Default Value: TD_PAYMENT_TBL.PPRC_PROMO_CD

    Prompt Table: PPRC_PROMO_TBL

    3 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.

    Default Value: TD_PAYMENT_TBL.CUST_ID

    Prompt Table: TD_CUST_OPRVW

    4 MERCH_TYPE Character(10) VARCHAR2(10) NOT NULL Merchandising Type

    Default Value: TD_PAYMENT_TBL.MERCH_TYPE

    Prompt Table: TD_MERCH_TYPE

    5 SEQNO Number(5,0) INTEGER NOT NULL Sequence Number

    Default Value: 1

    6 TD_STATUS Character(1) VARCHAR2(1) NOT NULL Status
    A=Approved
    I=Initial
    P=Pending
    R=Rejected

    Default Value: I

    7 EXCEPTION_AMT Signed Number(28,3) DECIMAL(26,3) NOT NULL Exception Amount
    8 EXCEPTION_AMT_BSE Signed Number(28,3) DECIMAL(26,3) NOT NULL Base Exception Amt
    9 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code

    Default Value: TD_PAYMENT_TBL.CURRENCY_CD

    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. "

    Default Value: TD_PAYMENT_TBL.BASE_CURRENCY

    11 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.

    Default Value: TD_PAYMENT_TBL.RT_TYPE

    12 RATE_MULT Signed Number(17,8) DECIMAL(15,8) NOT NULL Rate Multiplier

    Default Value: 1

    13 RATE_DIV Number(16,8) DECIMAL(15,8) NOT NULL Rate Divisor

    Default Value: 1

    14 AUTHORIZED_BY Character(30) VARCHAR2(30) NOT NULL Authorized By

    Prompt Table: OPRID_VW

    15 AUTHORIZED_DT Date(10) DATE Authorized Date
    16 REASON_CD Character(10) VARCHAR2(10) NOT NULL Reason Code

    Prompt Table: TD_REASON_CD_VW

    17 TD_REASON Long Character CLOB Reason Comments
    18 OPRID_ENTERED_BY Character(30) VARCHAR2(30) NOT NULL Entered By 07/25/2011 MRAD 12383033 :Ensured that OPRID_ENTERED_BY is set with format type of MixedCase. 03/22/2013 GL 16482301: Switched OPRID_ENTERED_BY back to MixedCase again. Please don't change it to UpperCase!!! FYI - The alternatives to use a User ID as uppercase: 1) Create your own User ID, add comments in the Field Properties, and fill out the Owner ID 2) Use %Upper meta-SQL in SQL statements 3) Use Upper function in peoplecodes
    19 ENTERED_DT Date(10) DATE Entered on
    20 OPRID_MODIFIED_BY Character(30) VARCHAR2(30) NOT NULL Last User to Modify Entered By 07/25/2011:Ensured that OPRID_MODIFIED_BY is set with format type of MixedCase.
    21 LAST_UPDATE_DT Date(10) DATE Last Updated