PC_FC_AET(SQL Table) |
Index Back |
---|---|
PC Forecast Calc State RecThis is the state record for the PC_FC_CALC app engine. This app engine calculates the variance between total budget and forecasted total amount by Project, Activity. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
3 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
6 | MY_PROJECTS | Character(1) | VARCHAR2(1) NOT NULL |
An indicator to determine whether filter criteria is using the operator's My Projects list.
N=My Projects Y=My Projects |
7 | PROJECT_MANAGER | Character(11) | VARCHAR2(11) NOT NULL | Project Manager |
8 | PROJECT_TYPE | Character(5) | VARCHAR2(5) NOT NULL |
Project Type
A=Activity G=Grant H=Phase P=Project S=Segment |
9 | PROJECT_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Project Status
B=Budgeted C=Closed H=Hold O=Open P=Proposed |
10 | PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL | Project Id ChartField |
11 | BUDG_ANALYSIS_GRP | Character(5) | VARCHAR2(5) NOT NULL | Budget Analysis Group |
12 | COST_ANALYSIS_GRP | Character(5) | VARCHAR2(5) NOT NULL | Cost Analysis Group |
13 | REV_ANALYSIS_GRP | Character(5) | VARCHAR2(5) NOT NULL | Revenue Analysis Group |
14 | TO_CUR | Character(3) | VARCHAR2(3) NOT NULL | To Currency Code |
15 | 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. |
16 | RUN_CODE | Character(3) | VARCHAR2(3) NOT NULL |
Program Run Code
1=Load ASSETGEN.ASC File 2=Load BOOKDATA.ASC File 3=Load LABLINFO.ASC File 4=Load PROPTMGR.ASC File N=None PRE=Preview Process PRO=Procedural RUN=Run Process SET=Set Process |
17 | UOM_HOURS | Character(3) | VARCHAR2(3) NOT NULL | The Unit of Measure that represents Hours. |
18 | WORK_CNT | Number(10,0) | DECIMAL(10) NOT NULL | Count of Anything |
19 | SELECT_PARM | Character(254) | VARCHAR2(254) NOT NULL | Dynamic Where Clause Sel Parms |
20 | FROM_CLAUSE | Character(254) | VARCHAR2(254) NOT NULL | From Clause |
21 | GROUP_BY_TEXT | Character(254) | VARCHAR2(254) NOT NULL | Group by text |
22 | WHERE_CLAUSE_LONG | Long Character(4000) | CLOB | Where Clause |