1. 程式人生 > >Oracle EBS 獲取公司段的本位幣

Oracle EBS 獲取公司段的本位幣

SELECT gls.currency_code
  FROM hr_organization_information_v t,
       gl_sets_of_books              gls
 WHERE t.org_information_context = 'Operating Unit Information'
   AND t.org_information5 = '10052'
   AND gls.set_of_books_id = t.org_information3