当前位置:网站首页>oracle EBS标准表的后缀解释说明
oracle EBS标准表的后缀解释说明
2022-07-02 06:24:00 【贤时间】
_all,是EBS基表,保存EBS系统数据,一般情况不要去修改标准表的配置,不然系统会出问题,当然也不能删除表数据。
去掉_all的视图,根据用户环境过滤掉组织,相当于普通的基表,我们直接使用它,就当它是基表。
_v,是EBS的视图,给Form和报表用,报表为了安全性,视图有安全性作用,一般是职责和profile的安全性限制。
_kfv,启用关键性弹性域的时候动态生成的视图,包含Concact过的字段组合
_dfv,启用描述性弹性域的时候动态生成的视图,我们取弹性域子段的描述的时候,需要用用户出口函数。
_tl,基表,有language字段,us肯定有,其他的看安装,多语言表,会存在多条数据,但是language字段不一样。
_vl,视图,根据环境设置过滤语种,所以做报表用_vl。
_s,序列号,用于表的主键等需要自动生成序列号的字段。
_API,EBS系统的标准Package,保证向后兼容,一般情况下不要去修改。
_PKG,EBS系统中常用的函数Package,Program,提供给需要的开发调用,可取到对应字段的数据。
_SV,Package,供Form调用。
转载自 https://www.modb.pro/db/60381
边栏推荐
- Latex error: the font size command \normalsize is not defined problem solved
- In depth study of JVM bottom layer (II): hotspot virtual machine object
- CVE-2015-1635(MS15-034 )远程代码执行漏洞复现
- Sqli-labs customs clearance (less15-less17)
- js判断数组中对象是否存在某个值
- 2021-07-19c CAD secondary development creates multiple line segments
- 在php的开发环境中如何调取WebService?
- PgSQL learning notes
- Go package name
- php中的二维数组去重
猜你喜欢

在php的开发环境中如何调取WebService?

Implement strstr() II

MySQL中的正则表达式

Build learning tensorflow

IDEA2020中PySpark的两表关联(字段名相同)

Apt command reports certificate error certificate verification failed: the certificate is not trusted

微信小程序基础

Ceaspectuss shipping company shipping artificial intelligence products, anytime, anywhere container inspection and reporting to achieve cloud yard, shipping company intelligent digital container contr

js中map和forEach的用法

Review of reflection topics
随机推荐
sqli-labs通关汇总-page2
Explanation and application of annotation and reflection
Sublime text configuring PHP compilation environment
Common prototype methods of JS array
flex九宫格布局
CTF three count
js中map和forEach的用法
Common function writing method and set get writing method for calculating attributes
Flex Jiugongge layout
There is no way to drag the win10 desktop icon (you can select it, open it, delete it, create it, etc., but you can't drag it)
How to try catch statements that return promise objects in JS
Sqli-labs customs clearance (less6-less14)
Anti shake and throttling of JS
The use of regular expressions in JS
Apt command reports certificate error certificate verification failed: the certificate is not trusted
There are multiple good constructors and room will problem
部署api_automation_test过程中遇到的问题
Write a thread pool by hand, and take you to learn the implementation principle of ThreadPoolExecutor thread pool
In depth study of JVM bottom layer (V): class loading mechanism
Review of reflection topics