DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.OKX_FREIGHT_V

Object Details
Object Name: OKX_FREIGHT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKX.OKX_FREIGHT_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
ID1 VARCHAR2 (25) Yes Freight code
ID2 NUMBER
Yes Organization identifier
NAME VARCHAR2 (25) Yes Freight code
DESCRIPTION VARCHAR2 (80)
Freight code description
STATUS VARCHAR2 (1)
Freight carriers status flag. (NULL value, not found in base table)
START_DATE_ACTIVE DATE

Date before which freight carriers are invalid
END_DATE_ACTIVE VARCHAR2 (9)
Disable date
ORGANIZATION_ID NUMBER
Yes Organization identifier
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ID1
,      ID2
,      NAME
,      DESCRIPTION
,      STATUS
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      ORGANIZATION_ID
FROM APPS.OKX_FREIGHT_V;

Dependencies

[top of page]

APPS.OKX_FREIGHT_V references the following:

SchemaAPPS
SynonymORG_FREIGHT_TL

APPS.OKX_FREIGHT_V is not referenced by any database object