POS_AR_DRAFT_VW(SQL View) |
Index Back |
---|---|
Draft Controlview for draft control used by Actual v. Projected |
SELECT A.draft_bu ,A.draft_id ,A.cust_id ,A.draft_amt ,A.draft_due_dt ,A.draft_due_date2 ,A.create_date ,A.draft_currency ,A.currency_cd ,A.draft_amt_base ,A.bank_setid ,A.bank_cd ,A.bank_acct_key ,A.bnk_id_nbr ,A.bank_account_num ,A.recon_type ,A.reconcile_dt ,A.recon_status ,A.recon_cycle_nbr ,A.reconcile_oprid ,A.sttlmnt_dt_actual ,A.sttlmnt_dt_est ,A.discount_processed ,D.CALENDAR_DATE ,-A.draft_amt ,b.business_unit_gl FROM ps_bnk_rcn_draft A , PS_BUS_UNIT_TBL_AR b , PS_POS_DAYS_TBL D WHERE A.draft_bu = b.business_unit AND D.CALENDAR_DATE = %CurrentDateIn |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | DRAFT_BU | Character(5) | VARCHAR2(5) NOT NULL | Identifies the Receivables business unit associated with a draft. This field is maintained by the Draft Creation process. |
2 | DRAFT_ID | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies a payment draft. The Draft ID is system-generated during the Draft Creation process or manually entered. |
3 | 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. |
4 | DRAFT_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Specifies the amount of a draft payment. This field is maintained by the Draft Creation process. |
5 | DRAFT_DUE_DT | Date(10) | DATE | Draft Due Date |
6 | DRAFT_DUE_DATE2 | Date(10) | DATE | Draft Due Date |
7 | CREATE_DATE | Date(10) | DATE | Creation Date |
8 | DRAFT_CURRENCY | Character(3) | VARCHAR2(3) NOT NULL | Specifies the currency of a draft payment. The draft currency may or may not be the same as the base currency of the business unit handling the draft. |
9 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |
10 | DRAFT_AMT_BASE | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Specifies the amount of a draft payment in the business unit's base currency. This field is maintained by the Draft Creation process. |
11 | BANK_SETID | Character(5) | VARCHAR2(5) NOT NULL | The PeopleSoft tableset ID associated with a given bank/counterparty. |
12 | BANK_CD | Character(5) | VARCHAR2(5) NOT NULL | Bank Code |
13 | 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 |
14 | BNK_ID_NBR | Character(20) | VARCHAR2(20) NOT NULL | A literal alphanumeric attribute that uniquely identifies a given bank or counterparty. |
15 | BANK_ACCOUNT_NUM | Character(35) | VARCHAR2(35) NOT NULL | The literal unique identifier associated with a given bank/counterparty account. |
16 | RECON_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Represents a series of options as to how a treasury wishes to perform reconciliation for a given bank
A=Automatically Reconciled B=Balance System(s) to BankTran F=Forced to Reconcile M=Manually Reconciled S=Semi Manual U=Unreconciled |
17 | RECONCILE_DT | Date(10) | DATE | The transaction reconciliation date. |
18 | RECON_STATUS | Character(3) | VARCHAR2(3) NOT NULL |
Reconciliation Status
ALG=Alignment Check AMB=Ambiguous Match AMT=Amounts Not Equal CUR=Currency not Defined DAT=Tran Date <> Value Date DPI=Duplicate Input Transactions DUP=Duplicate Transaction MSC=Miscellaneous Transaction NAM=Payee Names Not Equal NTB=Not Found in Statement NTF=Not Found In System NTP=Not Found in POS Data NUL=Null Transaction ID Ref OVR=Overflow PND=Pending Reconciliation REC=Reconciled RPR=Reprinted Check RR=Requires Review - BSAC STP=Stop Payment TYP=Wrong Transaction Type UNR=Unreconciled VOI=Voided Check |
19 | RECON_CYCLE_NBR | Number(10,0) | DECIMAL(10) NOT NULL | The bank statement ID. |
20 | RECONCILE_OPRID | Character(30) | VARCHAR2(30) NOT NULL | The user ID that performed the reconciliation for a given transaction. |
21 | STTLMNT_DT_ACTUAL | Date(10) | DATE | Date in which a deal transaction is actually settled with a counterparty. |
22 | STTLMNT_DT_EST | Date(10) | DATE | Date in which a deal transaction is estimated to be settled with a counterparty. |
23 | DISCOUNT_PROCESSED | Character(1) | VARCHAR2(1) NOT NULL | Discount Processed Switch |
24 | FORECAST_DATE | Date(10) | DATE | Forecast Date |
25 | INVERSE_AMOUNT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Inverse amount used for Actual v Projected. |
26 | BUSINESS_UNIT_GL | Character(5) | VARCHAR2(5) NOT NULL | GL Business Unit |