DBA Data[Home] [Help]

APPS.HXC_TKGQ_INS dependencies on HXC_TK_GROUP_QUERIES

Line 63: -- Insert the row into: hxc_tk_group_queries

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: hxc_tkgq_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: hxc_tk_group_queries
64: --
65: insert into hxc_tk_group_queries
66: (tk_group_query_id
67: ,tk_group_id

Line 65: insert into hxc_tk_group_queries

61: hxc_tkgq_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: hxc_tk_group_queries
64: --
65: insert into hxc_tk_group_queries
66: (tk_group_query_id
67: ,tk_group_id
68: ,group_query_name
69: ,include_exclude

Line 159: Cursor C_Sel1 is select hxc_tk_group_queries_s.nextval from sys.dual;

155: ) is
156: --
157: l_proc varchar2(72) ;
158: --
159: Cursor C_Sel1 is select hxc_tk_group_queries_s.nextval from sys.dual;
160: --
161: Begin
162:
163: if g_debug then