Difference between revisions of "OE.ORDERS (table)"

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | OE.ORDERS |- |} {| border="1" cellpadding="5" cellspacing="0" style="border-...)
(No difference)

Revision as of 19:06, 2 May 2009

wikibot

Table OE.ORDERS


Column Data Type Nullable Default PK Index
ORDER_ID NUMBER not null ORDER_PK
ORDER_DATE TIMESTAMP(6) WITH LOCAL TIME ZONE not null ORD_ORDER_DATE_IX
ORDER_MODE VARCHAR2 null
CUSTOMER_ID NUMBER not null ORD_CUSTOMER_IX
ORDER_STATUS NUMBER null
ORDER_TOTAL NUMBER null
SALES_REP_ID NUMBER null ORD_SALES_REP_IX
PROMOTION_ID NUMBER null


Relation Column Referenced Column
OE.CUSTOMERS CUSTOMER_ID CUSTOMER_ID
HR.EMPLOYEES SALES_REP_ID EMPLOYEE_ID


Detail Table Column Referencing Column
OE.ORDER_ITEMS ORDER_ID ORDER_ID