CA_ACT_NONVW(SQL View) |
Index Back |
---|---|
Project Activity ViewThis provides an easy to use on-line prompt for the Project Activities. |
SELECT a.business_unit ,a.project_id ,a.row_number_5 ,a.wbs_id ,a.activity_id ,a.descr ,a.eff_status FROM PS_PROJ_ACTIVITY a WHERE a.costing_act_sw = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | PC Business Unit | |
2 | Character(15) | VARCHAR2(15) NOT NULL |
Project Id ChartField
Prompt Table: PROJECT_VW |
|
3 | Number(5,0) | INTEGER NOT NULL | Row Number | |
4 | Character(100) | VARCHAR2(100) NOT NULL | WBS ID | |
5 | Character(15) | VARCHAR2(15) NOT NULL | Activity ID | |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
7 | STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Status Indicator
A=Active I=Inactive |