- 博客(7)
- 收藏
- 关注
转载 行轉列
SELECT listagg(wip_entity_name,'||')within group(ORDER BY wip_entity_name) FROM wip_entities WHERE 1 = ...
2014-04-16 11:47:40
110
转载 COMMIT在FORM中用法
1.commit_form针对form上面的数据变动进行commit,对于代码中的类似update,insert语句也进行提交;如果form上面的数据变动和代码中的数据变动有冲突,最后以界面上的为准。2.do_key...
2014-04-03 15:26:24
196
转载 WITH AS在PL/SQL中的使用
用法一:DECLARECURSOR cu_1 ISWITH wip_entities_v AS (SELECT * FROM wip_Entities WHERE 1 = 1 AND wip_Entity_na...
2014-04-02 10:45:25
790
转载 FRM-41051:Cannot set ENABLED attribute of current item %s.%s.
設置某個ITEM不可用時,會報FRM-41051:Cannot set ENABLED attribute of current item %s.%s.的錯誤信息。解決:在SEt_item_property語句之前先寫GO_...
2014-03-31 15:03:33
417
转载 FRM-30187:Size of CHAR column in record group must be between 1 and 2000
FORM上傳編譯后報錯:FRM-30187:Size of CHAR column in record group must be between 1 and 2000解決方案: 查看Record Group中的L...
2014-03-11 11:34:15
185
转载 FRM-40106:No navigable items in destination block.
FORM打開時報錯--FRM-40106:No navigable items in destination block.原因一:目标Block里面没有可导航的Item,也就是说要么目標Block没有Item,要么你的...
2014-03-11 09:56:04
1106
转载 APP-FND-01238:Cannot set value for field....
存在主從兩個BLOCK,在點保存時,從塊報APP-FND-01238:Cannot set value for field..的錯誤,如下圖所示:原因:因需循環查出從塊的數據,但又不想循環完后系統自動新增一筆空的數據...
2014-03-10 15:39:44
401
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人