[Home] [Help]
[Dependency Information]
| Object Name: | ASO_I_ORDER_SOURCES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ASO.ASO_I_ORDER_SOURCES_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 |
|---|---|---|---|---|
| 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 |
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;
APPS
OE_ORDER_SOURCES
APPS.ASO_I_ORDER_SOURCES_V is not referenced by any database object
|
|
|
|