COMBO_DATAB_VW(SQL View) |
Index Back |
---|---|
ChartField Combo Data View |
SELECT DISTINCT a.setid , a.process_group , a.combination , a.effdt_from , a.effdt_open , a.effdt_to , b.combo_defn_name , b.combo_direction FROM ps_combo_data_BUDG a , PS_COMBO_GROUP_TBL b WHERE a.setid = b.setid AND a.process_group = b.process_group |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
|
2 | Character(10) | VARCHAR2(10) NOT NULL |
Process Group
Prompt Table: COMBO_GROUP_TBL |
|
3 | Character(10) | VARCHAR2(10) NOT NULL | Combination Rule | |
4 | Date(10) | DATE NOT NULL | Effective Date From | |
5 | Character(1) | VARCHAR2(1) NOT NULL | Yes/No Indicator | |
6 | Date(10) | DATE NOT NULL | Effective Date To | |
7 | Character(10) | VARCHAR2(10) NOT NULL | Combo CF Definition | |
8 | COMBO_DIRECTION | Character(1) | VARCHAR2(1) NOT NULL |
Combination Group Defines
I=Invalid Combinations V=Valid Combinations |