TRN_ITEM_C

(SQL Table)
Index Back

BTF: Transfer Worksheet Item

Batch Test Framework Compare Record

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 TEST_CASE Character(30) VARCHAR2(30) NOT NULL BTF Test Case
2 COMPARE_TYPE Character(1) VARCHAR2(1) NOT NULL Compare report type
1=Delta (Results v.s Expected)
2=Expected data not in Results
3=Unexpected data in Results
3 COMPARE_SOURCE Character(1) VARCHAR2(1) NOT NULL Compare data source (Actuals or Expected results).
A=Actuals
E=Expected
4 TRN_BU Character(5) VARCHAR2(5) NOT NULL Transfer Business Unit
5 TRN_ID Character(15) VARCHAR2(15) NOT NULL Transfer Worksheet ID
6 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
7 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.
8 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.
9 ITEM_LINE Number(6,0) INTEGER NOT NULL Item Line
10 WS_SEQ Number(6,0) INTEGER NOT NULL Worksheet Sequence Number
11 ITEM_SELECTED Character(1) VARCHAR2(1) NOT NULL Item selected switch
12 ENTRY_USE_ID Character(5) VARCHAR2(5) NOT NULL Specifies the System Function or type of processing associated with an entry type.
13 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

14 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: AUTO_REASN_VW

15 ENTRY_EVENT Character(10) VARCHAR2(10) NOT NULL Entry Event

Prompt Table: EE_AR_CODE1_VW

