DBA Data[Home] [Help]

APPS.HXC_ATC_BUS dependencies on PER_BUSINESS_GROUPS

Line 30: from per_business_groups pbg

26: -- Declare cursor
27: --
28: cursor csr_sec_grp is
29: select pbg.security_group_id
30: from per_business_groups pbg
31: , hxc_alias_type_components atc
32: where atc.alias_type_component_id = p_alias_type_component_id;
33: --
34: -- Declare local variables

Line 99: from per_business_groups pbg

95: -- Declare cursor
96: --
97: cursor csr_leg_code is
98: select pbg.legislation_code
99: from per_business_groups pbg
100: , hxc_alias_type_components atc
101: where atc.alias_type_component_id = p_alias_type_component_id;
102: --
103: -- Declare local variables