View erp.COMPIERE.RV_ALLOCATION

Generated by
SchemaSpy
Implied relationships Related columns Constraint names Legend
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
Dashed lines show
implied relationships
< n > number of related tables
Please support this project 
Column Type Size Nulls Auto Default Children Parents
C_ALLOCATIONHDR_ID number 10
C_ALLOCATIONHDR C_ALLOCATIONHDR_ID Implied Constraint
AD_CLIENT_ID number 10
AD_CLIENTINFO AD_CLIENT_ID Implied Constraint
AD_ORG_ID number 10
AD_ORGINFO AD_ORG_ID Implied Constraint
ISACTIVE char 1
CREATED date 7
CREATEDBY number 10
UPDATED date 7
UPDATEDBY number 10
DOCUMENTNO nvarchar2 60
DESCRIPTION nvarchar2 510  √  null
DATETRX date 7
DATEACCT date 7
C_CURRENCY_ID number 10
C_CURRENCY C_CURRENCY_ID Implied Constraint
APPROVALAMT number 22
ISMANUAL char 1
DOCSTATUS char 2
DOCACTION char 2
PROCESSED char 1
C_ALLOCATIONLINE_ID number 10
C_ALLOCATIONLINE C_ALLOCATIONLINE_ID Implied Constraint
C_INVOICE_ID number 10  √  null
C_INVOICE C_INVOICE_ID Implied Constraint
C_BPARTNER_ID number 10  √  null
C_BPARTNER C_BPARTNER_ID Implied Constraint
C_ORDER_ID number 10  √  null
C_ORDER C_ORDER_ID Implied Constraint
C_PAYMENT_ID number 10  √  null
C_PAYMENT C_PAYMENT_ID Implied Constraint
C_CASHLINE_ID number 10  √  null
C_CASHLINE C_CASHLINE_ID Implied Constraint
AMOUNT number 22
DISCOUNTAMT number 22
WRITEOFFAMT number 22
OVERUNDERAMT number 22  √  null
View SQL:
SELECT h.C_AllocationHdr_ID, h.AD_Client_ID, h.AD_Org_ID, 
  h.IsActive, h.Created, h.CreatedBy, h.Updated, h.UpdatedBy,
  h.DocumentNo, h.Description, h.DateTrx, h.DateAcct,
  h.C_Currency_ID, h.ApprovalAmt, h.IsManual, h.DocStatus, h.DocAction, h.Processed,
  l.C_AllocationLine_ID,
  l.C_Invoice_ID, l.C_BPartner_ID, l.C_Order_ID, l.C_Payment_ID, l.C_CashLine_ID,
  l.Amount, l.DiscountAmt, l.WriteOffAmt, l.OverUnderAmt
FROM C_AllocationHdr h
  INNER JOIN C_AllocationLine l ON (h.C_AllocationHdr_ID=l.C_AllocationHdr_ID)


SchemaSpy was unable to generate a graphical representation of table relationships.
An appropriate version of dot must be in your path when generating these pages.
Requires dot version 2.2.1 or versions greater than 2.4 from www.graphviz.org.