DBA Data[Home] [Help]

APPS.BEN_XDD_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_data_elmt_decd xdd
24: where xdd.ext_data_elmt_decd_id = p_ext_data_elmt_decd_id
25: and pbg.business_group_id = xdd.business_group_id;
26: --

Line 534: from per_business_groups a,

530: -- Declare cursor
531: --
532: cursor csr_leg_code is
533: select a.legislation_code
534: from per_business_groups a,
535: ben_ext_data_elmt_decd b
536: where b.ext_data_elmt_decd_id = p_ext_data_elmt_decd_id
537: and a.business_group_id(+) = b.business_group_id;
538: --