16 REF_REASON Character(5) VARCHAR2(5) NOT NULL Reference Reason
17 REQUIRE_REASON Character(1) VARCHAR2(1) NOT NULL Require Reason
18 BAL_AMT Signed Number(28,3) DECIMAL(26,3) NOT NULL Item Balance
19 ACCOUNTING_DT Date(10) DATE The accounting entry construction date for a given transaction (a generic field that crosses multiple
20 ASOF_DT Date(10) DATE As of Date
21 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.
22 PO_REF Character(30) VARCHAR2(30) NOT NULL Specifies the purchase order number associated with a receivables item.
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 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.

Prompt Table: TRN_DST_VW

26 DST_ID_VAT Character(10) VARCHAR2(10) NOT NULL VAT Distribution Code

Prompt Table: TRN_DSTVAT_VW

27 BILL_OF_LADING Character(30) VARCHAR2(30) NOT NULL Specifies a bill of lading number associated with a Receivables item.
28 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.

Default Value: WS_ID_CUST.SUBCUST_QUAL1

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

Default Value: WS_ID_CUST.SUBCUST_QUAL2

30 BAL_CURRENCY Character(3) VARCHAR2(3) NOT NULL Currency Code - Bal Amount
31 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.

Prompt Table: RT_TYPE_TBL

32 RATE_MULT Signed Number(17,8) DECIMAL(15,8) NOT NULL Rate Multiplier
33 RATE_DIV Number(16,8) DECIMAL(15,8) NOT NULL Rate Divisor

Default Value: 1

34 BAL_AMT_BASE Signed Number(28,3) DECIMAL(26,3) NOT NULL Balance - Base Currency
35 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code
36 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.
37 ITEM_ACCTG_DT Date(10) DATE Specifies the accounting date of the original item and appears on subsequent entries. This field is used in multicurrency processing.
38 ITEM_ENTRY_TYPE Character(5) VARCHAR2(5) NOT NULL Original Item Entry Type
39 ITEM_ENTRY_REASON Character(5) VARCHAR2(5) NOT NULL Original Item Entry Reason
40 AMT_REM Signed Number(28,3) DECIMAL(26,3) NOT NULL Amount Remaining
41 BUSINESS_UNIT_GL Character(5) VARCHAR2(5) NOT NULL GL Business Unit
42 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.
43 MATCH_SEQ Character(1) VARCHAR2(1) NOT NULL Match Sequence
44 REAL_GAIN_LOSS Signed Number(28,3) DECIMAL(26,3) NOT NULL Represents the monetary amount of realized gain or loss calculated by the system during payment application or maintenance worksheet (Receivables).
45 RATE_MULT_ORIG Number(16,8) DECIMAL(15,8) NOT NULL Original Rate Multiplier
46 RATE_DIV_ORIG Number(16,8) DECIMAL(15,8) NOT NULL Original Rate Divisor
47 CURRENCY_CD_ORIG Character(3) VARCHAR2(3) NOT NULL Prior Currency Code
48 BAL_AMT_ORIG Signed Number(17,2) DECIMAL(15,2) NOT NULL Balance - Last Revalued Amount
49 DST_ID_REAL Character(10) VARCHAR2(10) NOT NULL Specifies the general ledger ChartField combination for posting realized gain or loss calculated by the system during payment application or maintenance worksheet (Receivables).

Prompt Table: TRN_DSTRL_VW

50 SETID Character(5) VARCHAR2(5) NOT NULL SetID
51 AMT_SEL Signed Number(28,3) DECIMAL(26,3) NOT NULL Amount selected
52 ITEM_AMT Signed Number(28,3) DECIMAL(26,3) NOT NULL Amount
53 ITEM_AMT_BASE Signed Number(28,3) DECIMAL(26,3) NOT NULL Item Amount Base
54 ITEM_MTCH Character(33) VARCHAR2(33) NOT NULL Matched Item
55 ITEM_LINE_MTCH Number(6,0) INTEGER NOT NULL Matched Item Line
56 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
57 CONTRACT_NUM Character(25) VARCHAR2(25) NOT NULL Contract
58 ITEM_ENTRY_USE Character(5) VARCHAR2(5) NOT NULL Item Entry Use ID
59 TO_BU Character(5) VARCHAR2(5) NOT NULL To Business Unit
60 TO_CUST_ID Character(15) VARCHAR2(15) NOT NULL To Customer ID
61 TO_SUBCUST_QUAL1 Character(15) VARCHAR2(15) NOT NULL To Subcustomer Qualifier 1
62 TO_SUBCUST_QUAL2 Character(15) VARCHAR2(15) NOT NULL To Subcustomer Qualifier 2
63 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.

Prompt Table: TRN_ANALYST_VW

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

Prompt Table: TRN_SALES_VW

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

Prompt Table: TRN_COLLECTR_VW

66 TO_COLLECTOR Character(8) VARCHAR2(8) NOT NULL Transfer To Collector

Prompt Table: TRN_COLLECTR_VW

67 TO_SALES_PERSON Character(8) VARCHAR2(8) NOT NULL Transfer To Sales Person

Prompt Table: TEAM_MEMBER_VW
Set Control Field: BUSINESS_UNIT

68 TO_CR_ANALYST Character(8) VARCHAR2(8) NOT NULL Transfer To Credit Analyst

Prompt Table: TRN_ANALYST_VW

69 TO_DST_ID_AR Character(10) VARCHAR2(10) NOT NULL Transfer To Dist ID AR

Prompt Table: %EDITTABLE

70 TO_ENTRY_TYPE Character(5) VARCHAR2(5) NOT NULL Transfer To Entry Type

Prompt Table: TRN_ENTRY_VW

71 TO_ENTRY_REASON Character(5) VARCHAR2(5) NOT NULL Transfer To Entry Reason

Prompt Table: TRN_REASON_VW

72 TO_ENTRY_EVENT Character(10) VARCHAR2(10) NOT NULL Entry Event

Prompt Table: EE_AR_CODE1_VW

73 TO_GL_BU Character(5) VARCHAR2(5) NOT NULL To GL Business Unit
74 TO_BROKER_ID Character(15) VARCHAR2(15) NOT NULL Broker ID

Prompt Table: CUST_BRK_A1S_VW

75 TO_INV_PROD_FAM_CD Character(10) VARCHAR2(10) NOT NULL Family

Prompt Table: INV_ITEM_FAM

76 TO_SHIP_TO_CUST_ID Character(15) VARCHAR2(15) NOT NULL Ship To Customer

Prompt Table: AR_SLDSHP_VW

77 TO_SOLD_TO_CUST_ID Character(15) VARCHAR2(15) NOT NULL Sold To Customer

Prompt Table: AR_SLDBLL_VW

78 TO_AR_SPECIALIST Character(8) VARCHAR2(8) NOT NULL Accounts Recievable Specialist - person responsible for an action on an item.

Prompt Table: AR_SPECIALIST

79 FROM_GL_BU Character(5) VARCHAR2(5) NOT NULL From GL Business Unit
80 INTERCO_XREF Character(1) VARCHAR2(1) NOT NULL Intercompany XREF Needed

Y/N Table Edit

Default Value: N

81 TO_SETID_ENTRY Character(5) VARCHAR2(5) NOT NULL To Setid Entry Type
82 FROM_SETID_ENTRY Character(5) VARCHAR2(5) NOT NULL From Setid Entry Type
83 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.
84 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.
85 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.
86 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.
87 LC_ID Character(12) VARCHAR2(12) NOT NULL Treasury Letter of Credit Number Assigned by the System
88 AG_REF_NBR Number(16,0) DECIMAL(16) NOT NULL Payment Reference Number
89 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
90 CONTROL_AMT Signed Number(28,3) DECIMAL(26,3) NOT NULL Specifies the total monetary amount of all transactions within a group of pending items using the entry currency of each item. For mixed currencies this becomes a hash total. Receivables compares the control amount to the actual amount entered and calculates the difference in order to help verify that all entries have been made correctly.
91 CONTROL_AMT_BASE Signed Number(28,3) DECIMAL(26,3) NOT NULL Identifies the control amount base.
92 DST_ID_TRAN_CTL Character(10) VARCHAR2(10) NOT NULL 10 character value used to identify the transfer worksheet control distribution code.
93 CONTROL_CURRENCY Character(3) VARCHAR2(3) NOT NULL Specifies the currency for all Receivables items in a control group. If this field is not blank the system will accept items with the specified currency only.
94 CONTROL_CURR_BASE Character(3) VARCHAR2(3) NOT NULL Specifies the base business unit or anchor business unit currency in a worksheet. This currency is used to calculate the control base amount of an item selected in a worksheet.
95 CONTROL_RATE_MULT Signed Number(17,8) DECIMAL(15,8) NOT NULL Used to calculate the control base amount for items selected in receivable worksheets
96 CONTROL_RATE_DIV Number(16,8) DECIMAL(15,8) NOT NULL Used to calculate the control base amount for items selected on receivable worksheets.
97 CONTROL_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.
98 ADDRESS_SEQ_NUM Number(5,0) INTEGER NOT NULL Address Sequence Number

Default Value: 0

Prompt Table: TRN_CUST_EF_VW

99 CLAIM_NO Character(30) VARCHAR2(30) NOT NULL Claim Number for an item
100 AR_SPECIALIST Character(8) VARCHAR2(8) NOT NULL Accounts Recievable Specialist - person responsible for an action on an item.
101 BROKER_ID Character(15) VARCHAR2(15) NOT NULL Broker ID
102 CARRIER_ID Character(10) VARCHAR2(10) NOT NULL Carrier ID
103 CLAIM_DT Date(10) DATE Claim Date
104 CLASS_OF_TRADE Character(20) VARCHAR2(20) NOT NULL Class of Trade
105 DEDUCTION_STATUS Character(5) VARCHAR2(5) NOT NULL Deduction Status
C=Closed
I=In Process
O=Created/Opened
W=On Worksheet
106 DEDUCTION_DT Date(10) DATE Deduction Date
107 DIVISION Character(20) VARCHAR2(20) NOT NULL Division
108 DT_INVOICED Date(10) DATE Date Invoiced
109 INV_PROD_FAM_CD Character(10) VARCHAR2(10) NOT NULL Family
110 INVOICE Character(22) VARCHAR2(22) NOT NULL Invoice
111 INVOICE_BU Character(5) VARCHAR2(5) NOT NULL Invoice Business Unit
112 MAJOR_CLASS Character(10) VARCHAR2(10) NOT NULL Major Classification
113 MEMO_STATUS_CD Character(10) VARCHAR2(10) NOT NULL Memo Status Code
114 MERCH_TYPE Character(10) VARCHAR2(10) NOT NULL Merchandising Type
115 PROOF_OF_DELIVERY Character(30) VARCHAR2(30) NOT NULL Proof of Delivery
116 SHIP_FROM_BU Character(5) VARCHAR2(5) NOT NULL Ship from INV BU
117 SHIP_TO_ADDR_NUM Number(5,0) INTEGER NOT NULL Ship To Address Sequence Num
118 SHIP_TO_CUST_ID Character(15) VARCHAR2(15) NOT NULL Ship To Customer
119 SOLD_TO_ADDR_NUM Number(5,0) INTEGER NOT NULL Sold To Address Sequence Num
120 SOLD_TO_CUST_ID Character(15) VARCHAR2(15) NOT NULL Sold To Customer
121 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.
122 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.
123 VAT_TREATMENT_GRP Character(4) VARCHAR2(4) NOT NULL VAT Treatment Group
124 PHYSICAL_NATURE Character(1) VARCHAR2(1) NOT NULL Physical Nature
G=Goods
S=Services
125 COUNTRY_LOC_BUYER Character(3) VARCHAR2(3) NOT NULL Buyer's Location Country - May be either the VAT Entity or the Trading Partner
126 STATE_LOC_BUYER Character(6) VARCHAR2(6) NOT NULL Buyer's Location State - May be either the VAT Entity or the Trading Partner
127 COUNTRY_LOC_SELLER Character(3) VARCHAR2(3) NOT NULL Seller's Location Country - May be either the VAT Entity or the Trading Partner
128 STATE_LOC_SELLER Character(6) VARCHAR2(6) NOT NULL Seller's Location State - May be either the VAT Entity or the Trading Partner
129 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
130 VAT_SERVICE_TYPE Character(1) VARCHAR2(1) NOT NULL VAT Service Type
1=Freight Transport
2=Other
3=Electronics/Communication
131 COUNTRY_VAT_PERFRM Character(3) VARCHAR2(3) NOT NULL Country Where Service Physically Performed
132 STATE_VAT_PERFRM Character(6) VARCHAR2(6) NOT NULL State Where Service Physically Performed
133 COUNTRY_VAT_SUPPLY Character(3) VARCHAR2(3) NOT NULL VAT Place of Supply Country
134 STATE_VAT_SUPPLY Character(6) VARCHAR2(6) NOT NULL VAT Place of Supply State
135 STATE_SHIP_FROM Character(6) VARCHAR2(6) NOT NULL Ship From State
136 STATE_SHIP_TO Character(6) VARCHAR2(6) NOT NULL Ship To State
137 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
138 STATE_VAT_DEFAULT Character(6) VARCHAR2(6) NOT NULL VAT Defaulting State
139 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 ."
140 INVOICE_DT Date(10) DATE Invoice Date
141 BUSINESS_UNIT_CA Character(5) VARCHAR2(5) NOT NULL Contracts Business Unit
142 CONTRACT_LINE_NUM Number(3,0) SMALLINT NOT NULL Contract Line Num
143 SUBROG_CASE_NUM Character(30) VARCHAR2(30) NOT NULL Subrogation case number used for Insurance