FO_ORDER_VW(SQL View) |
Index Back |
---|---|
Applicant order informationThis view is created to get business unit, description and service order id with respect to applicant from the existing view PS_FO_ORDR_SRCH_VW |
SELECT BUSINESS_UNIT ,DESCR , so_id FROM PS_FO_ORDR_SRCH_VW |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | SO_ID | Character(15) | VARCHAR2(15) NOT NULL | Service Order ID |