PC_BD_ACT_AMT(SQL Table) |
Index Back |
---|---|
Project Budget Activity SumView planned project budget activity summary such as total budget amount and total cost. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | Character(15) | VARCHAR2(15) NOT NULL | Project Id ChartField | |
3 | Character(15) | VARCHAR2(15) NOT NULL | Activity ID | |
4 | Number(3,0) | SMALLINT NOT NULL | Budget Plan ID | |
5 | ACTIVITY_ID_2 | Character(15) | VARCHAR2(15) NOT NULL | Activity ID |
6 | BUDGET_AMOUNT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Projects Budget Amount |
7 | ACTUAL_AMOUNT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Actual Invoice Amount |
8 | REMAINING_AMOUNT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Remaining Amount |
9 | PC_IM_PRIO_ICON | Character(1) | VARCHAR2(1) NOT NULL |
Issue Priority Icon
0=Low Priority 1=Medium Priority 2=High Priority |
10 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |