AP_TRANSACTIONS

AP Transactions

tableFINAP

AP_TRANSACTIONS — AP Transactions. FIN table in the standard Ross ERP 8.0 schema: 107 columns, used by 127 programs. Columns, data types, keys, foreign keys and relationships.

Open AP_TRANSACTIONS in the interactive Data Dictionary →

Part of AP tables & objects · all tables, views & procedures

Columns

#ColumnTypeKeyDescription
1GEM_DBKEYintGEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one.
2COMPANY_CODEvarchar(10)PKCompany Code
3VENDOR_NUMBERvarchar(12)Supplier Number (or ID)
4AP_DIVISIONvarchar(2)PK FK→VENDORSDivision
5TRANSACTION_TYPEvarchar(2)PK FK→AP_TRANSACTION_TYPESTransaction Type
6TRANSACTION_DATEdatetimeTransaction Date
7SYSTEM_DATEdatetimeSystem Date Transaction Made
8DUE_DATEdatetimeDue Date
9TRANSACTION_DESCRIPTIONvarchar(60)Transaction Description
10VENDOR_REFERENCEvarchar(25)Supplier Reference
11DOCUMENT_REFERENCEvarchar(15)Document Reference (Voucher No, etc.)
12TAXnumeric(20,2)Transaction Tax
13DISCOUNTnumeric(20,2)Discount Allowed
14FREIGHTnumeric(20,2)Freight Value
15CASH_DISCOUNTnumeric(20,2)Cash Discount Taken
16DISCOUNT_DATEdatetimeCash Discount Date
17PERIODsmallintPeriod Number
18YEARsmallintYear Number
19ALLOCATION_DATEdatetimeDate of Last Allocation
20HOLD_FLAGvarchar(6)FK→AP_HOLD_FLAGSTransaction on Hold Flag
21ORIG_INVOICE_DIVISIONvarchar(2)FK→AP_CONTROLSOriginating Invoice Division
22BATCH_NUMBERintRun Number
23DORC_INDICATORsmallintDebit or Credit Indicator
24PAYEE_NUMBERvarchar(12)FK→PAYEESPayee Number (or ID)
25TEN99_FLAGvarchar(1)US 1099 Flag
26PAYMENT_TYPEvarchar(6)Payment Type
27BATCH_SEQUENCE_NUMBERsmallintBatch Sequence Number
28COST_CENTERvarchar(3)Cost Center Code
29DUE_PERIODsmallintPeriod When Transaction Due
30DUE_YEARsmallintYear When Transaction Due
31TEMP_ALLOC_AMOUNTnumeric(20,2)Temporary Cash Allocation Amount
32TEMP_ALLOC_DISCnumeric(20,2)Temporary Cash Discount Allocation Amount
33CREDIT_TERMS_CODEvarchar(6)FK→CREDIT_TERMSCredit Terms Code
34PAYMENT_RUN_NUMBERintPayment Run Number
35TEN99_CODEvarchar(2)1099 Placement Code
36BANK_CODEvarchar(6)FK→BANK_CODESBank Code
37TAX_UPDATE_COMPLETEvarchar(1)Tax Updated to Tax Details
38MATCHEDvarchar(1)Bank Reconciliation Matched Indicator
39DISCOUNT_ALLOCATED_TO_DATEnumeric(20,2)
40PIDvarchar(8)Processor Identification
41INTERNAL_COMMENTStextInternal Comments for narative diary
42REGISTRATION_NUMBERvarchar(9)Registration Number
43USERNAMEvarchar(20)Username
44PAYMENT_PRIORITYsmallintPayment Priority
45CR_SEARCH_KEYint
46GL_POSTINGS_IN_BATCHvarchar(1)Gl Postings included in a batch
47JOURNAL_NUMBERintJournal Number
48JOURNAL_LINEsmallintJournal Line
49INVOICE_METHODvarchar(2)Invoicing Method
50AP_TRANSACTION_NUMBERvarchar(9)PKTransaction Number
51AP_SOURCE_TRANSACTIONintSource transaction number
52AP_TRAN_TOTAL_BASEnumeric(20,2)Total Transaction Value in Base Currency
53AP_TRAN_TOTAL_CURRENCYnumeric(20,2)Total Transaction Value in Currency
54AP_ALLOCATED_BASEnumeric(20,2)Allocated to Date in Base Currency
55AP_ALLOCATED_CURRENCYnumeric(20,2)Allocated to Date in Currency
56SYS_CURRENCY_CODEvarchar(6)Currency Code
57SYS_CURRENCY_RATEnumeric(20,12)Currency Rate
58SYS_RATE_AUTHORITYvarchar(6)Currency Rate Authority
59SYS_RATE_TYPEvarchar(6)Currency Rate Type
60SYS_CURRENCY_FIXED_FLAGvarchar(1)Currency Rate Fixed Flag
61SYS_CURRENCY_RATIO_INDICvarchar(1)Ratio Indicator
62SYS_BASE_CURRENCY_CODEvarchar(6)
63SYS_CURRENCY_DIFF_UNREALISEDnumeric(20,2)Difference gained from currency rate movements
64SYS_CURRENCY_GAIN_REALISEDnumeric(20,2)Difference gained during currency conversion.
65SYS_CURRENCY_LOSS_REALISEDnumeric(20,2)Difference Lost during currency conversion.
66SYS_CURRENCY_DATEdatetimeCurrency Date
67AP_PAYMENT_ANALYSIS_1varchar(20)Payment Analysis for EFT/Drafts
68AP_PAYMENT_ANALYSIS_2varchar(20)
69AP_PAYMENT_ANALYSIS_3varchar(20)
70AP_PAYMENT_ANALYSIS_4varchar(20)
71AP_PAYMENT_ANALYSIS_5varchar(30)Payment analysis for EFT/Drafts
72AP_DRAFTS_RUN_NUMBERint
73SYS_CURR_UNREALISED_GAINnumeric(20,2)Unrealized Currency Gain
74SYS_CURR_UNREALISED_LOSSnumeric(20,2)Unrealized Currency Loss
75SYS_E_TAX_VALnumeric(20,2)Expensed Tax Value
76SYS_N_TAX_VALnumeric(20,2)Non-expensed Tax Value
77SYS_TAXABLE_CODEvarchar(1)Vendor taxable code
78FROM_TRANS_NUMBERvarchar(9)
79TO_TRANS_NUMBERvarchar(9)
80CONTROL_SHORT_CODEvarchar(6)
81CONTROL_ACCOUNT_NUMBERvarchar(50)
82LAST_ALLOCATION_YEARsmallint
83LAST_ALLOCATION_PERIODsmallint
84POSTING_DATEdatetimePosting Date
85SYS_TAX_RETAINERS_CURRENCYnumeric(20,2)Tax Retainers amount in Currency
86SYS_TAX_RETAINERS_BASEnumeric(20,2)Tax Retainers amount in Base
87SYS_CURRENCY_2_FIXED_FLAGvarchar(1)Currency Rate Fixed
88SYS_CURRENCY_2_RATEnumeric(20,12)Second Base Currency Rate
89SYS_CURRENCY_2_RATIO_INDICvarchar(1)Ratio Indicator for Second Base
90SYS_RATE_2_AUTHORITYvarchar(6)Second Base Currency Rate Authority
91SYS_RATE_2_TYPEvarchar(6)Second Base Currency Rate Type
92AP_ALLOCATED_2_BASEnumeric(20,2)Allocated to Date in Second Base Currency
93AP_TRAN_TOTAL_2_BASEnumeric(20,2)Total Transaction Value in Second Base Currency
94SYS_TAX_RETAINERS_2_BASEnumeric(20,2)Tax Retainers amount in Second Base
95CI_TRANSACTION_NUMBERint
96CI_CUTOFF_DATEdatetime
97BANK_STATEMENT_NUMBERvarchar(6)Bank Statement Number
98BANK_STATEMENT_SEQintBank Statement Number Sequence
99RS_DATE_TIMEdatetime
100SYS_CURR_VAR_UNREALISEDcomputed
101TAX_VALcomputed
102AP_OS_BALANCE_BASEcomputed
103AP_OS_BALANCE_CURRENCYcomputed
104SYS_CURRENCY_DIFF_REALISEDcomputed
105AP_OS_BALANCE_2_BASEcomputed
106GEM_MODIFY_DATEdatetimeSystem timestamp of the most recent modification to the row, maintained by GEMBASE.
107GEM_ARCHIVE_FLAGvarchar(20)System flag indicating whether the row has been archived by the GEMBASE archive process.

Referenced by · 1 foreign key

AP_TRANSACTIONS_BY_FUND