博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
EBS-BG&LE&OU
阅读量:6699 次
发布时间:2019-06-25

本文共 1058 字,大约阅读时间需要 3 分钟。

SELECT DISTINCT hrl.country,

                hroutl_bg.NAME            bg,
                hroutl_bg.organization_id,
                lep.legal_entity_id,
                lep.NAME                  legal_entity,
                hroutl_ou.NAME            ou_name,
                hroutl_ou.organization_id org_id,
                hrl.location_id,
                hrl.location_code,
                glev.flex_segment_value
  FROM xle_entity_profiles          lep,
       xle_registrations            reg,
       hr_locations_all             hrl,
       hz_parties                   hzp,
       fnd_territories_vl           ter,
       hr_operating_units           hro,
       hr_all_organization_units_tl hroutl_bg,
       hr_all_organization_units_tl hroutl_ou,
       hr_organization_units        gloperatingunitseo,
       gl_legal_entities_bsvs       glev
WHERE lep.transacting_entity_flag = 'Y'
   AND lep.party_id = hzp.party_id
   AND lep.legal_entity_id = reg.source_id
   AND reg.source_table = 'XLE_ENTITY_PROFILES'
   AND hrl.location_id = reg.location_id
   AND reg.identifying_flag = 'Y'
   AND ter.territory_code = hrl.country
   AND lep.legal_entity_id = hro.default_legal_context_id
   AND gloperatingunitseo.organization_id = hro.organization_id
   AND hroutl_bg.organization_id = hro.business_group_id
   AND hroutl_ou.organization_id = hro.organization_id
   AND glev.legal_entity_id = lep.legal_entity_id;

转载地址:http://smloo.baihongyu.com/

你可能感兴趣的文章
餐馆的故事-浅析职责链模式
查看>>
jmeter跨线程组传值
查看>>
Console-算法[for]-国王与老人的六十四格
查看>>
C#中POST数据和接收的几种方式
查看>>
php输出mysqli查询出来的结果
查看>>
[唐诗]182宫中行乐词(其一)-李白
查看>>
设计模式之禅之六大设计原则-依赖倒置原则
查看>>
ML2 配置 OVS VxLAN - 每天5分钟玩转 OpenStack(146)
查看>>
【转】TCP协议的无消息边界问题
查看>>
SQL Server-数据类型(七)
查看>>
Android Studio项目整合PullToRefresh的问题记录
查看>>
Variant 与 内存泄露
查看>>
WebSocket实战之————GatewayWorker使用笔记例子
查看>>
动手实践 Linux VLAN - 每天5分钟玩转 OpenStack(13)
查看>>
C语言 第八章 函数、指针与宏
查看>>
177.2. repository 管理
查看>>
[20150629]12c物化视图刷新Out of place
查看>>
基于.net开发chrome核心浏览器【四】
查看>>
Linux下编译安装Apache httpd 2.4
查看>>
.subversion
查看>>