DBA Data[Home] [Help]

APPS.HXC_TKGQ_UPD dependencies on HXC_TK_GROUP_QUERIES

Line 66: -- Update the hxc_tk_group_queries Row

62: p_rec.object_version_number := p_rec.object_version_number + 1;
63: --
64: hxc_tkgq_shd.g_api_dml := true; -- Set the api dml status
65: --
66: -- Update the hxc_tk_group_queries Row
67: --
68: update hxc_tk_group_queries
69: set
70: tk_group_query_id = p_rec.tk_group_query_id

Line 68: update hxc_tk_group_queries

64: hxc_tkgq_shd.g_api_dml := true; -- Set the api dml status
65: --
66: -- Update the hxc_tk_group_queries Row
67: --
68: update hxc_tk_group_queries
69: set
70: tk_group_query_id = p_rec.tk_group_query_id
71: ,tk_group_id = p_rec.tk_group_id
72: ,group_query_name = p_rec.group_query_name