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


TABLE: PV.PV_ATTRIB_RESP_MAPPINGS

Object Details
Object Name: PV_ATTRIB_RESP_MAPPINGS
Object Type: TABLE
Owner: PV
FND Design Data: TablePV.PV_ATTRIB_RESP_MAPPINGS
Subobject Name:
Status: VALID


This table is used to store the attribute responsibility mappings. Thsi is primarily used to store Manula Matching Responsibility Mappings and the responsibility mappings used to map attributes to the responsibility for sord order feature.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PV_ATTRIB_RESP_MAPPINGS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESPONSIBILITY_ID
ColumnATTRIBUTE_ID
PV_ATTRIB_RESP_MAPPINGS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnATTRIBUTE_ID
PV_ATTRIB_RESP_MAPPINGS_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnATTRIB_RESP_MAP_ID
Columns
Name Datatype Length Mandatory Comments
ATTRIB_RESP_MAP_ID NUMBER
Yes Primary Key of the table
CREATION_DATE DATE
Yes Standard WHO Column
CREATED_BY NUMBER (15) Yes Standard WHO Column
LAST_UPDATE_DATE DATE
Yes Standard WHO Column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO Column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard WHO Column
OBJECT_VERSION_NUMBER NUMBER (15) Yes Standard WHO Column
SECURITY_GROUP_ID NUMBER (15)
Standard WHO Column
RESPONSIBILITY_ID NUMBER (15) Yes The responsibility id of the responsibility to which the attribute is tied to
ENTITY_TYPE VARCHAR2 (30) Yes The entity type for which the attribute is tied to along with the responsibility
STATUS VARCHAR2 (30)
Status of the responsibility map.
ATTRIBUTE_ID NUMBER (15)
Attribute Id of the attribute that is tied to responsibility and entity.
ATTRIBUTE_ORDER NUMBER (15)
Order of the attribute that is displayed on User interface
REF_ATTRIB_RESP_MAP_ID NUMBER

this column stores the responsibility id to which thsi attribute belongs to.
Query Text

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


SELECT ATTRIB_RESP_MAP_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      RESPONSIBILITY_ID
,      ENTITY_TYPE
,      STATUS
,      ATTRIBUTE_ID
,      ATTRIBUTE_ORDER
,      REF_ATTRIB_RESP_MAP_ID
FROM PV.PV_ATTRIB_RESP_MAPPINGS;

Dependencies

[top of page]

PV.PV_ATTRIB_RESP_MAPPINGS does not reference any database object

PV.PV_ATTRIB_RESP_MAPPINGS is referenced by following:

SchemaAPPS
SynonymPV_ATTRIB_RESP_MAPPINGS