PYMNT_VCHR_CYC(SQL Table) |
Index Back |
---|---|
Pymnt Vchr Pay Cycle Temp Tbl |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PAY_CYCLE | Character(6) | VARCHAR2(6) NOT NULL | Pay Cycle |
2 | PAY_CYCLE_SEQ_NUM | Number(6,0) | INTEGER NOT NULL | Pay Cycle Sequence Number |
3 | BANK_SETID | Character(5) | VARCHAR2(5) NOT NULL | The PeopleSoft tableset ID associated with a given bank/counterparty. |
4 | BANK_CD | Character(5) | VARCHAR2(5) NOT NULL |
Bank Code
Prompt Table: BANK_CD_VW |
5 | 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: BANK_ACCT_TBL |
6 | VENDOR_SETID | Character(5) | VARCHAR2(5) NOT NULL | Vendor SetID |
7 | VENDOR_ID | Character(10) | VARCHAR2(10) NOT NULL | Vendor Identifier |
8 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
9 | VOUCHER_ID | Character(8) | VARCHAR2(8) NOT NULL |
Voucher ID
Default Value: NEXT |
10 | PYMNT_CNT | Number(5,0) | INTEGER NOT NULL |
Payments
Default Value: 1 |
11 | PYMNT_SELCT_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Payment Selection Status
C=Closed D=Negative Voucher Sum E=Externally Paid F=Federal Sanctions Error I=In Process - EFT N=Not Selected for Payment O=Financial Sanctions Review P=Paid R=Requested for Payment S=Settlement Payment V=Convert Error X=Canceled Y=Prepaid Default Value: N |
12 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |
13 | INVOICE_ID | Character(30) | VARCHAR2(30) NOT NULL | Invoice Number |
14 | INVOICE_DT | Date(10) | DATE | Invoice Date |
15 | PYMNT_ID | Character(10) | VARCHAR2(10) NOT NULL | Payment Number |
16 | PAID_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Paid Amount |
17 | PYMNT_GROSS_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Gross Payment Amount |
18 | PAID_AMT_BSE | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Base Paid Amount |
19 | GROSS_AMT_BSE | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Base Gross Amount |
20 | DSCNT_AMT_BSE | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Base Discount Amount |
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 | DSCNT_PAY_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Payment Discount Amount |
23 | DSCNT_DUE_DT | Date(10) | DATE | Discount Due Date |
24 | SCHEDULED_PAY_DT | Date(10) | DATE | Scheduled to Pay |
25 | TXN_CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Transaction Currency |
26 | CUR_RT_TYPE | Character(5) | VARCHAR2(5) NOT NULL | Currency Rate Type |
27 | RATE_MULT | Signed Number(17,8) | DECIMAL(15,8) NOT NULL | Rate Multiplier |
28 | RATE_DIV | Number(16,8) | DECIMAL(15,8) NOT NULL | Rate Divisor |
29 | 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. " |
30 | REMIT_SETID | Character(5) | VARCHAR2(5) NOT NULL | Remit SetID |
31 | REMIT_VENDOR | Character(10) | VARCHAR2(10) NOT NULL | Remit Vendor |
32 | REMIT_ADDR_SEQ_NUM | Number(5,0) | INTEGER NOT NULL | Remitting Location |
33 | PYMNT_ACTION | Character(1) | VARCHAR2(1) NOT NULL |
Payment Action
P=Prepayment Applied R=Record a Payment S=Schedule Payment W=Escheated Payment X=Cancelled Default Value: S |
34 | PYMNT_METHOD | Character(3) | VARCHAR2(3) NOT NULL |
Payment Method
ACH=Automated Clearing House BEF=Draft - Customer EFT BOO=Draft - Customer Initiated CHK=System Check D=Deposit DD=Direct Debit DFT=Draft - Supplier Initiated DRA=Draft EFT=Electronic Funds Transfer GE=Giro - EFT GM=Giro - Manual LC=Letter of Credit MAN=Manual Check TRW=Treasury Wire WIR=Wire Transfer |
35 | PYMNT_MESSAGE | Character(70) | VARCHAR2(70) NOT NULL | Payment Message |
36 | PYMNT_HOLD | Character(1) | VARCHAR2(1) NOT NULL |
Hold Payment
N=No Y=Yes Y/N Table Edit Default Value: N |
37 | PYMNT_HOLD_REASON | Character(3) | VARCHAR2(3) NOT NULL |
Hold Reason
ACC=Accounting in Dispute ACV=Federal Supplier Inactive ALC=Agency Location Code Required AMT=Amount in Dispute CCR=CCR Expired CRT=Contract Retention EFT=EFT incomplete or not Prenoted FNS=Financial Sanctions GDS=Goods in Dispute GNV=G-Invoicing Hold IPC=Inbound IPAC Required OTH=Other QTY=Quantity in Dispute SAM=SAM Expired WTH=Withholding Hold |
38 | PYMNT_HOLD_WTHD | Character(1) | VARCHAR2(1) NOT NULL |
On Withholding Hold
N=No Y=Yes Y/N Table Edit Default Value: N |
39 | PYMNT_SEPARATE | Character(1) | VARCHAR2(1) NOT NULL |
Separate Payment
Y/N Table Edit Default Value: N |
40 | PYMNT_HANDLING_CD | Character(2) | VARCHAR2(2) NOT NULL |
Payment Handling
Prompt Table: PYMNT_HNDL_TBL |
41 | PAID_AMT_GROSS | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Gross Paid Amount |
42 | PAID_AMT_DSCNT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Discount on Paid Amount |
43 | PAID_AMT_GROSS_BSE | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Base Gross Payment Amount |
44 | PAID_AMT_DSCNT_BSE | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Base Discount Paid Amount |
45 | CURRENCY_PYMNT | Character(3) | VARCHAR2(3) NOT NULL | Payment Currency |
46 | CUR_RT_TYPE_PYMNT | Character(5) | VARCHAR2(5) NOT NULL | Payment Currency Rate Type |
47 | PYMNT_RATE_MULT | Number(16,8) | DECIMAL(15,8) NOT NULL | An internal convention utilized for determining whether a currency exchange rate is stored |
48 | PYMNT_RATE_DIV | Number(16,8) | DECIMAL(15,8) NOT NULL | An internal convention utilized for determining whether a currency exchange rate is store |
49 | CUR_RT_TYPE_PAID | Character(5) | VARCHAR2(5) NOT NULL | Payment Rate Type |
50 | PAID_RATE_MULT | Number(16,8) | DECIMAL(15,8) NOT NULL | An internal convention utilized for determing whether a currency exchange spot rate is stored either as |
51 | PAID_RATE_DIV | Number(16,8) | DECIMAL(15,8) NOT NULL | An internal convention utilized for determing whether a currency exchange spot rate is store |
52 | SPEC_PYMNT_EX_RT | Character(1) | VARCHAR2(1) NOT NULL | Specify Pymnt Ex Rate |
53 | HURDLE_RATE | Number(9,5) | DECIMAL(8,5) NOT NULL | Interest Rate |
54 | DSCNT_RATE | Number(9,5) | DECIMAL(8,5) NOT NULL | DISCOUNT RATE |
55 | DAYS_ELAPSED | Number(4,0) | SMALLINT NOT NULL | Days Elapsed |
56 | DAYS_IN_YEAR | Number(3,0) | SMALLINT NOT NULL | Days in Year |
57 | DSCNT_EXCEPTN_SRC | Character(1) | VARCHAR2(1) NOT NULL |
Discount Exception Source
D=Discount Denied L=Potential Discount Loss X=Failed Discount Evaluation |
58 | BANK_RPL_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Replacement Status
B=Invalid electronic bank setup C=Bank currency not supported L=Invalid bank layout N=Not Replaced P=Payment method not supported R=Missing currency convert rates S=Invalid Set ID Y=Bank Replaced Default Value: N |