DBA Data[Home] [Help]

APPS.PER_BBA_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_balance_amounts bba
30: where bba.balance_amount_id = p_balance_amount_id
31: and inf.organization_id = bba.business_group_id
32: and inf.org_information_context || '' = 'Business Group Information';