[Home] [Help]
[Dependency Information]
| Object Name: | PA_VALUE_MAP_DEFS |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_VALUE_MAP_DEFS
|
| Subobject Name: | |
| Status: | VALID |
PA_VALUE_MAP_DEFS stores the mapping definition between value sets in PA_MAP_VALUE_SETS. The data in this table should be seeded by developers.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_VALUE_MAP_DEFS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
VALUE_MAP_DEF_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| VALUE_MAP_DEF_ID | NUMBER | (15) | Yes | Unique identifier |
| VALUE_MAP_DEF_TYPE | VARCHAR2 | (30) | Yes | The lookup code for a mapping definition type. The meaning of the lookup code is used for rendering an item in the mapping type poplist. |
| SOURCE_ID | NUMBER | Yes | The mapping source ID, FK references to PA_MAP_VALUE_SETS.VALUE_SET_ID | |
| DEST_ID | NUMBER | Yes | The mapping destination ID, FK references to PA_MAP_VALUE_SETS.VALUE_SET_ID | |
| DEF_SUBTYPE | VARCHAR2 | (30) | The lookup code for a mapping definition subtype. The meaning of the lookup code is used for rendering an item in the mapping subtype poplist. | |
| DEF_SUBTYPE_GROUP | VARCHAR2 | (30) | The lookup code for a mapping definition subtype group. The meaning of the lookup code is used for rendering the label of the mapping subtype poplist. | |
| RECORD_VERSION_NUMBER | NUMBER | Yes | Indicates the header level version of the value map records stored in PA_VALUE_MAPS. The value map records are identified by the unique value_map_definition_id. The column increments by one upon each saved modification to the value map records. | |
| 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 VALUE_MAP_DEF_ID
, VALUE_MAP_DEF_TYPE
, SOURCE_ID
, DEST_ID
, DEF_SUBTYPE
, DEF_SUBTYPE_GROUP
, RECORD_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM PA.PA_VALUE_MAP_DEFS;
PA.PA_VALUE_MAP_DEFS does not reference any database object
PA.PA_VALUE_MAP_DEFS is referenced by following:
PA
PA_VALUE_MAP_DEFS#
|
|
|
|