DOO_ORDER_ADDRESSES

This table will store the addresses and contact information for orders and fulfillment lines

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

DOO_ORDER_ADDRESSES_PK

ADDRESS_ID

Columns

Name Datatype Length Precision Not-null Comments
ADDRESS_ID NUMBER 18 Yes System generated unique identifier
HEADER_ID NUMBER 18 Yes Identifier of the order that uses this address
PARTY_ID NUMBER 18 Identifier of a party associated with the order
FULFILL_LINE_ID NUMBER 18 Identifier of an order fulfillment line this address is associated with
CUST_ACCT_ID NUMBER 18 Identifier of a customer account
PARTY_SITE_ID NUMBER 18 Identifier of a party site associated with the order
CUST_ACCT_SITE_USE_ID NUMBER 18 Identifier of a customer account site use
ADDRESS_USE_TYPE VARCHAR2 30 Yes Identifies the different address types such as ship-to,bill-to, etc
CONTACT_ID NUMBER 18 Identifier of a 'CONTACT' relationship
CUST_ACCOUNT_CONTACT_ID NUMBER 18 Identifier of a customer account contact
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
PREF_CONTACT_POINT_ID NUMBER 18 Identifier of a contact point of a contact associated with the order
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REFERENCE_ADDRESS_ID NUMBER 18 Used by change mgmt to associate the change order's order address id with the original order's order address id.
DELTA_TYPE NUMBER 18 Internal column used by change processing framework for tracking type of change like update, cancel..etc
MODIFIED_FLAG VARCHAR2 1 Indicates that the row has been modified in the version currently submitted

Foreign Keys

Table Foreign Table Foreign Key Column
DOO_ORDER_ADDRESSES doo_headers_all HEADER_ID
DOO_ORDER_ADDRESSES doo_fulfill_lines_all FULFILL_LINE_ID

Indexes

Index Uniqueness Tablespace Columns
DOO_ORDER_ADDRESSES_N1 Non Unique Default REFERENCE_ADDRESS_ID
DOO_ORDER_ADDRESSES_PK Unique Default ADDRESS_ID
DOO_ORDER_ADDRESSES_U1 Unique Default HEADER_ID, ADDRESS_USE_TYPE, FULFILL_LINE_ID