DBA Data[Home] [Help]

APPS.HXC_TKG_DEL dependencies on HXC_TK_GROUP_QUERY_CRITERIA

Line 67: delete from hxc_tk_group_query_criteria tkgqc

63: hxc_tkg_shd.g_api_dml := true; -- Set the api dml status
64:
65: -- first of all delete any child rows
66:
67: delete from hxc_tk_group_query_criteria tkgqc
68: where tkgqc.tk_group_query_id in
69: ( select tkgq.tk_group_query_id
70: from hxc_tk_group_queries tkgq
71: where tkgq.tk_group_id = p_rec.tk_group_id );