[Home] [Help]
[Dependency Information]
| Object Name: | POS_SUPPLIER_MAPPINGS |
|---|---|
| Object Type: | TABLE |
| Owner: | POS |
| FND Design Data: | POS.POS_SUPPLIER_MAPPINGS
|
| Subobject Name: | |
| Status: | VALID |
POS_SUPPLIER_MAPPINGS stores references to supplier requests and/or their corresponding supplier parties in TCA. Other supplier profile request tables can utilize the references to find out their associated supplier party or supplier registration.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| POS_SUPPLIER_MAPPING_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
MAPPING_ID
|
| POS_SUPPLIER_MAPPING_U3 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SUPPLIER_REG_ID
|
| POS_SUPPLIER_MAPPING_U4 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
VENDOR_ID
|
| POS_SUPPLIER_MAPPING_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PARTY_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MAPPING_ID | NUMBER | (15) | Yes | Mapping identifier |
| PARTY_ID | NUMBER | Party identifier of the supplier party | ||
| VENDOR_ID | NUMBER | Vendor identifer of the PO vendor | ||
| SUPPLIER_REG_ID | NUMBER | Registration identifier of the supplier registration or request | ||
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT MAPPING_ID
, PARTY_ID
, VENDOR_ID
, SUPPLIER_REG_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM POS.POS_SUPPLIER_MAPPINGS;
POS.POS_SUPPLIER_MAPPINGS does not reference any database object
POS.POS_SUPPLIER_MAPPINGS is referenced by following:
POS
POS_SUPPLIER_MAPPINGS#
|
|
|
|