[Home] [Help]
[Dependency Information]
| Object Name: | MSC_TP_SITE_ID_LID |
|---|---|
| Object Type: | TABLE |
| Owner: | MSC |
| FND Design Data: | MSC.MSC_TP_SITE_ID_LID
|
| Subobject Name: | |
| Status: | VALID |
This table is used by the collection program to maintain the correspondence
between the source instances identifiers and the planning identifiers for trading
partner sites.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MSC_TP_SITE_ID_LID_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SR_INSTANCE_ID
SR_TP_SITE_ID
PARTNER_TYPE
SR_COMPANY_ID
|
| MSC_TP_SITE_ID_LID_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TP_SITE_ID
|
| MSC_TP_SITE_ID_LID_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LOCATION_ID
SR_INSTANCE_ID
PARTNER_TYPE
TP_SITE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SR_TP_SITE_ID | NUMBER | Yes | Trading partner site identifier at source application instance | |
| PARTNER_TYPE | NUMBER | Yes | Indicate type of partner, supplier or customer | |
| SR_INSTANCE_ID | NUMBER | Yes | Source application instance identifier | |
| TP_SITE_ID | NUMBER | Yes | Trading partner site identifier generated at planning server | |
| SR_COMPANY_ID | NUMBER | Source company identifier | ||
| OPERATING_UNIT | NUMBER | Operating Unit | ||
| LOCATION_ID | NUMBER | Location Identifier | ||
| SR_CUST_ACCT_ID | NUMBER | Customer Account Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT SR_TP_SITE_ID
, PARTNER_TYPE
, SR_INSTANCE_ID
, TP_SITE_ID
, SR_COMPANY_ID
, OPERATING_UNIT
, LOCATION_ID
, SR_CUST_ACCT_ID
FROM MSC.MSC_TP_SITE_ID_LID;
MSC.MSC_TP_SITE_ID_LID does not reference any database object
MSC.MSC_TP_SITE_ID_LID is referenced by following:
APPS
MSC_TP_SITE_ID_LID
|
|
|
|