DBA Data[Home] [Help]

APPS.PAY_JP_DATA_MIGRATION_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 4762: hr_all_organization_units hou,

4758: is
4759: select /*+ ORDERED */
4760: hoi.rowid row_id
4761: from per_business_groups_perf pbg,
4762: hr_all_organization_units hou,
4763: hr_organization_information hoi
4764: where pbg.legislation_code = 'JP'
4765: and hou.business_group_id = pbg.business_group_id
4766: and hoi.organization_id = hou.organization_id

Line 4831: hr_all_organization_units hou,

4827: is
4828: select /*+ ORDERED */
4829: count(hoi.org_information_id)
4830: from per_business_groups_perf pbg,
4831: hr_all_organization_units hou,
4832: hr_organization_information hoi
4833: where pbg.legislation_code = 'JP'
4834: and hou.business_group_id = pbg.business_group_id
4835: and hoi.organization_id = hou.organization_id