DBA Data[Home] [Help]

APPS.BEN_XFI_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_file xfi
25: where xfi.ext_file_id = p_ext_file_id
26: and pbg.business_group_id = xfi.business_group_id;
27: --

Line 348: from per_business_groups a,

344: -- Declare cursor
345: --
346: cursor csr_leg_code is
347: select a.legislation_code
348: from per_business_groups a,
349: ben_ext_file b
350: where b.ext_file_id = p_ext_file_id
351: and a.business_group_id(+) = b.business_group_id;
352: --