DBA Data[Home] [Help] [Dependency Information]


TABLE: MSC.MSC_COMPANY_RELATIONSHIPS

Object Details
Object Name: MSC_COMPANY_RELATIONSHIPS
Object Type: TABLE
Owner: MSC
FND Design Data: TableMSC.MSC_COMPANY_RELATIONSHIPS
Subobject Name:
Status: VALID


This table contains the relationships between the different trading partners involved in
interenterprise planning or collaboration.
Presently 2 kinds of relationships (stored in the relationship type column) are supported namely
Customer_of denoted by relationship_type 1
Supplier_of denoted by relationship_type 2
This table is populated with data based on the suppliers list in PO_VENDORS table and
the customer list in HZ_PARTIES table in the source ERP system. It can also be populated by
using the trading partner flat file or XML loads.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSC_COMPANY_RELATIONSHIPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRELATIONSHIP_ID
MSC_COMPANY_RELATIONSHIPS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSUBJECT_ID
ColumnOBJECT_ID
ColumnRELATIONSHIP_TYPE
MSC_COMPANY_RELATIONSHIPS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRELATIONSHIP_TYPE
ColumnOBJECT_ID
ColumnRELATIONSHIP_ID
Columns
Name Datatype Length Mandatory Comments
RELATIONSHIP_ID NUMBER
Yes Relationship identifier
SUBJECT_ID NUMBER
Yes Subject identifier
OBJECT_ID NUMBER
Yes Object identifier
RELATIONSHIP_TYPE NUMBER
Yes Relationship type
START_DATE DATE

Start date
END_DATE DATE

End date
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RELATIONSHIP_ID
,      SUBJECT_ID
,      OBJECT_ID
,      RELATIONSHIP_TYPE
,      START_DATE
,      END_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM MSC.MSC_COMPANY_RELATIONSHIPS;

Dependencies

[top of page]

MSC.MSC_COMPANY_RELATIONSHIPS does not reference any database object

MSC.MSC_COMPANY_RELATIONSHIPS is referenced by following:

SchemaAPPS
SynonymMSC_COMPANY_RELATIONSHIPS