DBA Data[Home] [Help]

APPS.OTA_TMT_BUS dependencies on HR_ORGANIZATION_INFORMATION

Line 27: from hr_organization_information inf

23: -- Declare cursor
24: --
25: cursor csr_sec_grp is
26: select inf.org_information14
27: from hr_organization_information inf
28: ,ota_tp_measurement_types tmt
29: where tmt.tp_measurement_type_id = p_tp_measurement_type_id
30: and inf.organization_id = tmt.business_group_id
31: and inf.org_information_context || '' = 'Business Group Information';