carlo

根据请求简称\'GLXRLACH\',查找请求:

 

SELECT *
  FROM apps.fnd_concurrent_programs fcp
 WHERE fcp.concurrent_program_name = \'GLXRLACH\';

 

取出请求的程序ID 之后,从多语言表中读取 其他信息

SELECT *
  FROM apps.fnd_concurrent_programs_tl t
 WHERE t.concurrent_program_id = 31697;

 

 

 

分类:

技术点:

相关文章:

  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2021-09-20
  • 2021-09-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-23
  • 2022-12-23
  • 2021-07-09
  • 2021-04-07
相关资源
相似解决方案