DBA Data[Home] [Help]

APPS.HXC_TKGQ_DEL dependencies on HXC_TK_GROUP_QUERY_CRITERIA

Line 62: delete from hxc_tk_group_query_criteria tkgqc

58: hxc_tkgq_shd.g_api_dml := true; -- Set the api dml status
59:
60: -- first of all delete any child rows
61:
62: delete from hxc_tk_group_query_criteria tkgqc
63: where tkgqc.tk_group_query_id in
64: ( select tkgq.tk_group_query_id
65: from hxc_tk_group_queries tkgq
66: where tkgq.tk_group_id = p_rec.tk_group_id );