ITEM_GROUP_TBL(SQL Table) |
Index Back |
---|---|
Item Type Group TableItem type groups are a grouping of item types for a purpose such as reporting, fee assessments or total paid calculations. The item type group construct allows for cleaner and more straightforward item type trees that do not have a lot of repeating nodes. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_CS.SETID Prompt Table: SP_SETID_NONVW |
2 | ITEM_TYPE_GROUP | Character(10) | VARCHAR2(10) NOT NULL | Item Type Group |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: ITEM_GROUP_TBL.DESCR |
7 | DESCR254A | Character(254) | VARCHAR2(254) NOT NULL | Long Description |
8 | TREE_NAME | Character(18) | VARCHAR2(18) NOT NULL |
Tree Name
Prompt Table: TREE_NAME_SF_VW |
9 | TREE_NAME_SETID | Character(5) | VARCHAR2(5) NOT NULL |
TableSet
Prompt Table: SP_SETID_NONVW |