This document lists the system tables owned by the Oracle Application Framework product V2.2.0 and explains the data standards of the system tables. The data standards are required for the Oracle Utilities Application Framework installation, development within the Oracle Utilities Application Framework, configuration of Oracle Utilities products, and customization of the Oracle Utilities products. Adhering to the data standards is a prerequisite for seamless upgrade to the next release of the product(s).
Contents
Why the standard must be observed?
Guidelines for System Table Updates
System tables are a subset of the tables that must be populated at the time of installation of the product(s). They include Meta Data tables and configuration tables. The data stored in the system tables are the information that Oracle Utilities Application Framework product operations are based on.
As the product adds more functionality, the list of system table can grow. The complete list of the system tables can be found in System Table List section.
This standard must be observed for the following reasons
· The product installation and upgrade process and customer modification data extract processes depend on the data prefix and owner flag values to determine the system data owned by each product.
· The standard ensures that there will be no data conflict in the product being developed and the future Oracle Utilities Application Framework release.
· The standard ensures that there will be no data conflict between customer modifications and future Oracle Utilities product releases.
· The data prefix is used to prevent the test data from being released to production.
Developer’s Note > All test data added to the system data tables must be prefixed by ZZ (all upper case) in order for the installation and upgrade utility to recognize them as test data.
Contents
Development and Implementation System Tables
Oracle Utilities Application Framework only Tables
The majority of data in the tables in this group belongs to the customer. But these tables are shipped with some initial data in order for the customer to login to the system and begin configuring the product. Unless specified otherwise, the initial Data is maintained by Oracle Utilities Application Framework and subject to subsequent upgrade.
Contents
Application Security and User Profile
These tables define the access rights of a User Group to Application Services and Application Users.
Properties |
Description |
Tables |
SC_ACCESS_CNTL, SC USER, SC_USR_GRP_PROF, SC_USR_GRP_USR, SC_USER_GROUP, SC_USER_GROUP_L |
Initial Data |
User Group All SERVICESand default system user SYSUSER. Upon installation the system default User Group All SERVICES is given unrestricted accesses to all services defined in Oracle Utilities Application Framework. |
Developer’s Note> When a new service is added to the system, all actions defined for the service must be made available to the User Group All SERVICES.
The ISO 4217 three-letter codes are taken as the standard code for the representation of the currency.
Properties |
Description |
Tables |
CI_LANGUAGE |
Initial Data |
United States Dollar (USD). |
Properties |
Description |
Tables |
CI_DB_PROC, CI_DB_PROC_L, CI_DB_INSTR, CI_DB_INSTR_L, CI_DB_INSTR_OVRD |
Initial Data |
Copy DB Process (CL-COPDB). This DB process allows users to copy a DB process from one database to another using Config Lab utility. |
The Display Profile Code is referenced in User (SC_USER) table.
Properties |
Description |
Tables |
CI_DISP_PROF, CI_DISP_PROF_L |
Initial Data |
North America(NORTHAM) and Europe(EURO). |
Installation option has only one row that is shipped with the initial installation of the Oracle Utilities Application Framework. The updatable columns in these tables are customer data and will not be overridden by the upgrade process unless a special script is written and included in the upgrade process.
Properties |
Description |
Tables |
F1_INSTALLATION, CI_INSTALL_ALG, CI_INSTALL_MSG, CI_INSTALL_MSG_L, CI_INSTALL_PROD |
Initial Data |
Option 11111. |
Developer’s Note > The system data owner of an environment is defined in the Installation Option. This Owner Flag value is stamped on all system data that is added to this environment. The installation default value is Customer Modification (CM). This value must be changed in the base product development environments.
Language code must be valid code defined in ISO 639-2 Alpha-3. Adding a new language code to the table without translating all language dependent objects in the system can cause errors when a user chooses the language.
Properties |
Description |
Tables |
CI_LANGUAGE |
Initial Data |
English (ENG). |
New To Do Types released will be linked to the default To Do Role and set to the product assigned priority value initially. These initial settings can be overridden by the implementation.
Properties |
Description |
Tables |
CI_ROLE(L), CI_TD_VAL_ROLE |
Initial Data |
F1_DFLT |
This chapter defines the standard for the system tables that contain data that are for the application development. The data in these tables implement business logic and UI functions shared by various products and product extensions in the same database.
Contents
Meta data - Program, Location and Services
Meta data - Maintenance Object
· When adding a new data, the owner flag value of the environment must prefix certain fields of these tables. For example, when a developer adds a new algorithm type to an Oracle Utilities Business Intelligence development environment B1 should prefix the new Algorithm Type code. The fields that are subject to this rule are listed in Standard Data Fields property.
· The data that is already in these tables are not allowed for modification if the data owner is different from your environment owner. This is to prevent the developers from accidentally modifying system data that belong to Oracle Utilities Application Framework or other Base products. However, some fields are exempt from this rule and can be modified by Customer Modification. These fields are listed in Customer Modification Fields property.
Starting V2.2, we introduce a new system data upgrade rule – override Owner flag. If duplicate data rows (data row with same primary key values) found at the time of upgrade, the owner flag values will get overridden. The lower level application system data will override the upper level system data. For example, F1 overrides C1, F1&C1 overrides CM etc. This rule will be applied to the following tables: CI_CHAR_ENTITY, CI_MD_MO_ALG, F1_BUS_OBJ_ALG, F1_BUS_OBJ_STATUS_ALG, CI_MD_MO_OPT, F1_BUS_OBJ_OPT, F1_BUS_OBJ_STATUS_OPT, F1_BUS_OBJ_STATUS, F1_BUS_OBJ_STATUS_L
Properties |
Description |
Tables |
CI_ALG_TYPE, CI_ALG_TYPE_L, CI_ALG_TYPE_PRM, CI_ALG_TYPE_PRM_L |
Standard Data Fields |
Algorithm Type (ALG_TYPE_CD) |
Customer Modification |
None |
Properties |
Description |
Tables |
CI_ALG, CI_ALG _L, CI_ALG_PARM, CI_ALG_VER |
Standard Data Fields |
Algorithm (ALG_CD) |
Customer Modification |
None |
Properties |
Description |
Tables |
SC_APP_SERVICE, SC_APP_SERVICE_L, CI_APP_SVC_ACC |
Standard Data Fields |
Application Service Id(APP_SVC_ID). CC&B product prior to version 2.0 will continue to use CI as prefix of the application service. |
Customer Modification |
None |
Properties |
Description |
Tables |
CI_BATCH_CTRL, CI_BATCH_CTRL_L, CI_BATCH_CTRL_P, CI_BATCH_CTRL_P_L |
Standard Data Fields |
Batch Process(BATCH_CD), Program Name(PROGRAM_NAME) |
Customer Modification |
Next Batch Number (NEXT_BATCH_NBR), Last Update Instance ( LAST_UPDATE_INST), Last Update Date time (LAST_UPDATE_DTTM). These columns are updated by the batch processes. Batch Parameter Value (BATCH_PARM_VAL) |
Properties |
Description |
Tables |
F1_BUS_OBJ, F1_BUS_OBJ_L, F1_BUS_OBJ_ALG, F1_BUS_OBJ_OPT, F1_BUS_OBJ_STATUS, F1_BUS_OBJ_STATUS_L, F1_BUS_OBJ_STATUS_ALG, F1_BUS_OBJ_STATUS_OPT, F1_BUS_OBJ_TR_RULE, F1_BUS_OBJ_TR_RULE_L |
Standard Data Fields |
Business Object(BUS_OBJ_CD) |
Customer Modification |
None |
Properties |
Description |
Tables |
F1_BUS_SVC, F1_BUS_SVC_L |
Standard Data Fields |
Business Service(BUS_SVC_CD) |
Customer Modification |
None |
Properties |
Description |
Tables |
CI_CHAR_TYPE, CI_CHAR_TYPE_L, CI_CHAR_ENTITY, CI_CHAR_VAL, CI_CHAR_VAL_L |
Standard Data Fields |
Characteristic Type (CHAR_TYPE_CD) |
Customer Modification |
Adhoc Characteristic Value Validation Rule (ADHOC_VAL_ALG_CD) on Characteristic Entity Table (CI_CHAR_ENTITY) |
Properties |
Description |
Tables |
F1_DATA_AREA, F1_DATA_AREA_L |
Standard Data Fields |
Data Area Code (DATA_AREA_CD) |
Customer Modification |
None |
Properties |
Description |
Tables |
CI_DISP_ICON, CI_DISP_ICON_L |
Standard Data Fields |
Display Icon Code (DISP_ICON_CD) |
Customer Modification |
None |
Properties |
Description |
Tables |
CI_FK_REF, CI_FK_REF_L |
Standard Data Fields |
FK reference code (FK_REF_CD) |
Customer Modification |
None |
Properties |
Description |
Tables |
CI_LOOKUP_FIELD, CI_LOOKUP_VAL, CI_LOOKUP_VAL_L |
Standard Data Fields |
Field Name (FIELD_NAME) · A lookup field name must have a corresponding field meta data. The name of the lookup field column must be assigned to avoid conflicts among different products. If you follow the standard of database field name, a Customer Modification lookup field name will be automatically Customer Modification prefixed. Field Value (FIELD_VALUE) · If a lookup field is customizable, Customer Modification can insert new lookup values. X or Y must prefix when implementers introduce a new lookup value. · Product development can extend the Oracle Utilities Application Framework owned lookup field’s value with caution. When it needs to be extended, prefix the first letter of the Owner Flag to the value. For example, when adding a new value to the algorithm entity flag (ALG_ENTITY_FLG), prefix with B1 if you are developing a Oracle Utilities Business Intelligence product. |
Customer Modification |
Override Description (DESCR_OVRD) |
A new Feature option is defined through adding a value to EXT_SYS_TYP_FLG. The field value for this look up field must be prefixed by the Owner flag value.
Properties |
Description |
Tables |
F1_MAP, F1_MAP_L |
Standard Data Fields |
Map ode (MAP_CD) |
Customer Modification |
None |
Properties |
Description |
Tables |
CI_MSG_CATEGORY, CI_MSG_CATEGORY_L, CI_MSG, CI_MSG_L |
Standard Data Fields |
Message Category (MESSAGE_CAT_NBR) · Messages are grouped in categories and each category has message numbers between 1 and 99999. A range of message categories is assigned to a product. You must use only the assigned category for your product. · Oracle Utilities Customer Care and Billing and Oracle Utilities Business Intelligence – 00001 thru 00100 · Oracle Utilities Application Framework Java - 11001 thru 11100 · Oracle Utilities Customer Care and Billing Java - 11101 thru 11200 · Oracle Utilities Business Intelligence Java - 11201 thru 11300 · Implementer COBOL - 90000 · Implementer WSS - 90001 · Implementer Java – 90002 · Reserved for Tests - 99999 Message Number (MESSAGE_NBR) for COBOL message categories · Message numbers below 1000 are reserved for common messages. Implementers must not use message numbers below 1000. Message Number (MESSAGE_NBR) for Java message categories · Subsystem Standard Messages - 00001 thru 02000 · Reserved - 02001 thru 09999 · Published Messages - 10001 thru 11000 · Package Messages - 10001 thru 90000 · Reserved - 90001 thru 99999 · Each package is allocated 100 message numbers, each starting from 101. · Published Messages are messages that are special-interest messages that implementations need to know about and are therefore published in the user docs. Examples of these include messages that are highly likely to be changed for an implementation, or messages that are embedded into other texts/messages and therefore the message number is never shown · Reserved message number ranges are for future use and therefore must not be used by all products. |
Customer Modification |
Override Description (DESCRLONG_OVRD), Message Text Override (MESSAGE_TEXT_OVRD) |
Properties |
Description |
Tables |
CI_MD_TBL, CI_MD_TBL_FLD, CI_MD_TBL_L, CI_MD_TBL_FLD_L, CI_MD_FLD, CI_MD_FLD_L |
Standard Data Fields |
Table Name(TBL_NAME) · Table names must match with the physical table name or view name in the database. Field Name(FLD_NAME) · Field name must match with the physical column name in the database unless the field is a work field. Field name does not have to follow the prefixing standard unless the field is a work field or customer modification field. |
Customer Modification |
Audit Switches (AUDIT_INSERT_SW, AUDIT_UPDATE_SW, AUDIT_DELETE_SW), Audit Program Name (AUDIT_PGM_NAME), Audit Table Name (AUDIT_TBL_NAME), Override label (OVRD_LABEL) |
Properties |
Description |
Tables |
CI_MD_CONST, CI_MD_CONST_FLD |
Standard Data Fields |
Constraint Id(CONST_ID) · AA_CXXXXXP00 for Primary Constraints · AA_CXXXXXRnn for Foreign Key Constraints Where o AA : Product owner flag value o XXXXX : First 5 letters of the primary index name of the table o nn: integer 01..99 |
Customer Modification |
None |
Menus can be extended to support multiple products by adding a new menu line to an existing menu. The sequence number on the menu line language table (CI_MD_MENU_LINE_L) determines the order the menu lines appear. Within the same sequence, alphabetic sorting is used.
Properties |
Description |
Tables |
CI_MD_MENU, CI_MD_MENU_L, CI_MD_MENU_ITEM, CI_MD_MENU_ITEM_L, CI_MD_MENU_LINE, CI_MD_MENU_LINE_L |
Standard Data Fields |
Menu Name(MENU_NAME), Menu Item Id(MENU_ITEM_ID), Menu Line Id(MENU_LINE_ID) |
Customer Modification |
None |
Properties |
Description |
Tables |
CI_MD_PRG_COM, CI_MD_PRG_LOC, CI_MD_SVC, CI_MD_SVC_L, CI_MD_SVC_PRG, CI_MD_PRG_REF, CI_MD_PRG_MOD, CI_MD_PRG_EL_AT, CI_MD_PRG_ELEM, CI_MD_PRG_SEC, CI_MD_PRG_SQL, CI_MD_PRG_VAR, CI_MD_PRG_TAB |
Standard Data Fields |
Program Component Id(PROG_COM_ID), Location Id(LOC_ID), Program Component Name(PROG_COM_NAME), Service Name(SVC_NAME), Navigation Key(NAVIGATION_KEY) |
Customer Modification |
User Exit Program Name (USER_EXIT_PGM_NAME on CI_MD_PRG_COM), |
Properties |
Description |
Tables |
CI_MD_MO, CI_MD_MO_L, CI_MD_MO_TBL, CI_MD_MO_OPT, CI_MD_MO_ALG |
Standard Data Fields |
Maintenance Object Name(MO_NAME) |
Customer Modification |
None |
Properties |
Description |
Tables |
CI_MD_WRK_TBL, CI_MD_WRK_TBL_L, CI_MD_WRK_TBLFLD, CI_MD_MO_WRK |
Standard Data Fields |
Work Table Name (WRK_TBL_NAME) |
Customer Modification |
None |
Properties |
Description |
Tables |
CI_MD_SO, CI_MD_SO_L, CI_MD_SO_RSFLD, CI_MD_SO_RSFLDAT, CI_MD_SOCG, CI_MD_SOCG_FLD, CI_MD_SOCG_FLDAT, CI_MD_SOCG_L, CI_MD_SOCG_SORT |
Standard Data Fields |
Search Object Name (SO_CD) |
Customer Modification |
None |
Properties |
Description |
Tables |
CI_NAV_OPT, CI_NAV_OPT_L, CI_NAV_OPT_CTXT, CI_NAV_OPT_USG, CI_MD_NAV |
Standard Data Fields |
Navigation Option Code (NAV_OPT_CD), Navigation Key(NAVIGATION_KEY) |
Customer Modification |
Navigation Key Override (NAV_KEY_OVRD) |
Properties |
Description |
Tables |
CI_PORTAL_ZONE, CI_ZONE, CI_ZONE_L, CI_ZONE_PARM, CI_ZONE_HDL, CI_ZONE_HDL_L, CI_ZONE_HDL_PRM, CI_ZONE_HDL_PRM_L, CI_UI_ZONE |
Standard Data Fields |
Portal Code (PORTAL_CD), Zone Code (ZONE_CD), Zone Type Code (ZONE_HDL_CD) · A new Zone can be added to the Product owned Portal Pages. · The existing Zones cannot be removed from the Product owned Portal Pages.
|
Customer Modification |
Sort Sequence (SORT_SEQ) |
Properties |
Description |
Tables |
CI_SEQ |
Standard Data Fields |
Sequence Name (SEQ_NAME) |
Customer Modification |
Sequence Number (SEQ_NBR) · This field is updated by the application process and must be set to 1 initially. |
Properties |
Description |
Tables |
F1_SCHEMA |
Standard Data Fields |
Schema Name (SCHEMA_NAME) |
Customer Modification |
None |
Properties |
Description |
Tables |
CI_SCR, CI_SCR_L, CI_SCR_CRT, CI_SCR_CRT_GRP, CI_SCR_CRT_GRP_L, CI_SCR_DA, CI_SCR_FLD_MAP, CI_SCR_PRMPT, CI_SCR_PRMPT_L, CI_SCR_STEP, CI_SCR_STEP_L |
Standard Data Fields |
Script Code(SCR_CD) |
Customer Modification |
None |
Properties |
Description |
Tables |
CI_TD_TYPE, CI_TD_TYPE_L, CI_TD_SRTKEY_TY, CI_TD_DRLKEY_TY, CI_TD_SRTKEY_TY_L |
Standard Data Fields |
To Do Type Code(TD_TYPE_CD) |
Customer Modification |
Creation Batch Code (CRE_BATCH_CD), Route Batch Code (RTE_BATCH_CD), Priority Flag (TD_PRIORITY_FLG) |
Properties |
Description |
Tables |
CI_XAI_ADAPTER, CI_XAI_ADAPTER_L, CI_XAI_CLASS, CI_XAI_CLASS_L, CI_XAI_ENV_HNDL , CI_XAI_ENV_HNDL_L, CI_XAI_FORMAT, CI_XAI_FORMAT_L, CI_XAI_RCVR, CI_XAI_RCVR_L, CI_XAI_RCVR_CTX, CI_XAI_RCVR_RSP, CI_XAI_RCVR_RGRP, CI_XAI_SENDER, CI_XAI_SERNDER_L, CI_XAI_SNDR_CTX, CI_XAI_OPTION |
Standard Data Fields |
Adapter Id (XAI_ADAPTER_ID), Class Id (XAI_CLASS_ID), Envelope Handler Id (XAI_ENV_HNDL_ID), XAI Format Id (XAI_FORMAT_ID), Receiver Id (XAI_RCVR_ID), Sender Id (XAI_SENDER_ID) |
Customer Modification |
Option Value(OPTION_VALUE on CI_XAI_OPTION) |
The following XAI tables might have system data installed upon the initial installation but a subsequence system data upgrade process will not update the content of these table unless the change is documented in the database upgrade guide : CI_XAI_RCVR, CI_XAI_RCVR_L, CI_XAI_RCVR_CTX, CI_XAI_RCVR_RSP, CI_XAI_RCVR_RGRP, CI_XAI_SENDER, CI_XAI_SERNDER_L, CI_XAI_SNDR_CTX
Properties |
Description |
Tables |
CI_XAI_IN_SVC, CI_XAI_IN_SVC_L, CI_XAI_SVC_PARM |
Standard Data Fields |
To Do Type Code(TD_TYPE_CD), XAI Inbound Service Id (XAI_IN_SVC_ID), XAI Inbound Service Name (XAI_IN_SVC_NAME) |
Customer Modification |
XAI_IN_SVC_ID, XAI_IN_SVC_NAME, XAI_VERSION_ID, POST_ERROR_SW |
All data of the tables in this group belong to the Oracle Utilities Application Framework. No data modification or addition is allowed for these tables by base product development and customer modification. When an environment is upgraded to the next release of the Oracle Utilities Application Framework, the upgrade process will refresh the data in these tables.
· CI_MD_AT_DTL / CI_MD_AT_DTL_L
· CI_MD_ATT_TY
· CI_MD_CTL / CI_MD_CTL_L
· CI_MD_CTL_TMPL
· CI_MD_ELTY / CI_MD_ELTY_L
· CI_MD_ELTY_AT
· CI_MD_LOOKUP / CI_MD_LOOKUP_F
· CI_MD_PDF / CI_MD_PDF_VAL
· CI_MD_MSG / CI_MD_MSG_L
· CI_MD_SRC_TYPE / CI_MD_SRC_TYPE_L
· CI_MD_TMPL / CI_MD_TMPL_L
· CI_MD_TMPL_ELTY
· CI_MD_TMPL_VAR / CI_MD_TMPL_VAR_L
· CI_MD_VAR / CI_MD_VAR_DTL / CI_MD_VAR_DTL_L
· CI_XAI_EXECUTER / CI_XAI_EXECUTER_L
This section contains the names of system tables, upgrade actions, and a brief description of the tables. The upgrade actions are explained below.
Keep (KP): The data of the table in the customer’s database is kept untouched. No insert or delete is performed to this table by the upgrade process. The initial installation will add necessary data for the system
Merge (MG): The non-base product data of the table in the database is kept untouched. If the data belongs to the base product, any changes pertaining to the new version of the software are performed.
Refresh (RF): The existing data in the table is replaced with the data from the base product table.
Note. New product data is also inserted into tables marked as ‘Merge’. If implementers add rows for a customer specific enhancement, it can cause duplication when the system data gets upgraded to the next version. We strongly recommend following the guidelines on how to use designated range of values or prefixes to segregate the implementation data from the base product data.
Table Name |
Upgrade Action |
Description |
CI_ALG |
MG |
Algorithm |
CI_ALG_L |
MG |
Algorithm Language |
CI_ALG_PARM |
MG |
Algorithm Parameters |
CI_ALG_TYPE |
MG |
Algorithm Type |
CI_ALG_TYPE_L |
MG |
Algorithm Type Language |
CI_ALG_TYPE_PRM |
MG |
Algorithm Type Parameter |
CI_ALG_TYPE_PRM_L |
MG |
Algorithm Type Parameter Language |
CI_ALG_VER |
MG |
Algorithm Version |
CI_APP_SVC_ACC |
MG |
Application Service Access Mode |
CI_BATCH_CTRL |
MG |
Batch Control |
CI_BATCH_CTRL_L |
MG |
Batch Control Language |
CI_BATCH_CTRL_P |
MG |
Batch Control Parameters |
CI_BATCH_CTRL_P_L |
MG |
Batch Control Parameters Language |
CI_CHAR_ENTITY |
MG |
Characteristic Type Entity |
CI_CHAR_TYPE |
MG |
Characteristic Type |
CI_CHAR_TYPE_L |
MG |
Characteristic Type Language |
CI_CHAR_VAL |
MG |
Characteristic Type Value |
CI_CHAR_VAL_L |
MG |
Characteristic Type Value Language |
CI_DISP_ICON |
MG |
Display Icon |
CI_DISP_ICON_L |
MG |
Display Icon Language |
CI_FK_REF |
MG |
Foreign Key Reference |
CI_FK_REF_L |
MG |
Foreign Key Reference Language |
CI_LANGUAGE |
MG |
Language Code |
CI_LOOKUP_FIELD |
MG |
Lookup Field |
CI_LOOKUP_VAL |
MG |
Lookup Field Value |
CI_LOOKUP_VAL_L |
MG |
Lookup Field Value Language |
CI_MD_ATT_TY |
RF |
MD Element Attribute Type |
CI_MD_AT_DTL |
RF |
MD Element Attribute Type Detail |
CI_MD_AT_DTL_L |
RF |
MD Element Attribute Type Detail Language |
CI_MD_CONST |
MG |
Constraints |
CI_MD_CONST_FLD |
MG |
Constraint Fields |
CI_MD_CTL |
RF |
Generator Control |
CI_MD_CTL_L |
RF |
Generator Control Language |
CI_MD_CTL_TMPL |
RF |
Generator Control Template |
CI_MD_ELTY |
RF |
MD Element Type |
CI_MD_ELTY_AT |
RF |
Element Type Attributes |
CI_MD_ELTY_L |
RF |
Element Type Language |
CI_MD_FLD |
MG |
Field |
CI_MD_FLD_L |
MG |
Field Language |
CI_MD_LOOKUP |
RF |
MD Lookup Field Value |
CI_MD_LOOKUP_F |
RF |
MD Lookup Field |
CI_MD_MENU |
MG |
Menu Information |
CI_MD_MENU_IMOD |
MG |
Menu Item Module Maint |
CI_MD_MENU_ITEM |
MG |
Menu Item |
CI_MD_MENU_ITEM_L |
MG |
Menu Item Language |
CI_MD_MENU_L |
MG |
Menu Language |
CI_MD_MENU_LINE |
MG |
Menu Line |
CI_MD_MENU_LINE_L |
MG |
Menu Line Language |
CI_MD_MENU_MOD |
MG |
Menu Product Components |
CI_MD_MO |
MG |
Maintenance Object |
CI_MD_MO_ALG |
MG |
Maintenance Object Algorithm |
CI_MD_MO_L |
MG |
Maintenance Object Language |
CI_MD_MO_OPT |
MG |
Maintenance Object Option |
CI_MD_MO_TBL |
MG |
Maintenance Object Table |
CI_MD_MO_WRK |
MG |
Maintenance Object Work Tables |
CI_MD_MSG |
RF |
MD Message |
CI_MD_MSG_L |
RF |
MD Message Language |
CI_MD_NAV |
MG |
Navigation Key |
CI_MD_PDF |
RF |
Predefined Fields |
CI_MD_PDF_VAL |
RF |
Predefined Values |
CI_MD_PRG_COM |
MG |
Program Components |
CI_MD_PRG_ELEM |
MG |
UI Page Elements |
CI_MD_PRG_EL_AT |
MG |
UI Page Element Attributes |
CI_MD_PRG_LOC |
MG |
Program Location |
CI_MD_PRG_MOD |
MG |
Program Module |
CI_MD_PRG_SEC |
MG |
UI Page Sections |
CI_MD_PRG_SQL |
MG |
MD SQL Meta Data |
CI_MD_PRG_TAB |
MG |
UI Tab Meta Data |
CI_MD_PRG_VAR |
MG |
Program Variable |
CI_MD_SO |
MG |
Search Object |
CI_MD_SOCG |
MG |
Search Object Criteria Group |
CI_MD_SOCG_FLD |
MG |
Search Object Criteria Group Field |
CI_MD_SOCG_FLDAT |
MG |
Search Object Criteria Group Field Attribute |
CI_MD_SOCG_L |
MG |
Search Object Criteria Group Language |
CI_MD_SOCG_SORT |
MG |
Search Object Criteria Group Result Sort Order |
CI_MD_SO_L |
MG |
Search Object Language |
CI_MD_SO_RSFLD |
MG |
Search Object Result Field |
CI_MD_SO_RSFLDAT |
MG |
Search Object Result Field Attribute |
CI_MD_SRC_TYPE |
RF |
Source Type |
CI_MD_SRC_TYPE_L |
RF |
Source Type Language |
CI_MD_SVC |
MG |
MD Service |
CI_MD_SVC_L |
MG |
MD Service Language |
CI_MD_SVC_PRG |
MG |
MD Service Program |
CI_MD_TAB_MOD |
MG |
UI Tab Module |
CI_MD_TBL |
MG |
MD Table |
CI_MD_TBL_FLD |
MG |
MD Table Field |
CI_MD_TBL_FLD_L |
MG |
MD Table Field Language |
CI_MD_TBL_L |
MG |
MD Table Language |
CI_MD_TMPL |
RF |
Template |
CI_MD_TMPL_ELTY |
RF |
Template Element Types |
CI_MD_TMPL_L |
RF |
Template Language |
CI_MD_TMPL_VAR |
RF |
Template Variable |
CI_MD_TMPL_VAR_L |
RF |
Template Variable Language |
CI_MD_VAR |
RF |
Variable |
CI_MD_VAR_DTL |
RF |
Variable Detail |
CI_MD_VAR_DTL_L |
RF |
Variable Detail Language |
CI_MD_WRK_TBL |
MG |
Work Table |
CI_MD_WRK_TBLFLD |
MG |
Work Table Field |
CI_MD_WRK_TBL_L |
MG |
Work Table Language |
CI_MSG |
MG |
Message |
CI_MSG_CATEGORY |
MG |
Message Category |
CI_MSG_CATEGORY_L |
MG |
Message Category Language |
CI_MSG_L |
MG |
Message Language |
CI_NAV_OPT |
MG |
Navigation Option |
CI_NAV_OPT_CTXT |
MG |
Navigation Option Context |
CI_NAV_OPT_L |
MG |
Navigation Option Language |
CI_NAV_OPT_USG |
MG |
Navigation Option Usage |
CI_PORTAL |
MG |
Portal Page |
CI_PORTAL_L |
MG |
Portal Page Language |
CI_PORTAL_ZONE |
MG |
Portal Zone |
CI_SCR |
MG |
Script |
CI_SCR_CRT |
MG |
Script Criteria |
CI_SCR_CRT_GRP |
MG |
Script Criteria Group |
CI_SCR_CRT_GRP_L |
MG |
Script Criteria Group Language |
CI_SCR_DA |
MG |
Script Data Area |
CI_SCR_FLD_MAP |
MG |
Script Field Mapping |
CI_SCR_L |
MG |
Script Language |
CI_SCR_PRMPT |
MG |
Script Prompt |
CI_SCR_PRMPT_L |
MG |
Script Prompt Language |
CI_SCR_STEP |
MG |
Script Step |
CI_SCR_STEP_L |
MG |
Script Step Language |
CI_SEQ |
MG |
Sequence |
CI_TD_DRLKEY_TY |
MG |
To Do Type Drill Key |
CI_TD_SRTKEY_TY |
MG |
To Do Type Sort Key |
CI_TD_SRTKEY_TY_L |
MG |
To Do Type Sort Key Language |
CI_TD_TYPE |
MG |
To Do Type |
CI_TD_TYPE_L |
MG |
To Do Type Language |
CI_XAI_ADAPTER |
MG |
XAI Adapter |
CI_XAI_ADAPTER_L |
MG |
XAI Adapter Lang |
CI_XAI_CLASS |
MG |
XAI Class |
CI_XAI_CLASS_L |
MG |
XAI Class Language |
CI_XAI_ENV_HNDL |
MG |
XAI Envelope Handler |
CI_XAI_ENV_HNDL_L |
MG |
XAI Envelope Handler Language |
CI_XAI_EXECUTER |
RF |
XAI Executer |
CI_XAI_EXECUTER_L |
RF |
XAI Executer Language |
CI_XAI_FORMAT |
RF |
XAI Format |
CI_XAI_FORMAT_L |
RF |
XAI Format Language |
CI_XAI_IN_SVC |
MG |
XAI Inbound Service |
CI_XAI_IN_SVC_L |
MG |
XAI Inbound Service Language |
CI_XAI_SVC_PARM |
MG |
XAI Inbound Service Parameters |
CI_XAI_SVC_VERS |
MG |
XAI Inbound Service Version |
CI_XAI_SVC_VERS_L |
MG |
XAI Inbound Service Version Language |
CI_ZONE |
MG |
Zone |
CI_ZONE_HDL |
MG |
Zone Type |
CI_ZONE_HDL_L |
MG |
Zone Type Language |
CI_ZONE_HDL_PRM |
MG |
Zone Type Parameters |
CI_ZONE_HDL_PRM_L |
MG |
Zone Type Parameters Language |
CI_ZONE_L |
MG |
Zone Language |
CI_ZONE_PRM |
MG |
Zone Parameters |
F1_BUS_OBJ |
MG |
Business Object |
F1_BUS_OBJ_ALG |
MG |
Business Object Algorithm |
F1_BUS_OBJ_L |
MG |
Business Object Language |
F1_BUS_OBJ_OPT |
MG |
Business Object Option |
F1_BUS_OBJ_STATUS |
MG |
Business Object Status |
F1_BUS_OBJ_STATUS_ALG |
MG |
Business Object Status Algorithm |
F1_BUS_OBJ_STATUS_L |
MG |
Business Object Status Language |
F1_BUS_OBJ_STATUS_OPT |
MG |
Business Object Status Option |
F1_BUS_OBJ_TR_RULE |
MG |
Business Object Transition Rule |
F1_BUS_OBJ_TR_RULE_L |
MG |
Business Object Transition Rule Language |
F1_BUS_SVC |
MG |
Business Service |
F1_BUS_SVC_L |
MG |
Business Service Language |
F1_DATA_AREA |
MG |
Data Area |
F1_DATA_AREA_L |
MG |
Data Area Language |
F1_MAP |
MG |
UI Map |
F1_MAP_L |
MG |
UI Map Language |
F1_SCHEMA |
MG |
Schema |
SC_ACCESS_CNTL |
MG |
User Group Access Control |
SC_APP_SERVICE |
MG |
Application Service |
SC_APP_SERVICE_L |
MG |
Application Service Language |
SC_USR_GRP_PROF |
MG |
User Group Profile |