BI_DST_SMRY_VW(SQL View) |
Index Back |
|---|---|
Bill Line Dist Summary View |
| select business_unit,invoice,line_seq_num,sum(percentage) from PS_BI_LINE_DST group by business_unit,invoice,line_seq_num |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 2 | Character(22) | VARCHAR2(22) NOT NULL | Invoice | |
| 3 | Number(5,0) | INTEGER NOT NULL | Sequence | |
| 4 | PERCENTAGE | Signed Number(7,2) | DECIMAL(5,2) NOT NULL | Percentage |