[Home] [Help]
[Dependency Information]
Object Name: | SO_ORDER_SOURCES_115 |
---|---|
Object Type: | TABLE |
Owner: | OE |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
SO_ORDER_SOURCES_115 stores the names of feeder systems from which
you import sales order data (order headers, order lines, and sales
credits) into Oracle Order Entry/Shipping using OrderImport.
USE_IDS_FLAG is set to 'Y' for order sources providing
unique IDs along with the parameters they pass; if set to 'N', Oracle
Order Entry/Shipping automatically assigns the IDs during the import
process.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
SO_ORDER_SOURCES_115_U1 | NORMAL | UNIQUE |
![]() |
![]() |
SO_ORDER_SOURCES_115_U2 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORDER_SOURCE_ID | NUMBER | Yes | System-generated identifier of foreign system OrderImport source | |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | Yes | Standard Who column | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
NAME | VARCHAR2 | (30) | Yes | Name of the foreign feeder source |
DESCRIPTION | VARCHAR2 | (240) | Description of the foreign source | |
ENABLED_FLAG | VARCHAR2 | (1) | Yes | Identifies whether an import source is active |
CREATE_CUSTOMERS_FLAG | VARCHAR2 | (1) | Not supported | |
USE_IDS_FLAG | VARCHAR2 | (1) | Yes | 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
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, NAME
, DESCRIPTION
, ENABLED_FLAG
, CREATE_CUSTOMERS_FLAG
, USE_IDS_FLAG
FROM OE.SO_ORDER_SOURCES_115;
OE.SO_ORDER_SOURCES_115 does not reference any database object
OE.SO_ORDER_SOURCES_115 is referenced by following:
|
|
|