DBA Data[Home] [Help]

APPS.HXC_ERR_BUS dependencies on HXC_ERRORS

Line 30: , hxc_errors hxc

26: /* cursor csr_sec_grp is
27: select pbg.security_group_id,
28: pbg.legislation_code
29: from per_business_groups_perf pbg
30: , hxc_errors hxc
31: where hxc.error_id = p_error_id;
32: */
33: --
34: -- Declare local variables

Line 107: , hxc_errors hxc

103:
104: cursor csr_leg_code is
105: select pbg.legislation_code
106: from per_business_groups_perf pbg
107: , hxc_errors hxc
108: where hxc.error_id = p_error_id;
109: --
110: -- Declare local variables
111: --