DBA Data[Home] [Help]

APPS.HXC_TKG_DEL dependencies on HXC_TK_GROUP_QUERIES

Line 70: from hxc_tk_group_queries tkgq

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 );
72:
73: delete from hxc_tk_group_queries tkgq
74: where tkgq.tk_group_id = p_rec.tk_group_id;

Line 73: delete from hxc_tk_group_queries tkgq

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 );
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: