[Home] [Help]
View: AS_ORG_FREIGHT_ACTIVE_V
| Product: | AS - Sales Foundation |
| Description: | Active shipment methods view |
| Implementation/DBA Data: |
Not implemented in this database
|
View Text
SELECT F.FREIGHT_CODE
, F.ORGANIZATION_ID
, F.DESCRIPTION
FROM ORG_FREIGHT_VL F
WHERE ( (DISABLE_DATE IS NULL) OR (DISABLE_DATE > SYSDATE))
Columns
| Name |
| FREIGHT_CODE |
| ORGANIZATION_ID |
| DESCRIPTION |