DBA Data[Home] [Help]

APPS.PAY_JP_DATA_MIGRATION_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 4922: hr_all_organization_units hou,

4918: is
4919: select /*+ ORDERED */
4920: hoi.rowid row_id
4921: from per_business_groups_perf pbg,
4922: hr_all_organization_units hou,
4923: hr_organization_information hoi
4924: where pbg.legislation_code = 'JP'
4925: and hou.business_group_id = pbg.business_group_id
4926: and hoi.organization_id = hou.organization_id

Line 4991: hr_all_organization_units hou,

4987: is
4988: select /*+ ORDERED */
4989: count(hoi.org_information_id)
4990: from per_business_groups_perf pbg,
4991: hr_all_organization_units hou,
4992: hr_organization_information hoi
4993: where pbg.legislation_code = 'JP'
4994: and hou.business_group_id = pbg.business_group_id
4995: and hoi.organization_id = hou.organization_id