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


TABLE: PV.PV_GE_QSNR_ELEMENTS_B

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


PV_GE_QSNR_ELEMENTS_B is PRM's one of the Global Entitiy tables. It stores details of questionnaire information that needs to be collected for a given enitity's processing.
Programs entity uses this table to capture the questionnaire information that needs to be answered by partner user while submitting the enrollment application into a given program.
ARC_USED_BY_ENTITY_CODE stores the entity code, and USED_BY_ENTITY_ID stores the entity identifier.
It also captures the information about UI display of the question - in which section, in which page, and in which sequence question needs to be shown to the user.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PV_GE_QSNR_ELEMENTS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnQSNR_ELEMENT_ID
PV_GE_QSNR_ELEMENTS_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnARC_USED_BY_ENTITY_CODE
ColumnUSED_BY_ENTITY_ID
PV_GE_QSNR_ELEMENTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnQSNR_ELMT_TYPE
ColumnQSNR_ELMT_SEQ_NUM
Columns
Name Datatype Length Mandatory Comments
QSNR_ELEMENT_ID NUMBER
Yes Unique identifier for the Questionnaire Element
OBJECT_VERSION_NUMBER NUMBER (9) Yes This column is used for locking purposes
ARC_USED_BY_ENTITY_CODE VARCHAR2 (30) Yes The entity associates with this questionnaire element
USED_BY_ENTITY_ID NUMBER
Yes The entity id associates with this questionnaire element
QSNR_ELMT_SEQ_NUM NUMBER (9) Yes Questionnaire element sequence number
QSNR_ELMT_TYPE VARCHAR2 (30) Yes Questionnaire element type (PAGEBREAK, SECTION, or QUESTION)
ENTITY_ATTR_ID NUMBER

Entity attribute id of this questionnaire element
QSNR_ELMT_PAGE_NUM NUMBER (9) Yes Indicate this element is located in which page
IS_REQUIRED_FLAG VARCHAR2 (1) Yes Hold information about whether the answer of this question is required or not
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 QSNR_ELEMENT_ID
,      OBJECT_VERSION_NUMBER
,      ARC_USED_BY_ENTITY_CODE
,      USED_BY_ENTITY_ID
,      QSNR_ELMT_SEQ_NUM
,      QSNR_ELMT_TYPE
,      ENTITY_ATTR_ID
,      QSNR_ELMT_PAGE_NUM
,      IS_REQUIRED_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM PV.PV_GE_QSNR_ELEMENTS_B;

Dependencies

[top of page]

PV.PV_GE_QSNR_ELEMENTS_B does not reference any database object

PV.PV_GE_QSNR_ELEMENTS_B is referenced by following:

SchemaAPPS
SynonymPV_GE_QSNR_ELEMENTS_B