DBA Data[Home] [Help]

APPS.PER_BPD_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_payment_details bpd
30: where bpd.payment_detail_id = p_payment_detail_id
31: and inf.organization_id = bpd.business_group_id
32: and inf.org_information_context || '' = 'Business Group Information';