概述
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所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复