Main主要属性 1. Item Code 物料编码 2. Description 物料描述 3. Primary UOM 主单位 (指存储和销售单位。所有必需的转换操作都基于此单位。主要单位是在OracleReceivables 中输入的发票和贷项通知单的默认值。) 4. User Item Ty
原创 2021-07-21 13:53:14
354阅读
Set_Item_Property is used to change an object's settings at run time. Note that in some cases you can get but not set certain object properties. The following are Syntax of Set_Item_property command:S...
原创 2021-07-21 11:38:28
2909阅读
Highlight a Text Item in Oracle Forms With Visual AttributeIt is very necessary to highlight the current cursor text item in data entry forms so that a user can easily notice the current item. Steps t...
原创 2021-07-21 11:34:18
574阅读
The below plsql program unit could be used in a WHEN-NEW-FORM-INSTANCE trigger to initially populate the hierarchical tree with data in Oracle forms.DECLAREhtree ITEM;v_ignore NUMBER;rg_emps RECORDGRO...
原创 2021-07-21 11:33:25
596阅读
Example is given below to validate a Text Item in Oracle Forms with specific rules condition which can be define at run time with the use of T-List item and When-Validate-Item trigger. Below is the...
原创 2021-07-21 11:29:51
874阅读
If the mouse is in an item, SYSTEM.MOUSE_ITEM represents the name of that item as a CHAR value.For example, if the mouse is in Item1 in Block2, the value for SYSTEM.MOUSE_ITEM is :BLOCK2.ITEM1.SYSTEM....
原创 2021-07-21 11:29:53
515阅读
If the mouse is in an item, SYSTEM.MOUSE_ITEM represents the name of that item as a CHAR value.For example, if the mouse is in Item1 in Block2, the
原创 2021-07-21 11:30:11
420阅读
Add combo list / drop down list item element at runtime in Oracle forms.SyntaxPROCEDURE ADD_LIST_ELEMENT(list_name VARCHAR2,list_index, NUMBERlist_label VARCHAR2,list_value NUMBER);ExampleDeclare nEl...
原创 2021-07-21 11:33:25
2251阅读
Write Post-Query trigger for the block you want to fetch the field value for display item.ExampleBegin Select Ename into :datablock.dspname from emp where ecode = :datablock.ecode; -- Fi...
原创 2021-07-21 11:34:03
137阅读
SYSTEM.CURSOR_BLOCK Determining current block in Oracle Forms Using SYSTEM.CURSOR_BLOCK system variable. The value that the SYSTEM.CURSOR_BLOCK system variable represents depends on the current navig...
原创 2021-07-21 11:33:29
994阅读
Special Tips for List Items in Oracle D2k In this section, I shall discuss some special tips and techniques offered by Forms with respect to lists and list items. Populating List Items Dynamically i...
原创 2021-07-21 11:34:16
881阅读
今天刚发现原来Java EE 也有Oracle Certified Master(OCM)认证了:   Oracle Certified Master, Java EE 5 Enterprise Architect (includes Sun Certified Enterprise Architect (SCEA) Oracle Certified Master, Java S
原创 2011-10-26 20:40:12
499阅读
The following example finds the commission plan in the COMMPLAN table, based on the current value of the commcode item in the EMPLOYEE block in the form, to verify that the code is valid.If the code i...
原创 2021-07-21 11:29:43
1438阅读
APPLIES TO: Oracle Product Hub - Version 12.1.1 to 12.1.1 [Release 12.1] Oracle Inventory Management - Version 12.1.1 to 12.1.1 [Release 12.1]...
转载 2014-10-08 21:37:00
253阅读
目录一、适用及备注二、更新与优化三、数据采集流程四、“Receive data buffer”接收数据缓冲区定义(一)Resource.RcvBuffer”寄存器定义1.rowsPerFrame,行数:2.colsPerFrame,列数:3.帧数:(二)Receive Object:接收事件到帧内内存的映射1.Receive Object:(居然没了,可恶!)3.实际样本数(三)定义接收架构、获取
# Master-Master 架构简介 ## 什么是 Master-Master 架构? Master-Master 架构又称主主复制架构,是一种数据库复制方式。在这种架构中,多个“主”节点可以同时读写数据,各个主节点之间通过数据同步机制进行数据的实时或定期的同步。这种架构可以提高系统的可用性和负载均衡程度,适用于需要高并发读写的应用场景。 ## Master-Master 架构的特点
In this Document Purpose Scope Details Ask Questions, Get Help, And Share Your Experiences With This Article General How To Diagnostic Tools Known Iss
转载 2020-06-17 04:37:00
319阅读
2评论
物料Item广泛使用于企业实际工作中的方方面面,为了达致业务流程运作的规范化、标准化、自动化,实现企业“实物流、资金流、信息流”的统一,就必须在系统中对Item的相关流程属性作统一的、预先的设置。它是企业管理实践与业务流程运作如何实现“集中统一”的典型体现,是管理信息系统具有强大功能与高度灵活性的核心基础。因此,它也是系统实施与应用的关键步骤。EBS的Item可定义(或必需定义)的属性值总数多达3
转载 2024-04-30 20:22:20
108阅读
Mysql-master-master                              &
原创 2013-07-31 09:00:17
750阅读
Suppose you have two T-List items in form and you want to shift element values from one list to another in Oracle Forms, here is the example given below for the same. Create two buttons also between ...
原创 2021-07-21 11:34:15
547阅读
  • 1
  • 2
  • 3
  • 4
  • 5