DBA Data[Home] [Help]

APPS.PER_POS_BUS dependencies on HR_ORGANIZATION_INFORMATION

Line 92: from hr_organization_information inf

88: -- Declare cursor
89: --
90: cursor csr_sec_grp is
91: select inf.org_information14
92: from hr_organization_information inf
93: , per_positions pos
94: where pos.position_id = p_position_id
95: and inf.organization_id = pos.business_group_id
96: and inf.org_information_context || '' = 'Business Group Information';