当前位置:网站首页>Explanation of suffix of Oracle EBS standard table
Explanation of suffix of Oracle EBS standard table
2022-07-02 07:05:00 【Virtuous time】
_all, yes EBS Base watch , preservation EBS system data , Generally, do not modify the configuration of the standard table , Otherwise, the system will have problems , Of course, you cannot delete table data .
Get rid of _all The view of , Filter out the organization according to the user environment , Equivalent to a common base table , We use it directly , Think of it as a base table .
_v, yes EBS The view of , to Form And report , Reports for security , Views have a security role , Generally, it is responsibility and profile Security restrictions for .
_kfv, Dynamically generated views when key elastic domains are enabled , contain Concact Used field combinations
_dfv, Dynamically generated views when descriptive elastic fields are enabled , When we take the description of elastic domain sub segment , You need to use the user exit function .
_tl, Base watch , Yes language Field ,us There must be , See installation for others , Multilingual table , There will be multiple pieces of data , however language The fields are different .
_vl, View , Filter languages according to environment settings , So it's used for reporting _vl.
_s, Serial number , Fields that need to automatically generate serial numbers, such as the primary key of the table .
_API,EBS Standard of the system Package, Ensure backward compatibility , Generally, don't modify .
_PKG,EBS Functions commonly used in the system Package,Program, Provide the required development calls , Get the data of the corresponding field .
_SV,Package, for Form call .
Reprinted from https://www.modb.pro/db/60381
边栏推荐
- Date time API details
- sqli-labs通关汇总-page4
- SQLI-LABS通关(less18-less20)
- Browser scrolling for more implementations
- The boss said: whoever wants to use double to define the amount of goods, just pack up and go
- Oracle段顾问、怎么处理行链接行迁移、降低高水位
- Wechat applet Foundation
- Stress test modification solution
- Win10: add or delete boot items, and add user-defined boot files to boot items
- DeprecationWarning: . ix is deprecated. Please use. loc for label based indexing or. iloc for positi
猜你喜欢
随机推荐
Thinkphp5中一个字段对应多个模糊查询
PHP Session原理简析
微信小程序基础
ORACLE 11G利用 ORDS+pljson来实现json_table 效果
ORACLE EBS ADI 开发步骤
js判断对象是否为空
js数组的常用的原型方法
js的防抖和节流
Sqli labs customs clearance summary-page1
Anti shake and throttling of JS
The table component specifies the concatenation parallel method
How to debug wechat built-in browser applications (enterprise number, official account, subscription number)
Write a thread pool by hand, and take you to learn the implementation principle of ThreadPoolExecutor thread pool
How to call WebService in PHP development environment?
PXC high availability cluster summary
JS divides an array into groups of three
ORACLE EBS 和 APEX 集成登录及原理分析
sqli-labs通关汇总-page1
Recursion (maze problem, Queen 8 problem)
php中获取汉字拼音大写首字母









