壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

楼主: 纵横四海

ERP系统常用SQL集锦

    [复制链接]
发表于 2007/1/29 18:49:10 | 显示全部楼层
谢谢阿 希望这个帖子一直顶起来
发表于 2007/1/30 14:59:32 | 显示全部楼层

太好了

太感谢楼主了啊!  不知道有没有ERP软件下载地址呀 给一个
发表于 2007/1/31 12:14:19 | 显示全部楼层

高手

向你学习 感谢分享
发表于 2007/3/15 16:44:07 | 显示全部楼层

查找LDT文件

Select 'FNDLOAD apps/oracle# 0 Y UPLOAD afcpprog.lct ' ||
       Fcp.Concurrent_Program_Name || '.ldt'
  From Fnd_Concurrent_Programs Fcp, Fnd_Concurrent_Programs_Tl Fcpt
Where Fcp.Concurrent_Program_Id = Fcpt.Concurrent_Program_Id
   And Fcp.Application_Id = Fcpt.Application_Id
   And Fcpt.Language = 'ZHS'
发表于 2007/3/27 19:38:36 | 显示全部楼层
楼主好厉害,感谢各位的奉献了。
发表于 2007/3/29 23:08:30 | 显示全部楼层
好,支持!!!!
发表于 2007/3/30 10:20:29 | 显示全部楼层

查询application_short_name的SQL语句

select b.application_name, a.application_short_name, a.basepath
  from fnd_application A, fnd_application_tl b
where a.application_id = b.application_id
   and b.language = 'ZHS'
发表于 2007/4/2 11:54:41 | 显示全部楼层

实在是太感谢了

实在是太感谢了,很棒啊!!
发表于 2007/4/2 18:03:57 | 显示全部楼层
楼主真的很大公无私,很感谢!
发表于 2007/4/2 19:28:02 | 显示全部楼层
GOOD!!頂!!!
发表于 2007/4/10 11:40:45 | 显示全部楼层
谢谢分享!
发表于 2007/4/12 14:26:00 | 显示全部楼层
謝謝!哪位發一下更新PO狀態的SQL
发表于 2007/4/16 15:50:10 | 显示全部楼层
謝謝 學到很多, 萬分感謝
 楼主| 发表于 2007/6/14 11:07:40 | 显示全部楼层

查询配置文件,值的SQL

  1. select a.USER_PROFILE_OPTION_NAME 配置文件名,
  2.        c.user_name 用户名,
  3.        b.profile_option_value 配置文件值,
  4.        a.PROFILE_OPTION_ID ,
  5.        c.user_id,
  6.        c.rowid,
  7.        b.rowid
  8.   from FND_PROFILE_OPTIONS_VL a, fnd_profile_option_values b, fnd_user c
  9. where a.USER_PROFILE_OPTION_NAME = 'FND:诊断'
  10.    and a.PROFILE_OPTION_ID = b.profile_option_id
  11.    and c.user_id = b.level_value
  12.    and b.level_id = 10004 --10004为用户层
复制代码
 楼主| 发表于 2007/6/14 14:42:16 | 显示全部楼层

sysadmin替人审批

  1. select t.message_type,
  2.        t.begin_date,
  3.        t.responder,
  4.        t.from_user,
  5.        t.to_user,
  6.        t.subject
  7.   from wf_notifications t
  8. where t.responder = 'SYSADMIN'
  9.    and t.recipient_role <> t.responder
  10.    and t.begin_date between to_date('20070101', 'YYYYMMDD') and
  11.        to_date('20070331', 'YYYYMMDD')
复制代码
发表于 2007/7/18 17:30:15 | 显示全部楼层

顶一下

谢谢lz,继续坚持,把这个帖子顶起来!:wsy!)
发表于 2007/7/19 14:14:16 | 显示全部楼层
好东西
发表于 2007/7/20 12:19:12 | 显示全部楼层

无关内容

LZ的照片向韩国的那位男影星呀!!!
发表于 2007/8/15 13:54:23 | 显示全部楼层

Thanks all

不错,不过好象是05年的贴子,对Oracle 11i是否有效.
发表于 2007/8/15 13:59:31 | 显示全部楼层
当然有效了
05年的时候11i 正火爆的时候
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/29 03:45 , Processed in 0.026756 second(s), 15 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表