DBA Data[Home] [Help]

APPS.HXC_TKGQC_INS dependencies on HXC_TK_GROUP_QUERY_CRITERIA

Line 98: -- Insert the row into: hxc_tk_group_query_criteria

94: p_rec.object_version_number := 1; -- Initialise the object version
95: --
96: hxc_tkgqc_shd.g_api_dml := true; -- Set the api dml status
97: --
98: -- Insert the row into: hxc_tk_group_query_criteria
99: --
100: insert into hxc_tk_group_query_criteria
101: (tk_group_query_criteria_id
102: ,tk_group_query_id

Line 100: insert into hxc_tk_group_query_criteria

96: hxc_tkgqc_shd.g_api_dml := true; -- Set the api dml status
97: --
98: -- Insert the row into: hxc_tk_group_query_criteria
99: --
100: insert into hxc_tk_group_query_criteria
101: (tk_group_query_criteria_id
102: ,tk_group_query_id
103: ,criteria_type
104: ,criteria_id

Line 190: Cursor C_Sel1 is select hxc_tk_group_query_criteria_s.nextval from sys.dual;

186: Procedure pre_insert
187: (p_rec in out nocopy hxc_tkgqc_shd.g_rec_type
188: ) is
189: --
190: Cursor C_Sel1 is select hxc_tk_group_query_criteria_s.nextval from sys.dual;
191: --
192: Cursor C_Sel2 is
193: Select null
194: from hxc_tk_group_query_criteria

Line 194: from hxc_tk_group_query_criteria

190: Cursor C_Sel1 is select hxc_tk_group_query_criteria_s.nextval from sys.dual;
191: --
192: Cursor C_Sel2 is
193: Select null
194: from hxc_tk_group_query_criteria
195: where tk_group_query_criteria_id =
196: hxc_tkgqc_ins.g_tk_group_query_criteria_id_i;
197: --
198: l_proc varchar2(72) ;

Line 221: fnd_message.set_token('TABLE_NAME','hxc_tk_group_query_criteria');

217: --
218: -- The primary key values are already in use.
219: --
220: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
221: fnd_message.set_token('TABLE_NAME','hxc_tk_group_query_criteria');
222: fnd_message.raise_error;
223: End If;
224: Close C_Sel2;
225: --

Line 311: (p_module_name => 'HXC_TK_GROUP_QUERY_CRITERIA'

307: --
308: when hr_api.cannot_find_prog_unit then
309: --
310: hr_api.cannot_find_prog_unit_error
311: (p_module_name => 'HXC_TK_GROUP_QUERY_CRITERIA'
312: ,p_hook_type => 'AI');
313: --
314: end;
315: --