DBA Data[Home] [Help]

APPS.PER_APR_BUS dependencies on HR_ORGANIZATION_INFORMATION

Line 30: from hr_organization_information inf

26: -- Declare cursor
27:
28: cursor csr_sec_grp is
29: select inf.org_information14
30: from hr_organization_information inf
31: , per_appraisals apr
32: where apr.appraisal_id = p_appraisal_id
33: and inf.organization_id = apr.business_group_id
34: and inf.org_information_context || '' = 'Business Group Information';