BI_BILL_CPY_VW(SQL View) |
Index Back |
|---|---|
Bill Copy Header Table View |
| select distinct B.bill_cpy_grp_id, A.status_bi, A.descr, A.descrshort from PS_BI_BILL_CPY_HDR A, ps_bi_bill_cpy_grp B where status_bi = 'A' and a.bill_cpy_grp_id = b.bill_cpy_grp_id |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(10) | VARCHAR2(10) NOT NULL | Bill Copy Group ID | |
| 2 | STATUS_BI | Character(1) | VARCHAR2(1) NOT NULL |
Status
A=Active I=Inactive |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |