DBA Data[Home] [Help]

APPS.BEN_XID_BUS dependencies on PER_BUSINESS_GROUPS

Line 22: from per_business_groups pbg

18: -- Declare cursor
19: --
20: cursor csr_sec_grp is
21: select pbg.security_group_id
22: from per_business_groups pbg
23: , ben_ext_incl_data_elmt xid
24: where xid.ext_incl_data_elmt_id = p_ext_incl_data_elmt_id
25: and pbg.business_group_id = xid.business_group_id;
26: --

Line 270: from per_business_groups a,

266: -- Declare cursor
267: --
268: cursor csr_leg_code is
269: select a.legislation_code
270: from per_business_groups a,
271: ben_ext_incl_data_elmt b
272: where b.ext_incl_data_elmt_id = p_ext_incl_data_elmt_id
273: and a.business_group_id(+) = b.business_group_id;
274: --