DBA Data[Home] [Help]

APPS.HXC_TKG_INS dependencies on HXC_TK_GROUPS

Line 68: -- Insert the row into: hxc_tk_groups

64: p_rec.object_version_number := 1; -- Initialise the object version
65: --
66: hxc_tkg_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Insert the row into: hxc_tk_groups
69: --
70: insert into hxc_tk_groups
71: (tk_group_id
72: ,tk_group_name

Line 70: insert into hxc_tk_groups

66: hxc_tkg_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Insert the row into: hxc_tk_groups
69: --
70: insert into hxc_tk_groups
71: (tk_group_id
72: ,tk_group_name
73: ,tk_resource_id
74: ,object_version_number

Line 162: Cursor C_Sel1 is select hxc_tk_groups_s.nextval from sys.dual;

158: ) is
159: --
160: l_proc varchar2(72) ;
161: --
162: Cursor C_Sel1 is select hxc_tk_groups_s.nextval from sys.dual;
163: --
164: Begin
165:
166: if g_debug then