PSC_MOB_OFFLINE_GROUP_MBRS

This table is used to store the offline registered group members.

Details

  • Schema: FUSION

  • Object owner: PSC_TS

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

PSC_MOB_OFFLINE_GROUP_MBRS_PK

GROUP_ID, RESOURCE_NAME, QUERY_PARAMETER

Columns

Name Datatype Length Precision Not-null Comments
GROUP_ID VARCHAR2 50 Yes This column is used to indicate the registered groupping of resources for offline mobile framework.
IMMEDIATE_DOWNLOAD VARCHAR2 5 It is to identify to download data immediately.
DEFERRED_DOWNLOAD VARCHAR2 5 It is to identify to download on demand.
LIGHTWEIGHT_DOWNLOAD VARCHAR2 1500 This column is to identify to download only inspection, inspection details but not include checklist, attachments, comments, permits and so on.
ADHOC_DOWNLOAD VARCHAR2 1500 This column is used to identify adhoc download.
EXTN_ATTRIBUTE_CHAR001 VARCHAR2 1500 This column is used as Varchar2 Extension Columns.
EXTN_ATTRIBUTE_CHAR002 VARCHAR2 1500 This column is used as Varchar2 Extension Columns.
RESOURCE_NAME VARCHAR2 50 Yes This column should indicate the LBA of the REST resource
QUERY_PARAMETER VARCHAR2 1000 Yes This column stores the suffix associated with the Rest End Point.
RESOURCE_TYPE VARCHAR2 100 Yes This column indicates the type of REST resource
ENABLED_FLAG VARCHAR2 1 Yes Flag to indicate if the resource is enabled for offline support or not.
SHREDDER VARCHAR2 1000 This field is used to store the shredder function name.
UNSHREDDER VARCHAR2 1000 This field is used to store the unshredder name.
ENABLE_CACHING VARCHAR2 1 Yes A flag to state if caching is required or not.
MAX_CACHE_AGE NUMBER Yes This column is to set the cache age time interval in seconds for a rest resource.
ADF_REST_FAMEWORK_VERSION NUMBER Yes This field is used to store the rest framework version.
ENABLE_DATA_SHREDDING VARCHAR2 1 Yes This column is used to know if shredding function is enabled or disabled for this REST resource row.
EXTENSION_FIELD CLOB This column value can be used as an EXTENSION_FIELD for future.
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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
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.
MODULE_ID VARCHAR2 32 Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data.
DELETED_FLAG VARCHAR2 1 Yes Indicates whether the record is logically deleted (Y or N). Valid values are Y for deleted record, and N for active record. Default value is N.
SEED_DATA_LOCK NUMBER 1 Yes Indicates whether the row is seed data. Valid values are 0 for data that is customer data, 1 for seed data that cannot be modified, and 2 indicates that the seed data can be modified.
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
PSC_MOB_OFFLINE_GROUP_MBRS psc_mob_offline_groups GROUP_ID

Indexes

Index Uniqueness Tablespace Columns
PSC_MOB_OFFLINE_GROUP_MBRS_U1 Unique Default GROUP_ID, RESOURCE_NAME, QUERY_PARAMETER, ORA_SEED_SET1
PSC_MOB_OFFLINE_GROUP_MBRS_U11 Unique Default GROUP_ID, RESOURCE_NAME, QUERY_PARAMETER, ORA_SEED_SET2