RF_IPRD_RO_LVW(SQL View) |
Index Back |
---|---|
Installed Product Order ViewThis view is used by the Installed Product component to retrieve order details for a Capture ID associated with an installed product. |
SELECT A.CAPTURE_ID , A.LANGUAGE_CD , A.DESCR50 FROM PS_RO_HEADER_LANG A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CAPTURE_ID | Character(20) | VARCHAR2(20) NOT NULL | Field use to store the capture ID in order capture. |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |