- 博客(127)
- 收藏
- 关注
转载 删除数组元素
-- Created on 2013-9-16 by ADMINISTRATOR declare -- Local variables here i integer; TYPE tbl_test IS TABLE OF ...
2013-09-16 09:35:29
192
转载 R12 获取采购行税
SELECT qrslt.trx_id po_header_id ,qrslt.line_trx_user_key1 po_line_num ,qrslt.tax_rate_code...
2013-08-30 09:44:05
552
转载 开发中碰到的11i与R12的一些区别 (转)
开发中碰到的11i与R12的一些区别 分类: Oracle 2011-08-05 09:17 515人阅读 评论(0) 收藏 举报 calendarreportnulloracle报表引擎简单的说1、架...
2013-08-27 20:30:11
173
转载 AR收款相关汇总金额
ARP_PROCESS_RCTS.post_query_logic-- Created on 2013-8-2 by ADMINISTRATOR declare -- Local variables here i in...
2013-08-02 15:27:05
223
转载 AR:撤消收款核销记帐
-- Created on 2013-8-2 by ADMINISTRATOR declare -- Local variables here i integer; x_return_status varchar2(1)...
2013-08-02 11:19:30
249
转载 AR收款核销记帐on_account
-- Created on 2013-8-2 by ADMINISTRATOR declare -- Local variables here i integer; x_return_status varchar2(1)...
2013-08-02 11:00:54
465
转载 PO审请单用AME进行审批报APP-PO-14142 WF_Error-000: ORA-0000 normal EBS12.1.1
If AME is intentionally used, this is fixed by file version POXAPAPC.pld 120.18.12010000.3 or higher:1. Downlo...
2013-07-29 14:43:09
328
转载 订单相关金额API
declare x_subtotal number; x_discount number; x_charges number; x_tax number;beginoe_oe_totals_summary.ORDER_T...
2013-07-24 09:57:35
153
转载 更新客户头
-- Created on 2013-7-8 by ADMINISTRATOR declare -- Local variables here i integer; g_module varchar2(30) := 'T...
2013-07-19 10:30:06
199
转载 更新客户地址
-- Created on 2013-7-8 by ADMINISTRATOR declare -- Local variables here i integer; g_module varchar2(30) := 'T...
2013-07-19 10:29:11
324
转载 把OAF个性化显示出来
中文: PROFIEL 设置 =>个性化自助定义,设为是 FND:已启用“个性化区域”链接英文: Personalize Self-Service Defn ...
2013-07-18 10:28:47
169
转载 创建AR收款
-- Created on 2013-7-17 by ADMINISTRATOR declare -- Local variables here i integer; v_attribute_rec Ar_receipt...
2013-07-17 17:51:52
183
转载 更新保留
-- Created on 2013-7-8 by ADMINISTRATOR declare -- Local variables here l_old_rsv_rec inv_reservation_global.mt...
2013-07-17 15:37:28
139
转载 SO保留PO
-- Created on 2013-7-8 by ADMINISTRATOR declare -- Local variables here l_rsv_rec inv_reservation_global.mtl_re...
2013-07-17 15:34:59
159
转载 SO保留库存
-- Created on 2013-7-8 by ADMINISTRATOR declare -- Local variables here l_rsv_rec inv_reservation_global.mtl_re...
2013-07-17 14:55:33
237
转载 创建SO
-- Created on 2013-5-13 by ADMINISTRATOR declare -- Local variables here i integer; l_header_rec oe_...
2013-07-08 15:49:00
114
转载 PO接收入库
-- Created on 2013-5-8 by ADMINISTRATOR declare -- Local variables here i integer; l_iface_rcv_header_rec rcv_...
2013-05-10 13:31:15
408
转载 更新PO
-- Created on 2013-5-7 by ADMINISTRATOR declare -- Local variables here i integer; l_result number; x_api_err...
2013-05-10 13:28:27
216
转载 创建PO
-- Created on 2013-5-7 by ADMINISTRATOR declare -- Local variables here i integer; l_header_rec...
2013-05-10 13:24:41
163
转载 WMS item与LPN的关系
WMS item与LPN的关系:select msi.segment1 item_num, wlpn.license_plate_number, wlc.quantity from WMS_LPN_CONTENTS...
2013-04-11 17:07:46
765
转载 开启EBS 帮助=>诊断
对于EBS技术顾问来讲,EBS帮助=>诊断和历史记录的功能运用很重要,要启用此功能,只需要对一个系统配置文件作个配置即可:系统管理员=>配置文件=>系统=>公用程序:诊断,改为是即可! ...
2013-04-11 16:51:43
377
转载 R12 XLA_TRANSACTION_ENTITIES查询
XLA_TRANSACTION_ENTITIES是R12关联会计分录跟业务事务处理数据的一个表,今天我用select * from XLA_TRANSACTION_ENTITIES xtewhere xte.ledger_i...
2013-04-01 16:13:19
948
转载 控制一张订单的所有行必须同时挑库发运和开票
通过订单头的行集,订单行的发运集+完成集做到一张订单的所有行必须同时挑库发运和开票相关配置文件 : OM: 为每个行分配新集鼠标右键可以设置发运集、到货集和完成集组织的发运参数的"挑库发放"属性设置选定"强制使用发运...
2013-03-14 13:55:02
127
转载 如果工作流已经审批了但OM订单状态还没改变
如果工作流已经审批了但OM订单状态还没改变,那就需要跑下"工作流后台引擎"请求路径:INV->工作流后台引擎 ...
2013-03-12 15:50:47
286
转载 把找不到审批人的日记帐回退
update gl_je_batches gjb set gjb.approval_status_code = 'R' where gjb.je_batch_id in (select gjh.je_batch_id...
2013-02-20 15:46:40
144
转载 用CASE WHEN 排序
今天看到了一条用CASE WHEN排序的SQL语句,觉得很有用,所以作下笔记.SQL> SELECT ORDSEQ,ITMNO,VERNO,COSTNO,CHGTY,PRD FROM ORDITMCOST WHERE ...
2010-04-27 17:11:05
210
转载 行链接/行迁移
8以上版本的ROWID组成 OOOOOOFFFBBBBBBRRR 8以下ROWID组成(也叫受限Rowid) BBBBBBBB.RRRR.FFFF 其中,O序列是对象ID,F序列是文件ID,B序列是块ID,R序列是行ID...
2010-02-03 09:41:35
127
转载 ORACLE_SID,INSTANCE_NAME,DB_NAME
【一】对ORACLE_SID的理解 Oracle中SID的作用类似于一个“开关变量”---引导Oracle在实例启动时如何去默认位置下读取适当的参数文件并加载,以正确启动实例。我们知道实例的启动需要指定pfile/spf...
2009-11-20 09:34:09
280
转载 改变表的列的顺序
SQL> connect dbown/dbown@test;Connected to Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 Connected ...
2009-11-18 22:59:21
79
转载 constraint 的disable,enable,validate,novalidate
一、组合特性说明:是否要求满足约束Validate Novalidate 已...
2009-10-28 21:09:08
230
转载 想不到唯一键会锁住插入
一直以为,当插入记录违反唯一键约束时,最多会提示错误,怎么也想不到会锁住。今天在工作中发生了死锁问题,最后发现这是由于唯一键造成的。下面做个测试:create table test ( id number uniqu...
2009-08-10 23:09:34
158
转载 关于唯一键(Unique)
SQL> create table test_ranbo(id number);Table createdSQL> alter table test_ranbo add constraint test_ranbo...
2009-07-10 12:31:17
292
转载 Oracle EM Dbconsole 配置 附emca 常用命令
oracle 安装好后 在命令行输入 $ emca –config dbcontrol db C:\>set ORACLE_SID=orcl C:\>emctl start dbconsole...
2009-07-08 23:14:38
249
转载 char类型有数据时可以转变为nchar,反过来不行
SQL> create table test_char(name char(2000));Table createdSQL> insert into test_char values('test');1 row...
2009-06-29 23:12:16
328
转载 关于表约束constraint
可以使用disable,enable novalidate,enable validate选项。可用于检查历史数据是否违反某种业务规则,并找出这些记录!CREATE TABLE t1 (c1 NUMBER,c2 NUMBER...
2009-05-22 11:27:12
144
转载 itpub是一种精神寄托
自从一月份离职,然后回家,二月份又找到一份新的工作,一直都很忙,一直都没空上来itpub走走了。同时也感觉自己的ORACLE DBA梦越来越远了,也感觉自己对oracle的感觉也远了,尽管现在的工作数据库后台也是oracle.今...
2009-04-21 22:55:28
96
转载 统计2008年每张单的数量---用group by 与否的巨大区别
连接到: Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit ProductionWith the Partitioning, OLAP and Oracle Da...
2008-12-31 14:02:58
95
转载 物化视图的query_rewrite_enabled属性
SQL> set timing on;SQL> set autotrace traceonly;SQL> select ordseq,sum(qty) from orditmdtl group by o...
2008-12-30 09:38:31
228
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人