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


TABLE: MSC.MSC_LOCATION_ASSOCIATIONS

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


This table stores location associations for organization, customer, customer sites, supplier, and supplier sites.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSC_LOCATION_ASSOCIATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSR_INSTANCE_ID
ColumnPARTNER_ID
ColumnORGANIZATION_ID
ColumnPARTNER_SITE_ID
ColumnLOCATION_ID
MSC_LOCATION_ASSOCIATIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSR_INSTANCE_ID
ColumnPARTNER_ID
ColumnPARTNER_SITE_ID
Columns
Name Datatype Length Mandatory Comments
LOCATION_ID NUMBER
Yes Location identifier
SR_INSTANCE_ID NUMBER
Yes Source application instance identifier
LOCATION_CODE VARCHAR2 (60)
Location code
ORGANIZATION_ID NUMBER

Organization identifier
PARTNER_ID NUMBER

Partner identifier
PARTNER_SITE_ID NUMBER
Yes Partner site identifer
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
REQUEST_ID NUMBER

Concurrent Who column
PROGRAM_APPLICATION_ID NUMBER

Concurrent Who column
PROGRAM_ID NUMBER

Concurrent Who column
PROGRAM_UPDATE_DATE DATE

Concurrent Who column
Query Text

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


SELECT LOCATION_ID
,      SR_INSTANCE_ID
,      LOCATION_CODE
,      ORGANIZATION_ID
,      PARTNER_ID
,      PARTNER_SITE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM MSC.MSC_LOCATION_ASSOCIATIONS;

Dependencies

[top of page]

MSC.MSC_LOCATION_ASSOCIATIONS does not reference any database object

MSC.MSC_LOCATION_ASSOCIATIONS is referenced by following:

SchemaMSC
ViewMSC_LOCATION_ASSOCIATIONS#