CNTRCT_EDTBL_VW(SQL View) |
Index Back |
---|---|
Contracts Eligible for Edit |
select distinct business_unit, cntrct_id from PS_VOUCHER where entry_status in ('L','D','R','E','S') and in_process_flg = 'N' and cntrct_id <> ' ' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | CNTRCT_ID | Character(25) | VARCHAR2(25) NOT NULL | Buying Agreement ID |