DBA Data[Home] [Help]

APPS.BEN_XIC_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 128: from per_business_groups_perf pbg

124: -- Declare cursor
125: --
126: cursor csr_sec_grp is
127: select pbg.security_group_id
128: from per_business_groups_perf pbg
129: , ben_ext_incl_chg xic
130: where xic.ext_incl_chg_id = p_ext_incl_chg_id
131: and pbg.business_group_id = xic.business_group_id;
132: --