SELECT *
FROM bis_operating_units_v bouv,
fnd_responsibility_vl frv,
hr_all_organization_units hou
where bouv.id = hou.organization_id
and bouv.responsibility_id = frv.RESPONSIBILITY_ID

相关文章:

  • 2021-06-29
  • 2021-07-12
  • 2021-06-21
  • 2022-12-23
  • 2021-07-20
  • 2021-12-15
  • 2021-12-29
  • 2022-12-23
猜你喜欢
  • 2021-07-26
  • 2021-07-30
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2021-08-11
  • 2022-12-23
相关资源
相似解决方案