[Home] [Help]
[Dependency Information]
| Object Name: | ASO_I_FREIGHT_CODES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ASO.ASO_I_FREIGHT_CODES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
| FREIGHT_CODE | VARCHAR2 | (25) | Yes | Used in LOV for selecting the freight carrier and method |
| DESCRIPTION | VARCHAR2 | (80) | Freight code Description from ORG_FREIGHT_VL |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, FREIGHT_CODE
, DESCRIPTION
FROM APPS.ASO_I_FREIGHT_CODES_V;
APPS
ORG_FREIGHT_VL
APPS.ASO_I_FREIGHT_CODES_V is not referenced by any database object
|
|
|
|