DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on HR_ORGANIZATION_INFORMATION

Line 26: from hr_organization_information inf

22: -- Declare cursor
23: --
24: cursor csr_sec_grp is
25: select inf.org_information14
26: from hr_organization_information inf
27: , hr_all_positions_f pos
28: where pos.position_id = p_position_id
29: and inf.organization_id = pos.business_group_id
30: and inf.org_information_context || '' = 'Business Group Information';