DBA Data[Home] [Help]

APPS.BEN_XER_BUS dependencies on PER_BUSINESS_GROUPS

Line 23: from per_business_groups pbg

19: -- Declare cursor
20: --
21: cursor csr_sec_grp is
22: select pbg.security_group_id
23: from per_business_groups pbg
24: , ben_ext_data_elmt_in_rcd bde
25: where bde.ext_data_elmt_in_rcd_id = p_ext_data_elmt_in_rcd_id
26: and pbg.business_group_id = bde.business_group_id;
27: --

Line 1318: from per_business_groups a,

1314: -- Declare cursor
1315: --
1316: cursor csr_leg_code is
1317: select a.legislation_code
1318: from per_business_groups a,
1319: ben_ext_data_elmt_in_rcd b
1320: where b.ext_data_elmt_in_rcd_id = p_ext_data_elmt_in_rcd_id
1321: and a.business_group_id(+) = b.business_group_id;
1322: --