我是靠谱客的博主 鲤鱼酒窝,最近开发中收集的这篇文章主要介绍查找Request,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Select * From  Apps.Fnd_Request_Groups  -----«@µÃApplication_id
 
Select * /*Fefv.Executable_Id*/
From   apps.Fnd_Executables_Form_v Fefv
Where   Fefv.Execution_Method_Code = 'P'
    And Fefv.Application_Id = 201;


Select *
From   apps.Fnd_Concurrent_Programs_Vl Fcpl
Where  Fcpl.Executable_Id =
    (Select Fefv.Executable_Id From apps.Fnd_Executables_Form_v Fefv Where Fefv.Executable_Name = 'VSINV029R');


Select Frg.Request_Group_Name, Fcpt.User_Concurrent_Program_Name
From   Apps.Fnd_Request_Groups Frg,
       Apps.Fnd_Request_Group_Units Frgu,
       Apps.Fnd_Concurrent_Programs_Tl Fcpt   
Where  Frg.Request_Group_Id = Frgu.Request_Group_Id
    And Frgu.Request_Unit_Id = Fcpt.Concurrent_Program_Id
   --And  frg.request_group_name='AUS_INV_SP'
   And Fcpt.User_Concurrent_Program_Name =  'VSINV029R ëŠ×Ó»¯ˆóUÇåƒÔ(180 x 66)'--'Material Shortage Check Processor' --'SDBOM001P.Main Copy BOM Procedure'--Like 'VSHR%'
     
     
     
     

最后

以上就是鲤鱼酒窝为你收集整理的查找Request的全部内容,希望文章能够帮你解决查找Request所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(61)

评论列表共有 0 条评论

立即
投稿
返回
顶部