RUN_PCX9000(SQL Table) |
Index Back |
|---|---|
PCX9000 Funds Dist ReportRun control header record for the PCX9000 Funds Distribution Report. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). | |
| 2 | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID | |
| 3 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_PC.BUSINESS_UNIT Prompt Table: SP_BU_PC_NONVW |
| 4 | PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL |
Project Id ChartField
Prompt Table: SP_PROJ_NONVW |
| 5 | 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 Y/N Table Edit Default Value: Y |
| 6 | ACTIVITY_ID | Character(15) | VARCHAR2(15) NOT NULL |
Activity ID
Prompt Table: %EDITTABLE |
| 7 | RESOURCE_TYPE | Character(5) | VARCHAR2(5) NOT NULL |
Source Type
Prompt Table: PROJ_RES_TYPE |
| 8 | RESOURCE_CATEGORY | Character(5) | VARCHAR2(5) NOT NULL |
Category
Prompt Table: PROJ_CATG_TBL |
| 9 | RESOURCE_SUB_CAT | Character(5) | VARCHAR2(5) NOT NULL |
Subcategory
Prompt Table: PROJ_SUBCAT_TBL |
| 10 | FUND_CODE | Character(5) | VARCHAR2(5) NOT NULL |
Fund Code
Prompt Table: %EDIT_FUND_CODE |
| 11 | CONTRACT_NUM | Character(25) | VARCHAR2(25) NOT NULL |
Contract
Prompt Table: CA_HDR_RQST_VW |
| 12 | CONTRACT_LINE_NUM | Number(3,0) | SMALLINT NOT NULL |
Contract Line Num
Prompt Table: CA_DETAIL_VW1 |
| 13 | AS_OF_DATE | Date(10) | DATE |
As of Date
Default Value: %Date |
| 14 | USE_ACT_LIST | Character(1) | VARCHAR2(1) NOT NULL |
Flag to indicate whether to use a single activity of a list of activities.
Y/N Table Edit Default Value: N |
| 15 | USE_SRC_LIST | Character(1) | VARCHAR2(1) NOT NULL |
Flag to indicate whether to use a single source type of a list of source types.
Y/N Table Edit Default Value: N |
| 16 | USE_CAT_LIST | Character(1) | VARCHAR2(1) NOT NULL |
Flag to indicate whether to use a single category of a list of categories.
Y/N Table Edit Default Value: N |
| 17 | USE_SUB_LIST | Character(1) | VARCHAR2(1) NOT NULL |
Flag to indicate whether to use a single subcategory of a list of subcategories.
Y/N Table Edit Default Value: N |
| 18 | USE_FND_LIST | Character(1) | VARCHAR2(1) NOT NULL |
Flag to indicate whether to use a single fund code of a list of fund codes.
Y/N Table Edit Default Value: N |
| 19 | DISPLAY_ACT_SW | Character(1) | VARCHAR2(1) NOT NULL |
A flag to indicate whether activity level detail is to be shown.
Y/N Table Edit Default Value: Y |
| 20 | DISPLAY_SRC_SW | Character(1) | VARCHAR2(1) NOT NULL |
A flag to indicate whether source type level detail is to be shown.
Y/N Table Edit Default Value: Y |
| 21 | DISPLAY_CAT_SW | Character(1) | VARCHAR2(1) NOT NULL |
A flag to indicate whether category level detail is to be shown.
Y/N Table Edit Default Value: Y |
| 22 | DISPLAY_SUB_SW | Character(1) | VARCHAR2(1) NOT NULL |
A flag to indicate whether subcategory level detail is to be shown.
Y/N Table Edit Default Value: Y |
| 23 | DISPLAY_FND_SW | Character(1) | VARCHAR2(1) NOT NULL |
A flag to indicate whether fund code level detail is to be shown.
Y/N Table Edit Default Value: Y |
| 24 | DISPLAY_CNT_SW | Character(1) | VARCHAR2(1) NOT NULL |
A flag to indicate whether contract level detail is to be shown.
Y/N Table Edit Default Value: Y |
| 25 | DISPLAY_LIN_SW | Character(1) | VARCHAR2(1) NOT NULL |
A flag to indicate whether contract line level detail is to be shown.
Y/N Table Edit Default Value: Y |
| 26 | SORT_IND1 | Character(1) | VARCHAR2(1) NOT NULL |
Indicates which field is the first order sort.
1=Contract 2=Contract Line 3=Project 4=Activity 5=Source Type 6=Category 7=Subcategory 8=Fund Code |
| 27 | SORT_IND2 | Character(1) | VARCHAR2(1) NOT NULL |
Indicates which field is the 2nd order sort.
1=Contract 2=Contract Line 3=Project 4=Activity 5=Source Type 6=Category 7=Subcategory 8=Fund Code |
| 28 | SORT_IND3 | Character(1) | VARCHAR2(1) NOT NULL |
Indicates which field is the 3rd order sort.
1=Contract 2=Contract Line 3=Project 4=Activity 5=Source Type 6=Category 7=Subcategory 8=Fund Code |
| 29 | SORT_IND4 | Character(1) | VARCHAR2(1) NOT NULL |
Indicates which field is the 4th order sort.
1=Contract 2=Contract Line 3=Project 4=Activity 5=Source Type 6=Category 7=Subcategory 8=Fund Code |
| 30 | SORT_LEVEL1 | Character(18) | VARCHAR2(18) NOT NULL | Identifies the field that will control the highest level sort. |
| 31 | SORT_LEVEL2 | Character(18) | VARCHAR2(18) NOT NULL | Identifies the field that will control the second level sort. |
| 32 | SORT_LEVEL3 | Character(18) | VARCHAR2(18) NOT NULL | Identifies the field that will control the third level sort. |
| 33 | SORT_LEVEL4 | Character(18) | VARCHAR2(18) NOT NULL | Identifies the field that will control the fourth level sort. |
| 34 | SHOW_SUBTOTAL_SW | Character(1) | VARCHAR2(1) NOT NULL |
A flag that indicates whether subtotalling is requested.
Y/N Table Edit Default Value: Y |