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


TABLE: PV.PV_GE_CHKLST_RESPONSES

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


PV_GE_CHKLST_RESPONSES is PRM's one of the Global Entitiy tables. It stores the responses for a given check list item in the context of a given entity.
Enrollment Requests entity uses this table to catpure the responses for different checklist items that needs to be checked bofoer approving the partner's enrollment request.
ARC_USED_BY_ENTITY_CODE stores the entity code for which checklist items are reviewed, and USED_BY_ENTITY_ID stores the entity identifier, and CHECKLIST_ITEM_ID stores the check list for which response is collected.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PV_GE_CHKLST_RESPONSES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHKLST_RESPONSE_ID
PV_GE_CHKLST_RESPONSES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnARC_RESPONSE_FOR_ENTITY_CODE
ColumnRESPONSE_FOR_ENTITY_ID
ColumnCHECKLIST_ITEM_ID
PV_GE_CHKLST_RESPONSES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHECKLIST_ITEM_ID
Columns
Name Datatype Length Mandatory Comments
CHKLST_RESPONSE_ID NUMBER
Yes Unique Identifier
CHECKLIST_ITEM_ID NUMBER
Yes Foreign key to Checklist Item Id for which responses are collected
OBJECT_VERSION_NUMBER NUMBER (9) Yes This column is used for locking purposes
ARC_RESPONSE_FOR_ENTITY_CODE VARCHAR2 (30) Yes Entity Code in whose context cheklist response are collected - Lookup
RESPONSE_FLAG VARCHAR2 (1) Yes Checklist checking response
RESPONSE_FOR_ENTITY_ID NUMBER
Yes Entity Id in whcih context checklist responses are collected - Foreign key
CREATED_BY NUMBER (15) Yes Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column
Query Text

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


SELECT CHKLST_RESPONSE_ID
,      CHECKLIST_ITEM_ID
,      OBJECT_VERSION_NUMBER
,      ARC_RESPONSE_FOR_ENTITY_CODE
,      RESPONSE_FLAG
,      RESPONSE_FOR_ENTITY_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM PV.PV_GE_CHKLST_RESPONSES;

Dependencies

[top of page]

PV.PV_GE_CHKLST_RESPONSES does not reference any database object

PV.PV_GE_CHKLST_RESPONSES is referenced by following:

SchemaAPPS
SynonymPV_GE_CHKLST_RESPONSES