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


VIEW: APPS.ASO_I_ORDER_SOURCES_V

Object Details
Object Name: ASO_I_ORDER_SOURCES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewASO.ASO_I_ORDER_SOURCES_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
ORDER_SOURCE_ID NUMBER
Yes ID
NAME VARCHAR2 (240) Yes Name of the foreign feeder source
DESCRIPTION VARCHAR2 (2000)
Description of the feeder source
ENABLED_FLAG VARCHAR2 (1) Yes Identifies whether an import source is active
CREATE_CUSTOMER_FLAG VARCHAR2 (1)
Not supported
USE_IDS_FLAG VARCHAR2 (1)
Identifies whether the import file will contain both names and ID for transactions in this source
Query Text

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


SELECT ORDER_SOURCE_ID
,      NAME
,      DESCRIPTION
,      ENABLED_FLAG
,      CREATE_CUSTOMER_FLAG
,      USE_IDS_FLAG
FROM APPS.ASO_I_ORDER_SOURCES_V;

Dependencies

[top of page]

APPS.ASO_I_ORDER_SOURCES_V references the following:

SchemaAPPS
SynonymOE_ORDER_SOURCES

APPS.ASO_I_ORDER_SOURCES_V is not referenced by any database object