DBA Data[Home] [Help]

APPS.HXC_HAC_DEL dependencies on HXC_APPROVAL_COMPS

Line 66: -- Delete the hxc_approval_comps row.

62: end if;
63: --
64: hxc_hac_shd.g_api_dml := true; -- Set the api dml status
65: --
66: -- Delete the hxc_approval_comps row.
67: --
68:
69: delete from hxc_approval_comps
70: where parent_comp_id = p_rec.approval_comp_id and

Line 69: delete from hxc_approval_comps

65: --
66: -- Delete the hxc_approval_comps row.
67: --
68:
69: delete from hxc_approval_comps
70: where parent_comp_id = p_rec.approval_comp_id and
71: parent_comp_ovn = p_rec.object_version_number;
72:
73: delete from hxc_approval_comps

Line 73: delete from hxc_approval_comps

69: delete from hxc_approval_comps
70: where parent_comp_id = p_rec.approval_comp_id and
71: parent_comp_ovn = p_rec.object_version_number;
72:
73: delete from hxc_approval_comps
74: where approval_comp_id = p_rec.approval_comp_id;
75: --
76: hxc_hac_shd.g_api_dml := false; -- Unset the api dml status
77: --

Line 219: (p_module_name => 'HXC_APPROVAL_COMPS'

215: --
216: when hr_api.cannot_find_prog_unit then
217: --
218: hr_api.cannot_find_prog_unit_error
219: (p_module_name => 'HXC_APPROVAL_COMPS'
220: ,p_hook_type => 'AD');
221: --
222: end;
223: --