TD_CLAIMS_HDR

(SQL Table)
Index Back

Claims Header Record

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

Default Value: OPR_DEF_TBL_FS.SETID

Prompt Table: SP_SETTD_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: TD_CUST_OPRVW

3 CLAIM_ID Character(15) VARCHAR2(15) NOT NULL Claim ID

Default Value: NEXT

4 PAYMENT_METHOD_PL Character(1) VARCHAR2(1) NOT NULL Planned Payment Method
1=Deduction
2=Check
3=Field Draft
4=Credit Memo
6=Chargeback

Default Value: 4

5 REFERENCE_NUM Character(30) VARCHAR2(30) NOT NULL Reference
6 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code

Default Value: CUSTOMER.CURRENCY_CD

Prompt Table: CURRENCY_CD_TBL

7 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_SETID_TBL.BASE_CURRENCY

Prompt Table: CURRENCY_CD_TBL

8 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_SETID_TBL.RT_TYPE

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

Default Value: 1

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

Default Value: 1

11 AMOUNT Signed Number(28,3) DECIMAL(26,3) NOT NULL Amount

Default Value: TD_CLAIMS_PAY.AMOUNT

12 AMOUNT_BSE Signed Number(28,3) DECIMAL(26,3) NOT NULL Amount

Default Value: TD_CLAIMS_PAY.AMOUNT_BSE

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

Default Value: I

14 VENDOR_SETID Character(5) VARCHAR2(5) NOT NULL Vendor SetID

Default Value: TD_CLAIMS_PAY.VENDOR_SETID

15 VENDOR_ID Character(10) VARCHAR2(10) NOT NULL Vendor Identifier

Default Value: TD_CLAIMS_PAY.VENDOR_ID

Prompt Table: VNDR_ACTIVE_VW

16 VNDR_LOC Character(10) VARCHAR2(10) NOT NULL Vendor Location

Default Value: TD_CLAIMS_PAY.VNDR_LOC

Prompt Table: VNDR_LOC_AP_VW

17 ADDRESS_SEQ_NUM Number(5,0) INTEGER NOT NULL Address Sequence Number

Default Value: TD_CLAIMS_PAY.ADDRESS_SEQ_NUM

Prompt Table: VENDOR_ADDR_VW

18 VOUCHER_ID Character(8) VARCHAR2(8) NOT NULL Voucher ID

Prompt Table: TD_VCHR_AUT_VW

19 INVOICE Character(22) VARCHAR2(22) NOT NULL Invoice
20 PYMNT_ID_REF Character(20) VARCHAR2(20) NOT NULL Payment Reference
21 BANK_CD Character(5) VARCHAR2(5) NOT NULL Bank Code

Prompt Table: BANK_CD_VW8
Set Control Field: SETID

22 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

Prompt Table: TD_BANK_ACCT_VW

23 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

Prompt Table: SP_BU_TD_NONVW

24 BUSINESS_UNIT_GL Character(5) VARCHAR2(5) NOT NULL GL Business Unit
25 BUSINESS_UNIT_BI Character(5) VARCHAR2(5) NOT NULL Billing Business Unit

Default Value: BUS_UNIT_TBL_OM.BUSINESS_UNIT_BI

Prompt Table: SP_BU_BI_NONVW

26 BUSINESS_UNIT_AP Character(5) VARCHAR2(5) NOT NULL AP Business Unit

Default Value: TD_CLAIMS_PAY.BUSINESS_UNIT

Prompt Table: SP_BU_AP_NONVW

27 SYSTEM_SOURCE Character(3) VARCHAR2(3) NOT NULL Identifies the application or source system that generated a journal entry. Release 8.80 - 11/14/2002 - RVlasic - Removed GDM (JrnlGen - Deduction Management) from Translate Values. SUJ---Included a label as Product. Release 8.9 - 05/11/2005 - RVlasic - Added PRV (Variance Pricing) and PKK (KK Budget Journal) and deleted GLK for Project Costing per Brian Cohen.

Default Value: TDP

28 EXPORT_STATUS Character(1) VARCHAR2(1) NOT NULL Export Status
C=Export Complete
E=Error
N=Not Processed

Default Value: N

29 PROCESS_INSTANCE Number(10,0) DECIMAL(10) NOT NULL Process Instance

Default Value: 0

30 BILL_TO_CUST_ID Character(15) VARCHAR2(15) NOT NULL Customer

Prompt Table: TD_CUS_BILTO_VW

31 INTFC_ID Number(8,0) INTEGER NOT NULL Interface ID
32 CUST_ID2 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: TD_CUST_OPRVW

33 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
34 ENTERED_DT Date(10) DATE Entered on
35 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.
36 LAST_UPDATE_DT Date(10) DATE Last Updated