AR_CASHCNTL_AET

(SQL Table)
Index Back

AR Cash Control Cache

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
2 RUN_CNTL_ID Character(30) VARCHAR2(30) NOT NULL Run Control ID
3 PROCESS_INSTANCE Number(10,0) DECIMAL(10) NOT NULL Process Instance
4 DEPOSIT_BU Character(5) VARCHAR2(5) NOT NULL Identifies the business unit to which a deposit is posted.
5 DEPOSIT_ID Character(15) VARCHAR2(15) NOT NULL Uniquely identifies a deposit of customer payments. The deposit ID can be manually assigned or system-generated.
6 MESSAGE_NBR Number(5,0) INTEGER NOT NULL Message Number. This field refers to the Message Number in the Message Catalog.
7 DEPOSIT_TBL_NAME Character(20) VARCHAR2(20) NOT NULL Table of Deposit Information
8 PAYMENT_TBL_NAME Character(20) VARCHAR2(20) NOT NULL Table of Payment Information
9 RECNAME Character(15) VARCHAR2(15) NOT NULL Record (Table) Name (see PSRECDEFN).
10 DST_TBL_NAME Character(20) VARCHAR2(20) NOT NULL Table of Distribution Lines
11 NOTHING Character(1) VARCHAR2(1) NOT NULL Work Field
12 CC_CALLER Character(1) VARCHAR2(1) NOT NULL Calling Application
C=Cash Control
O=Online
P=Payment Loader
R=Reconciliation
13 WHERE4_ONLINE Character(8) VARCHAR2(8) NOT NULL Where Clause for Online
14 PAY_COUNT Number(5,0) INTEGER NOT NULL Payment Count
15 DEPOSIT_CNT Number(4,0) SMALLINT NOT NULL Deposit Count
16 AMT_TOTAL Number(27,3) DECIMAL(26,3) NOT NULL Total Amount of Lines
17 AMT_CURRENCY Character(18) VARCHAR2(18) NOT NULL Currency of Line Total
18 LN_CT_CASH Number(4,0) SMALLINT NOT NULL Number of Cash Lines
19 LN_CT_CNTL Number(4,0) SMALLINT NOT NULL Number of Control Lines
20 AMOUNT_1 Signed Number(28,3) DECIMAL(26,3) NOT NULL Amount Work Field
21 AMOUNT_2 Signed Number(28,3) DECIMAL(26,3) NOT NULL Amount Work Field
22 COUNT_1 Number(3,0) SMALLINT NOT NULL Count Work Field
23 COUNT_2 Number(3,0) SMALLINT NOT NULL Count Work Field
24 CHAR_WRK_FLD Character(20) VARCHAR2(20) NOT NULL Character Work Field
25 MSGNUM Number(5,0) INTEGER NOT NULL Message Number
26 PARM_1 Character(30) VARCHAR2(30) NOT NULL First Parameter
27 PARM_2 Character(20) VARCHAR2(20) NOT NULL Second Parameter
28 PARM_3 Character(80) VARCHAR2(80) NOT NULL Third Parameter
29 PARM_4 Character(20) VARCHAR2(20) NOT NULL Fourth Parameter
30 PARM_5 Character(20) VARCHAR2(20) NOT NULL Fifth Parameter
31 WORK_CNT Number(10,0) DECIMAL(10) NOT NULL Count of Anything
32 WORK_CNT2 Number(10,0) DECIMAL(10) NOT NULL Work Count 2
33 FORMAT_CURRENCY Character(3) VARCHAR2(3) NOT NULL Specifies the currency that controls the precision of the amount totals for a group of pending items. If CONTROL_CURRENCY is entered then the same currency code should be used here.
34 OPR_DEP_BU Character(5) VARCHAR2(5) NOT NULL Operator Deposit BU Default
35 DO_MATCH Character(1) VARCHAR2(1) NOT NULL Match Split Stream Data
36 LOAD_LB Character(1) VARCHAR2(1) NOT NULL Load Lockbox
37 LOAD_820 Character(1) VARCHAR2(1) NOT NULL Load 820
38 LOAD_CRX Character(1) VARCHAR2(1) NOT NULL Load EDIFACT CREEXT
39 LOAD_BNK_STMT Character(1) VARCHAR2(1) NOT NULL Load bank statement
40 MIN_DEPOSIT_ID Number(15,0) DECIMAL(15) NOT NULL Minimum Deposit ID
41 HOLD_DEPOSIT_ID Number(15,0) DECIMAL(15) NOT NULL Deposit ID Holder
42 MAX_DEPOSIT_ID Number(15,0) DECIMAL(15) NOT NULL Maximum Deposit ID
43 BANK_CD Character(5) VARCHAR2(5) NOT NULL Bank Code
44 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
45 EIP_CTL_ID Character(25) VARCHAR2(25) NOT NULL Enterprise Components EIP (enterprise integration point) control field
46 LB_FILE_NAME Character(80) VARCHAR2(80) NOT NULL Name of Lockbox File
47 LOCKBOX_RUN_STATUS Character(1) VARCHAR2(1) NOT NULL Lockbox Run Status
C=Complete
D=Duplicate Found
E=Errors Found
N=Not Run Yet
48 CONTROL_CNT Number(6,0) INTEGER NOT NULL Represents the number of pending items in a control group. Receivables compares the control count to the actual entry count and calculates the difference in order to help verify that all entries have been made correctly
49 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.
50 ENTERED_CNT Number(6,0) INTEGER NOT NULL Represents the number of pending items actually entered in a group and is compared with the control total count. The Receivables Update program automatically calculates this total.
51 ENTERED_AMT Signed Number(28,3) DECIMAL(26,3) NOT NULL Represents the total currency amount of all pending items actually entered in a group and is compared with the control total amount. The Receivables Update program automatically calculates this total.
52 LB_BANK_TRANS_ID Character(20) VARCHAR2(20) NOT NULL Bank Transmission ID
53 LOCKBOX_ID Character(15) VARCHAR2(15) NOT NULL Lockbox ID
54 LOCKBOX_BATCH_ID Character(5) VARCHAR2(5) NOT NULL Lockbox Batch Id
55 MICR_SETID Character(5) VARCHAR2(5) NOT NULL MICR Setid
56 RECON_CYCLE_NBR Number(10,0) DECIMAL(10) NOT NULL The bank statement ID.
57 RECORD_SEQ_NUMBER Number(10,0) DECIMAL(10) NOT NULL An internal work field utilized to enumerate database records in bank statement processing.
58 MATCH_AP Character(1) VARCHAR2(1) NOT NULL Payment Amount and Payment ID
59 MATCH_CP Character(1) VARCHAR2(1) NOT NULL Customer ID and Payment ID
60 MATCH_DAP Character(1) VARCHAR2(1) NOT NULL Date, Amount and Payment ID
61 MATCH_TRN Character(1) VARCHAR2(1) NOT NULL EDI Trace Number
62 WHERE_AP Character(10) VARCHAR2(10) NOT NULL Where Clause for Matching AP
63 WHERE_CP Character(10) VARCHAR2(10) NOT NULL Where Clause for Matching CP
64 WHERE_DAP Character(10) VARCHAR2(10) NOT NULL Where Clause for Matching DAP
65 PYMT_RT_TYPE Character(5) VARCHAR2(5) NOT NULL Specifies the type of exchange rate to be used when the currency of a customer payment is converted to the base currency of a business unit. The exchange rate type is also called the market rate type. Examples are spot rate current rate and official rate.
66 FROM_CUR Character(3) VARCHAR2(3) NOT NULL From Currency Code
67 TO_CUR Character(3) VARCHAR2(3) NOT NULL To Currency Code
68 RATE_MULT Signed Number(17,8) DECIMAL(15,8) NOT NULL Rate Multiplier
69 RATE_DIV Number(16,8) DECIMAL(15,8) NOT NULL Rate Divisor
70 ACCOUNTING_DT Date(10) DATE The accounting entry construction date for a given transaction (a generic field that crosses multiple
71 PAYMENT_SEQ_NUM Number(6,0) INTEGER NOT NULL Specifies the system-generated sequence number assigned to each payment as it is entered in a deposit.
72 ABORT_FLAG Character(1) VARCHAR2(1) NOT NULL Abort Process Flag
73 ID_SEQ_NUM Number(5,0) INTEGER NOT NULL Identification Sequence number
74 REF_QUALIFIER_CODE Character(2) VARCHAR2(2) NOT NULL Reference Qualifier Code
75 BANK_ACCOUNT_NUM Character(35) VARCHAR2(35) NOT NULL The literal unique identifier associated with a given bank/counterparty account.
76 BNK_ID_NBR Character(20) VARCHAR2(20) NOT NULL A literal alphanumeric attribute that uniquely identifies a given bank or counterparty.
77 DATA_SOURCE Character(3) VARCHAR2(3) NOT NULL Data Source
820=820 ANSI-X12
APP=Accounts Payable Payment
BST=Bank Statement
CDR=Cash Drawer Receipts
CRX=EDIFACT CREEXT
LBX=Lockbox
ONL=Online
XEL=Excel Upload
78 BUSINESS_UNIT_GL Character(5) VARCHAR2(5) NOT NULL GL Business Unit
79 LEDGER_GROUP Character(10) VARCHAR2(10) NOT NULL Ledger Group
80 COMBO_EDIT_TMPL Character(10) VARCHAR2(10) NOT NULL Record Template
81 EDI_TRACE_NBR Number(10,0) DECIMAL(10) NOT NULL EDI Trace Number
82 AR_REMIT_STATUS Character(1) VARCHAR2(1) NOT NULL Remittance process status
B=Duplicate Pay and Remit
D=Duplicate Match
N=Not Processed
P=Duplicate Payments
R=Duplicate Remittances
U=Unmatched
83 DOC_TYPE Character(8) VARCHAR2(8) NOT NULL Specifies the business purpose of a financial transaction in countries that require all financial transactions to be tracked as "documents". A Document Type is associated with one and only one Journal Code.
84 WHERE_CLAUSE Character(254) VARCHAR2(254) NOT NULL Where Clause
85 SETID Character(5) VARCHAR2(5) NOT NULL SetID
86 CASH_CNTL_METH Character(1) VARCHAR2(1) NOT NULL Debit To Cash Occurs At
E=Payment Entry
R=Bank Reconciliation
87 CASHCNTL_FLAG Character(1) VARCHAR2(1) NOT NULL CASHCNTL process flag
E=Error
Y=Yes
88 BANK_SETID Character(5) VARCHAR2(5) NOT NULL The PeopleSoft tableset ID associated with a given bank/counterparty.
89 WHERE_PAY Character(25) VARCHAR2(25) NOT NULL Where Clause
90 WHERE_DEP Character(25) VARCHAR2(25) NOT NULL Where Clause
91 WHERE_MTCH Character(25) VARCHAR2(25) NOT NULL Where Clause
92 WHERE_DOCSEQ Character(25) VARCHAR2(25) NOT NULL Where Clause
93 MATCH_FLG Character(1) VARCHAR2(1) NOT NULL Match FLag
94 MATCH_PAY Character(1) VARCHAR2(1) NOT NULL Flag to indicate whether to match payments already loaded into the system previousely.
N=No
Y=Yes
95 AR_INH_OBJ Character(254) VARCHAR2(254) NOT NULL AR Inheritance Object
96 AR_INH_OBJ_BNK Character(254) VARCHAR2(254) NOT NULL AR Bank Inheritance Object
97 MISC_PAYMENT Character(1) VARCHAR2(1) NOT NULL Journal Directly
98 SYSTEM_DEFINED Character(2) VARCHAR2(2) NOT NULL "A flag that indicates the accounting entry line type. The valid line types are pre-populated by PeopleSoft. For example the value is ""A"" if the line represents a debit or credit to the AR account. Some examples of other values are D (Draft Receivables entry) and L (Cash Control entry). "
99 DIT_USE_FLG Character(1) VARCHAR2(1) NOT NULL Deposit in Transit field for JFMIP functionality
100 BANK_ACCT_LED_TYPE Character(1) VARCHAR2(1) NOT NULL The general ledger account type associated with a given bank/counterparty account. 12/04/02 VL Added Translate Dit - AR for JFMIP RM1.1
A=Cash - AR
B=Bank Charge
C=Cash - AP
D=Draft - AP
F=Fees
G=Control
H=Cash
I=Interest
L=Cntrl - AP
P=Dep - AR
R=Cntrl - AR
S=Draft - AR
T=Disc - AR
U=AROffSetDr
V=AROffSetCr
W=Dit - AR
101 AR_CC_ACCDT_OPT Character(1) VARCHAR2(1) NOT NULL Accounting Date Option
C=Use Clearing Date
P=Use Payment Date
S=Use Specific Date