DBA Data[Home] [Help]

APPS.HXC_TKG_DEL dependencies on HXC_TK_GROUPS

Line 76: -- Delete the hxc_tk_groups row.

72:
73: delete from hxc_tk_group_queries tkgq
74: where tkgq.tk_group_id = p_rec.tk_group_id;
75:
76: -- Delete the hxc_tk_groups row.
77:
78: delete from hxc_tk_groups tkg
79: where tkg.tk_group_id = p_rec.tk_group_id;
80: --

Line 78: delete from hxc_tk_groups tkg

74: where tkgq.tk_group_id = p_rec.tk_group_id;
75:
76: -- Delete the hxc_tk_groups row.
77:
78: delete from hxc_tk_groups tkg
79: where tkg.tk_group_id = p_rec.tk_group_id;
80: --
81: hxc_tkg_shd.g_api_dml := false; -- Unset the api dml status
82: --