TD_PAYMENT_FUND

(SQL Table)
Index Back

Funds used for payment excepti

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

    Default Value: TD_PAYMENT_EXCP.SETID

    Prompt Table: SP_SETTD_NONVW

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

    Default Value: TD_PAYMENT_EXCP.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_EXCP.CUST_ID

    Prompt Table: %EDITTABLE

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

    Default Value: TD_PAYMENT_EXCP.MERCH_TYPE

    Prompt Table: TD_MERCH_TYPE

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

    Default Value: TD_PAYMENT_EXCP.SEQNO

    6 TD_FUND_CODE Character(10) VARCHAR2(10) NOT NULL Promotions Management Fund Code

    Default Value: TD_PROMO_FUND.TD_FUND_CODE

    Prompt Table: TD_FUND_MASTER

    7 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code

    Default Value: TD_PAYMENT_EXCP.CURRENCY_CD

    8 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

    9 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

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

    Default Value: 1

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

    Default Value: 1

    12 AUTHORIZED_AMT Signed Number(28,3) DECIMAL(26,3) NOT NULL Authorized Amount
    13 AUTHORIZED_AMT_BSE Signed Number(28,3) DECIMAL(26,3) NOT NULL Base Authorized Amt
    14 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
    15 ENTERED_DT Date(10) DATE Entered on
    16 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.
    17 LAST_UPDATE_DT Date(10) DATE Last Updated