DBA Data[Home] [Help]

APPS.HXC_ERR_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 29: from per_business_groups_perf pbg

25:
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: --

Line 106: from per_business_groups_perf pbg

102: Return Varchar2 Is
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