[Home] [Help]
[Dependency Information]
| Object Name: | PV_GE_CHKLST_RESPONSES |
|---|---|
| Object Type: | TABLE |
| Owner: | PV |
| FND Design Data: | PV.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PV_GE_CHKLST_RESPONSES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CHKLST_RESPONSE_ID
|
| PV_GE_CHKLST_RESPONSES_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ARC_RESPONSE_FOR_ENTITY_CODE
RESPONSE_FOR_ENTITY_ID
CHECKLIST_ITEM_ID
|
| PV_GE_CHKLST_RESPONSES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CHECKLIST_ITEM_ID
|
| 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 |
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;
PV.PV_GE_CHKLST_RESPONSES does not reference any database object
PV.PV_GE_CHKLST_RESPONSES is referenced by following:
APPS
PV_GE_CHKLST_RESPONSES
|
|
|
|