[Home] [Help]
[Dependency Information]
| Object Name: | PV_SINGLE_PROD_H_MAPPINGS |
|---|---|
| Object Type: | TABLE |
| Owner: | PV |
| FND Design Data: | PV.PV_SINGLE_PROD_H_MAPPINGS
|
| Subobject Name: | |
| Status: | VALID |
Stores the mappings of Sales Product Hierachy and Single Product Hierarchy for pv_enty_attr_values.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PV_SINGLE_PROD_H_MAPPINGS_U1 | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
ENTY_ATTR_VAL_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ENTY_ATTR_VAL_ID | NUMBER | (15) | Yes | Entity identifier |
| NEW_VALUE | NUMBER | Yes | Attribute identifier | |
| OLD_VALUE | VARCHAR2 | (500) | Yes | Type of entity (ex: partner,lead) |
Cut, paste (and edit) the following text to query this object:
SELECT ENTY_ATTR_VAL_ID
, NEW_VALUE
, OLD_VALUE
FROM PV.PV_SINGLE_PROD_H_MAPPINGS;
PV.PV_SINGLE_PROD_H_MAPPINGS does not reference any database object
PV.PV_SINGLE_PROD_H_MAPPINGS is referenced by following:
PV
PV_SINGLE_PROD_H_MAPPINGS#
|
|
|
|