[Home] [Help]
[Dependency Information]
Object Name: | SO_DROP_SHIP_SOURCES |
---|---|
Object Type: | TABLE |
Owner: | OE |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
SO_DROP_SHIP_SOURCES stores the relationship between sales order
lines in SO_LINES_ALL and associated Oracle Purchasing requisitions
in PO_REQUISITION_LINES_ALL and Oracle Purchasing purchase orders in
PO_LINES_ALL.
.
HEADER_ID and LINE_ID store the foreign keys to SO_HEADERS_ALL and
SO_LINES_ALL, respectively. REQUISITION_HEADER_ID and
REQUISITION_LINE_ID store the foreign keys to
PO_REQUISITIONS_HEADERS_ALL and PO_REQUISITION_LINES_ALL,
respectively. PO_HEADER_ID, PO_LINE_ID and LINE_LOCATION_ID store
the foreign keys to PO_HEADERS_ALL, PO_LINES_ALL and
PO_LINE_LOCATIONS_ALL, respectively.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
SO_DROP_SHIP_SOURCES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
SO_DROP_SHIP_SOURCES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
SO_DROP_SHIP_SOURCES_N3 | NORMAL | NONUNIQUE |
![]() |
![]() |
SO_DROP_SHIP_SOURCES_N4 | NORMAL | NONUNIQUE |
![]() |
![]() |
SO_DROP_SHIP_SOURCES_N5 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DROP_SHIP_SOURCE_ID | NUMBER | Yes | System-generated identifier | |
HEADER_ID | NUMBER | Yes | Sales order header identifier | |
LINE_ID | NUMBER | Yes | Sales order line identifier | |
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 | ||
ORG_ID | NUMBER | Operating unit | ||
DESTINATION_ORGANIZATION_ID | NUMBER | Customer location | ||
REQUISITION_HEADER_ID | NUMBER | Purchase requisition identifier | ||
REQUISITION_LINE_ID | NUMBER | Purchase requisition line identifier | ||
PO_HEADER_ID | NUMBER | Purchase order identifier | ||
PO_LINE_ID | NUMBER | Purchase order line identifier | ||
LINE_LOCATION_ID | NUMBER | Purchase order line location identifier | ||
PO_RELEASE_ID | NUMBER | Purchase order release identifier (for blanket releases) |
Cut, paste (and edit) the following text to query this object:
SELECT DROP_SHIP_SOURCE_ID
, HEADER_ID
, LINE_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, ORG_ID
, DESTINATION_ORGANIZATION_ID
, REQUISITION_HEADER_ID
, REQUISITION_LINE_ID
, PO_HEADER_ID
, PO_LINE_ID
, LINE_LOCATION_ID
, PO_RELEASE_ID
FROM OE.SO_DROP_SHIP_SOURCES;
OE.SO_DROP_SHIP_SOURCES does not reference any database object
OE.SO_DROP_SHIP_SOURCES is referenced by following:
|
|
|