DBA Data[Home] [Help]

APPS.PER_BPR_BUS dependencies on HR_ORGANIZATION_INFORMATION

Line 28: from hr_organization_information inf

24: -- Declare cursor
25: --
26: cursor csr_sec_grp is
27: select inf.org_information14
28: from hr_organization_information inf
29: , per_bf_payroll_runs bpr
30: where bpr.payroll_run_id = p_payroll_run_id
31: and inf.organization_id = bpr.business_group_id
32: and inf.org_information_context || '' = 'Business Group Information';