CA_SGRP_TYP(SQL View) |
Index Back |
---|---|
Summarization Group Type Table |
SELECT SUM_GROUP_TYPE ,DESCR , DESCRSHORT FROM PS_BI_SGRP_TYP_TBL WHERE STATUS_BI = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SUM_GROUP_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
This field is used to provide additional grouping criteria for billing summarization. It is related to SUM_GROUP_ID. User defines a list of valid SUM_GROUP_IDs per SUM_GROUP_TYPE value.
Prompt Table: BI_SGRP_TYP_TBL |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |