FUNDBL_RCPT_TBL(SQL Table) |
Index Back |
---|---|
Receipts Staging TableReceipts Account Ledger Activity and Trial Balance staging table. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | FISCAL_YEAR | Number(4,0) | SMALLINT NOT NULL | Fiscal Year |
2 | ACCOUNTING_PERIOD | Number(3,0) | SMALLINT NOT NULL | Identifies a time period to which you post transactions. Typically, an accounting period represents a month, but it can also represent a week, a day, or any user-defined interval. An accounting period has a beginning date and an ending date, and is defined in the calendar table. |
3 | F2_MAF_TSYMBOL | Character(18) | VARCHAR2(18) NOT NULL | MAF Treasury Symbol |
4 | DTL_REC_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Classification of the detail records in the GOALS Files from the US Treasury.
3=Balance Forward 4=Current Period Activity 5=Ending Balance 9=Trial Balance |
5 | DEPT_NUMBER | Character(2) | VARCHAR2(2) NOT NULL | Reporting department number. |
6 | DEPT_REGULAR | Character(2) | VARCHAR2(2) NOT NULL | Dept Regular - TAS |
7 | MAIN_ACCOUNT | Character(4) | VARCHAR2(4) NOT NULL | Main Account TAS |
8 | SUB_ACCOUNT | Character(3) | VARCHAR2(3) NOT NULL | Sub Account TAS |
9 | TREAS_TRANS_CODE | Character(2) | VARCHAR2(2) NOT NULL |
US Treasury code which identifies the type of transaction affecting fund accounts.
10=Appropriation Warrant 13=Transfer Curr Yr Approp Accts 14=Reappropriation 16=Receipts for Budget Susp Accts 17=Available Receipts 18=Write-off Available Receipts 20=Restoration Warrant 30=Surplus Warrant 31=Surplus sbsqnt Reappropriated 34=Transfer Unobligated Balance 35=Capital Investment Payment 51=Unavailable Receipts 55=Receipt of Capital Transfer 61=Disbursements 71=Repayments 83=Transfer from Open Account 93=Transfer to Open Account |
10 | ALC | Character(8) | VARCHAR2(8) NOT NULL | Agency Location Code |
11 | TRANS_REF_NUM | Character(8) | VARCHAR2(8) NOT NULL | Identifies a document, person, invoice, date, or any other piece of information that is associated with a journal entry. The journal reference is helpful if you need to trace back to the source of the transaction. |
12 | TRAN_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Represents a transaction amount in bank reconciliation processing. |
13 | YTD_AMOUNT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Year to Date Amount |
14 | CURR_MONTH_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Current Month Amount |
15 | RCPT_TYPE | Character(1) | VARCHAR2(1) NOT NULL | Receipt type is used to classify receipt activity and trial balance data from the US Treasury. |