DBA Data[Home] [Help]

APPS.HXC_TKG_UPD dependencies on HXC_TK_GROUPS

Line 71: -- Update the hxc_tk_groups Row

67: p_rec.object_version_number := p_rec.object_version_number + 1;
68: --
69: hxc_tkg_shd.g_api_dml := true; -- Set the api dml status
70: --
71: -- Update the hxc_tk_groups Row
72: --
73: update hxc_tk_groups
74: set
75: tk_group_id = p_rec.tk_group_id

Line 73: update hxc_tk_groups

69: hxc_tkg_shd.g_api_dml := true; -- Set the api dml status
70: --
71: -- Update the hxc_tk_groups Row
72: --
73: update hxc_tk_groups
74: set
75: tk_group_id = p_rec.tk_group_id
76: ,tk_group_name = p_rec.tk_group_name
77: ,tk_resource_id = p_rec.tk_resource_id