PC_BUD_DTL_HIST(SQL Table) |
Index Back |
---|---|
Budget Detail History RecordThis table stores previous versions of Projects Budget Details. It is a mirror of PC_BUD_DETAIL with the addition of a date/time stamp. The parent table is PC_BUD_PLN_HIST. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL | Project Id ChartField |
3 | PC_BUDGET_ID | Number(3,0) | SMALLINT NOT NULL | Budget Plan ID |
4 | DATETIME_STAMP | DateTime(26) | TIMESTAMP | DateTime Stamp |
5 | ACTIVITY_ID | Character(15) | VARCHAR2(15) NOT NULL | Activity ID |
6 | BUDGET_PERIOD | Character(8) | VARCHAR2(8) NOT NULL | Budget Period |
7 | PC_BUDGET_ITEM | Character(15) | VARCHAR2(15) NOT NULL | Project Budgeting: Budget Item 11/15/2004- FS - Added label COST_BUDGET_ITEM |
8 | SEQ_NBR | Number(15,0) | DECIMAL(15) NOT NULL |
Sequence Number
Default Value: 1 |
9 | BUSINESS_UNIT_GL | Character(5) | VARCHAR2(5) NOT NULL |
GL Business Unit
Default Value: PC_INT_TMPLGLVW.BUSINESS_UNIT_GL Prompt Table: SP_BUPCIT_NONVW |
10 | BUDGET_LN | Number(6,0) | INTEGER NOT NULL | BUDGET_LN |
11 | RESOURCE_ID | Character(40) | VARCHAR2(40) NOT NULL | Transaction ID |
12 | RESOURCE_TYPE | Character(5) | VARCHAR2(5) NOT NULL |
Source Type
Default Value: PROJ_RES_TYPE.RESOURCE_TYPE Prompt Table: PROJ_RES_TYP_VW |
13 | RESOURCE_CATEGORY | Character(5) | VARCHAR2(5) NOT NULL |
Category
Default Value: PROJ_CATG_TBL.RESOURCE_CATEGORY Prompt Table: %EDITTABLE |
14 | RESOURCE_SUB_CAT | Character(5) | VARCHAR2(5) NOT NULL |
Subcategory
Default Value: PROJ_CAT_SUB.RESOURCE_SUB_CAT Prompt Table: %EDITTABLE2 |
15 | UNIT_OF_MEASURE | Character(3) | VARCHAR2(3) NOT NULL |
Used on an approval rule set.
MHR=Muti Hourly PER=Percentage SQF=Square Footage |
16 | RESOURCE_QUANTITY | Signed Number(16,2) | DECIMAL(14,2) NOT NULL | Quantity |
17 | RESOURCE_AMOUNT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Transaction Amount |
18 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
19 | JOBCODE | Character(6) | VARCHAR2(6) NOT NULL | Job Code |
20 | PROJ_ROLE | Character(15) | VARCHAR2(15) NOT NULL | Project Role |
21 | PROJ_TRANS_TYPE | Character(3) | VARCHAR2(3) NOT NULL |
Project Transaction Type
Prompt Table: PROJ_TRANS_TYPE |
22 | PROJ_TRANS_CODE | Character(5) | VARCHAR2(5) NOT NULL |
Project Transaction Code
Prompt Table: PROJ_TRANS_CODE |
23 | BUSINESS_UNIT_BI | Character(5) | VARCHAR2(5) NOT NULL |
Billing Business Unit
Prompt Table: SP_BU_BI_NONVW |
24 | ACCOUNT | Character(10) | VARCHAR2(10) NOT NULL |
Account
Prompt Table: GL_ACCT_BUGL_VW |
25 | ALTACCT | Character(10) | VARCHAR2(10) NOT NULL |
Alternate Account
Prompt Table: ALT_BUGL_VW |
26 | DEPTID | Character(10) | VARCHAR2(10) NOT NULL |
Department
Prompt Table: DEPTID_BUGL_VW |
27 | STATISTICS_CODE | Character(3) | VARCHAR2(3) NOT NULL |
Statistics Code
Prompt Table: STAT_BUGL_VW |
28 | OPERATING_UNIT | Character(8) | VARCHAR2(8) NOT NULL |
Operating Unit ChartField
Prompt Table: OPERUNT_BUGL_VW |
29 | PRODUCT | Character(6) | VARCHAR2(6) NOT NULL |
Product ChartField
Prompt Table: PRODUCT_BUGL_VW |
30 | FUND_CODE | Character(5) | VARCHAR2(5) NOT NULL |
Fund Code
Prompt Table: FUND_BUGL_VW |
31 | CLASS_FLD | Character(5) | VARCHAR2(5) NOT NULL |
Class Field
Prompt Table: CLASSCF_BUGL_VW |
32 | PROGRAM_CODE | Character(5) | VARCHAR2(5) NOT NULL |
Program Code ChartField
Prompt Table: PROGRAM_BUGL_VW |
33 | BUDGET_REF | Character(8) | VARCHAR2(8) NOT NULL |
Budget Reference
Prompt Table: BUD_REF_BUGL_VW |
34 | AFFILIATE | Character(5) | VARCHAR2(5) NOT NULL |
Affiliate
Prompt Table: AFFILIATE_VW |
35 | AFFILIATE_INTRA1 | Character(10) | VARCHAR2(10) NOT NULL |
IntraUnit Affiliate1
Prompt Table: %EDIT_INTRA01 |
36 | AFFILIATE_INTRA2 | Character(10) | VARCHAR2(10) NOT NULL |
Operating Unit Affiliate
Prompt Table: %EDIT_INTRA02 |
37 | CHARTFIELD1 | Character(10) | VARCHAR2(10) NOT NULL |
Expansion chartfield 1
Prompt Table: CF1_BUGL_VW |
38 | CHARTFIELD2 | Character(10) | VARCHAR2(10) NOT NULL |
Expansion Chartfield 2
Prompt Table: CF2_BUGL_VW |
39 | CHARTFIELD3 | Character(10) | VARCHAR2(10) NOT NULL |
Expansion Chartfield 3
Prompt Table: CF3_BUGL_VW |
40 | FMS_DTTM_STAMP | DateTime(26) | TIMESTAMP | Specifies the date and time of the original entry. |
41 | FMS_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the original entry. |
42 | FMS_LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. |
43 | FMS_LASTUPDOPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the last update to an entry. |
44 | BUSINESS_UNIT_BD | Character(5) | VARCHAR2(5) NOT NULL |
Budgeting Business Unit
Prompt Table: SP_BU_BD_NONVW |
45 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
46 | KK_BUDG_LN_TYPE | Character(3) | VARCHAR2(3) NOT NULL |
Budget Journal Line Types
0=Original 1=Adjustment 2=Transfer 3=Roll Forward 4=Closing Default Value: 0 |
47 | JOURNAL_ID | Character(10) | VARCHAR2(10) NOT NULL | Identifies a journal entry, consisting of a header and one or more lines. The Journal ID itself does not have to be unique, but together with the journal business unit and journal date, it forms a unique journal identifier. |
48 | JOURNAL_DATE | Date(10) | DATE | Specifies the date the journal was created. |
49 | UNPOST_SEQ | Number(2,0) | SMALLINT NOT NULL | Identifies the sequence of journal entries when a journal is "unposted". When a journal is posted the UnPost Sequence is automatically set to "0". When a journal is unposted, a new reversing entry is automatically created with an UnPost Sequence of "1". |
50 | JOURNAL_LINE | Number(9,0) | DECIMAL(9) NOT NULL | Uniquely identifies a journal line with a sequence number. Within a single journal entry, the line sequence begins with 1 and automatically increments by 1 for each succeeding journal line. There can be any number of lines associated with a journal header. |
51 | BD_HDR_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Budget Header Status:
N - Posting has not been run against the journal
E - The journal has failed edits
V - The journal has passed edits but cannot be posted due to monetary related issues
S - One ore more journal lines have failed the security edits
P - The journal has been posted the ledger
U - The journal has been unposted
I - Incomplete journal pending SaveEdit to validate Security
B=Not Balanced C=Checked Only E=Error I=Incomplete N=None P=Posted S=Security Error U=Unposted V=Errors |
52 | LEDGER | Character(10) | VARCHAR2(10) NOT NULL |
Ledger
Prompt Table:
SP_LEDPC_NONVW
|
53 | LEDGER_GROUP | Character(10) | VARCHAR2(10) NOT NULL |
Ledger Group
Prompt Table:
SP_LEDGPC_NONVW
|
54 | BUDGET_CATEGORY | Character(15) | VARCHAR2(15) NOT NULL | BUDGET_CATEGORY |
55 | GM_FA_SEQ_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Fixed and Administrative
1=Base (Non F&A) 2=Fixed and Administrative Y/N Table Edit |
56 | GM_CS_SEQ_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Cost Sharing
1=Sponsor 2=Cost Sharing Y/N Table Edit |
57 | FUND_SOURCE | Character(6) | VARCHAR2(6) NOT NULL |
Funding Source
Prompt Table: KK_FUND_SOURCE |
58 | GM_DISTRIB_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Distribution Status
C=Available to Contracts D=Distributed G=Generated H=Hold I=Ignored M=Modified N=None P=To be processed Default Value: N |
59 | PC_DISTRIB_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
PC Distribution Status
B=Budget Check D=Distributed G=Generated H=Hold I=Ignore M=Modified N=Not Distributed S=Staged Default Value: N |
60 | KK_DISTRIB_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Commitment Control
B=Budget Check C=Budget Create D=Distributed E=Posting Error K=Post to Commitment control N=None S=Security Error Default Value: N |
61 | TRANS_DT | Date(10) | DATE | Transaction Date |
62 | ACCOUNTING_DT | Date(10) | DATE |
The accounting entry construction date for a given transaction (a generic field that crosses multiple
Default Value: %date |
63 | RT_TYPE | Character(5) | VARCHAR2(5) NOT NULL |
Defines a category of market rates for currency conversion. Some examples of rate types are commercial, average, floating, and historical.
Prompt Table: RT_TYPE_TBL |
64 | RATE_MULT | Signed Number(17,8) | DECIMAL(15,8) NOT NULL | Rate Multiplier |
65 | RATE_DIV | Number(16,8) | DECIMAL(15,8) NOT NULL | Rate Divisor |
66 | CUR_EFFDT | Date(10) | DATE | Specifies the effective date associated with the currency used as the base currency for the Business Unit on the Journal Entry Header. |
67 | FOREIGN_AMOUNT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Specifies the monetary amount of a debit or credit (accounting entry line) in the entry currency of the item. The sum of FOREIGN_AMOUNT values on AR lines should equal the ENTRY_AMT on the pending item. |
68 | FOREIGN_CURRENCY | Character(3) | VARCHAR2(3) NOT NULL |
Foreign Currency Code
Prompt Table: FRGN_CURR_VW |
69 | SYSTEM_SOURCE | Character(3) | VARCHAR2(3) NOT NULL | Identifies the application or source system that generated a journal entry. Release 8.80 - 11/14/2002 - RVlasic - Removed GDM (JrnlGen - Deduction Management) from Translate Values. SUJ---Included a label as Product. Release 8.9 - 05/11/2005 - RVlasic - Added PRV (Variance Pricing) and PKK (KK Budget Journal) and deleted GLK for Project Costing per Brian Cohen. |