QP_ALGORITHM_VOQUERIES

Set Transformation Services table that defines the View Object queries used in function. A function can have ViewObjectLookup type or HierarchicalViewObjectLookup type, and this table will store the corresponding view object lookup configuration.

Details

  • Schema: FUSION

  • Object owner: QP

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

QP_ALGORITHM_VOQUERIES_PK

VOQUERY_ID

Columns

Name Datatype Length Precision Not-null Comments
VOQUERY_ID NUMBER 18 Yes table unique identifier as surrogate key
VOQUERY_GUID VARCHAR2 64 Yes Alternate key for import/export this table row
VOQUERY_TYPE_CODE VARCHAR2 30 Yes 'ViewObjectLookup' or 'HierarchicalViewObjectLookup'. Null is 'ViewObjectLookup'
FUNCTION_ID NUMBER 18 Yes Foreign key to the QP_ALGORITHM_FUNCTIONS table
APP_MODULE_NAME VARCHAR2 240 Yes Application Module used to define a ViewObjectLookup function
APP_CONFIG VARCHAR2 240 Yes Application Config used to define a ViewObjectLookup function
VIEW_OBJECT_NAME VARCHAR2 240 Yes View Object Name used to define a ViewObjectLookup function
VIEW_OBJECT_CRITERIA VARCHAR2 1000 View Object Query Criteria used to define a ViewObjectLookup function
CONFLICT_ID NUMBER 18 Yes Disconnected Mobile: this value is used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server).
IN_MEMORY_SEARCH_SPEC VARCHAR2 1000 In Memory Search/Filter Specification to define the query
SORT_SPEC VARCHAR2 250 Sort Specification of the query result
CONNECT_BY VARCHAR2 500 Connect by field used to define a HierarchicalViewObjectLookup function
SINGLE_ROW_FLAG VARCHAR2 30 "Y"/"N" or Null. "Y" means this query will return single/first row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
ALIAS_NAME_OF_RESULT VARCHAR2 50 Alias name of query result of hierarchical view object lookup
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
USER_LAST_UPDATE_DATE TIMESTAMP Disconnected Mobile: indicates the date and time of the last update of the row. This value is different from LAST_UPDATE_DATE if the update originally happened in a different database (i.e. a different mobile database or the server).
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
QP_ALGORITHM_VOQUERIES qp_algorithm_functions FUNCTION_ID
qp_algorithm_voq_bind_vars qp_algorithm_voqueries VOQUERY_ID

Indexes

Index Uniqueness Tablespace Columns
QP_ALGORITHM_VOQUERIES_FK1 Non Unique Default FUNCTION_ID
QP_ALGORITHM_VOQUERIES_PK Unique Default VOQUERY_ID, ORA_SEED_SET1
QP_ALGORITHM_VOQUERIES_PK1 Unique Default VOQUERY_ID, ORA_SEED_SET2
QP_ALGORITHM_VOQUERIES_U1 Unique Default VOQUERY_GUID, ORA_SEED_SET1
QP_ALGORITHM_VOQUERIES_U11 Unique Default VOQUERY_GUID, ORA_SEED_SET2