[Home] [Help]
[Dependency Information]
Object Name: | SO_FREIGHT_CARRIERS_ACTIVE_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FREIGHT_CARRIER | VARCHAR2 | (80) | ||
FREIGHT_CODE_TL | VARCHAR2 | (25) | Yes | |
DESCRIPTION | VARCHAR2 | (80) | ||
ORGANIZATION_ID | NUMBER | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT FREIGHT_CARRIER
, FREIGHT_CODE_TL
, DESCRIPTION
, ORGANIZATION_ID
FROM APPS.SO_FREIGHT_CARRIERS_ACTIVE_V;
APPS.SO_FREIGHT_CARRIERS_ACTIVE_V is not referenced by any database object
|
|
|