Logical Complex Join Oracle Fusion Middleware Online Documentation Library

Logical Elements 13-9 Syntax LogicalTable … isBridgeTable= isLookupTable= x= y= Description LevelColumn RefLogicalColumn … LevelColumn Columns RefLogicalColumn … RefLogicalColumn … Columns TableSources RefLogicalTableSource … RefLogicalTableSource … TableSources LogicalTable Example LogicalTable name=D1 Customer parentName=quot;Sample Salesquot; parentId=2000:14 parentUid=519 id=2035:22 uid=742 x=353 y=139 Description [CDATA[ This logical table maps to the physical Customer Dimension table with various attributes like Customer Name, Status, Type and so on. ]] Description Columns RefLogicalColumn uid=776 id=2006:23 qualifiedName=quot;Sample Salesquot;.quot;D1 Customerquot;.quot;C0 Cust Keyquot; RefLogicalColumn uid=782 id=2006:24 qualifiedName=quot;Sample Salesquot;.quot;D1 Customerquot;.quot;C1 Cust Namequot; RefLogicalColumn uid=788 id=2006:25 qualifiedName=quot;Sample Salesquot;.quot;D1 Customerquot;.quot;C2 Cust Statusquot; RefLogicalColumn uid=790 id=2006:26 qualifiedName=quot;Sample Salesquot;.quot;D1 Customerquot;.quot;C3 Cust Typequot; RefLogicalColumn uid=784 id=2006:27 qualifiedName=quot;Sample Salesquot;.quot;D1 Customerquot;.quot;C4 Customer Segment IDquot; RefLogicalColumn uid=63678 id=2006:28 qualifiedName=quot;Sample Salesquot;.quot;D1 Customerquot;.quot;C5 Segmentquot; RefLogicalColumn uid=786 id=2006:29 qualifiedName=quot;Sample Salesquot;.quot;D1 Customerquot;.quot;C6 Cust Industryquot; RefLogicalColumn uid=774 id=2006:30 qualifiedName=quot;Sample Salesquot;.quot;D1 Customerquot;.quot;C7 Credit Ratequot; RefLogicalColumn uid=778 id=2006:31 qualifiedName=quot;Sample Salesquot;.quot;D1 Customerquot;.quot;C8 First Contact Datequot; TableSources References the logical table sources for this logical table. Each logical table source is contained in a sub-element called RefLogicalTableSource. Table 13–12 Cont. Logical Table Child Elements Element Name Description 13-10 Oracle Fusion Middleware Integrators Guide for Oracle Business Intelligence Enterprise Edition RefLogicalColumn uid=780 id=2006:32 qualifiedName=quot;Sample Salesquot;.quot;D1 Customerquot;.quot;C9 Last Order Datequot; Columns TableSources RefLogicalTableSource uid=1168 id=2037:1661 qualifiedName=quot;Sample Salesquot;.quot;D1 Customerquot;.quot;quot;01 Customerquot; TableSources LogicalTable

13.7 Logical Foreign Key

The logical foreign key element corresponds to the logical foreign key object in the Business Model and Mapping layer. The logical foreign key tag includes the following attributes: The logical foreign key tag includes the following child elements: Syntax LogicalForeignKey … type= Description Columns RefLogicalColumn … RefLogicalColumn … Columns CounterPartKey RefLogicalKey …. CounterPartKey DrivingTable RefLogicalTable … DrivingTable LogicalForeignKey Table 13–13 Logical Foreign Key Tag Attributes Attribute Name Description type The type of join. Valid values are Inner, LeftOuter, RightOuter, FullOuter, and FullOuterStitch. Table 13–14 Logical Foreign Key Child Elements Element Name Description Columns References the logical columns in the table that the foreign key references. Each logical column is contained in a sub-element called RefLogicalColumn. CounterPartKey References the foreign key columns for this foreign key. Each logical column is contained in a sub-element called RefLogicalColumn. DrivingTable If a driving table has been specified for this logical foreign key, this element references that logical table. The driving table is contained in a sub-element called RefLogicalTable.