CFG_RQST_HDR(SQL Table) |
Index Back |
---|---|
ConfiguratorContains data for sections in Configurator schemas used in configurator |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CFG_SCHEMA_ID | Character(18) | VARCHAR2(18) NOT NULL | Schema ID displayed on several pages of Configurator |
2 | CFG_SECTION_ID | Number(5,0) | INTEGER NOT NULL |
This field holds the unique section number for each section of a schema.
Default Value: 1 |
3 | CFG_SECTION_DESCR | Character(254) | VARCHAR2(254) NOT NULL | This field is used to enter a description for each section of a schema. |
4 | CFG_INCL_CMPT | Character(1) | VARCHAR2(1) NOT NULL |
Translation field of Configured Components for output
1=All Components 2=Filtered List Default Value: 1 |
5 | CFG_INCL_CONNECT | Character(1) | VARCHAR2(1) NOT NULL |
Translation field of Configured Connections for output
0=None 1=All Connections 2=Filtered List Default Value: 1 |
6 | CFG_INCL_STRUCTURE | Character(1) | VARCHAR2(1) NOT NULL |
Translation field of Structures for output used in configurator
N=None Y=Include Structure Default Value: N |
7 | CFG_INCL_CMPTV | Character(1) | VARCHAR2(1) NOT NULL |
Check box field for display of Configuration Component Violations in the output
Y/N Table Edit Default Value: Y |
8 | CFG_INCL_SPV | Character(1) | VARCHAR2(1) NOT NULL |
Check box field for display of Selection Point Violations in the output
Y/N Table Edit Default Value: Y |
9 | CFG_INCL_SP | Character(1) | VARCHAR2(1) NOT NULL |
Translation field of Selection Points for output
0=None 1=All Selections 2=Filtered List Default Value: 1 |
10 | CFG_INCL_ATTRIBUTE | Character(1) | VARCHAR2(1) NOT NULL |
Translation field of Configured item attributes for output
1=None 2=Include Attributes N=None Y=Include Attributes Default Value: N |
11 | CFG_INCL_EXP | Character(1) | VARCHAR2(1) NOT NULL |
Translation field of Expressions for output used in configurator
0=None 1=All Expressions 2=Filtered List Default Value: 1 |
12 | CFG_INCL_EV | Character(1) | VARCHAR2(1) NOT NULL |
Translation field of External Variables for output used in configurator
0=None 1=All External Values 2=Filtered List Default Value: 1 |
13 | CFG_INCL_CA | Character(1) | VARCHAR2(1) NOT NULL |
Translation field of Configuration attributes for output (these are custom text entry fields not related to the model)
0=None 1=All Configuration Attributes 2=Filtered List Default Value: 1 |
14 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
15 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
16 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
17 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
18 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
19 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |