DBA Data[Home] [Help]

APPS.HXC_HAT_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_types hat
32: where hat.alias_type_id = p_alias_type_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_types hat
101: where hat.alias_type_id = p_alias_type_id;
102: --
103: -- Declare local variables