DBA Data[Home] [Help]

APPS.BEN_CTK_INS dependencies on BEN_CWB_PERSON_TASKS

Line 97: -- Insert the row into: ben_cwb_person_tasks

93: p_rec.object_version_number := 1; -- Initialise the object version
94: --
95: ben_ctk_shd.g_api_dml := true; -- Set the api dml status
96: --
97: -- Insert the row into: ben_cwb_person_tasks
98: --
99: insert into ben_cwb_person_tasks
100: (group_per_in_ler_id
101: ,task_id

Line 99: insert into ben_cwb_person_tasks

95: ben_ctk_shd.g_api_dml := true; -- Set the api dml status
96: --
97: -- Insert the row into: ben_cwb_person_tasks
98: --
99: insert into ben_cwb_person_tasks
100: (group_per_in_ler_id
101: ,task_id
102: ,group_pl_id
103: ,lf_evt_ocrd_dt

Line 191: from ben_cwb_person_tasks

187: ) is
188: --
189: Cursor C_Sel2 is
190: Select null
191: from ben_cwb_person_tasks
192: where group_per_in_ler_id =
193: ben_ctk_ins.g_group_per_in_ler_id_i
194: or task_id =
195: ben_ctk_ins.g_task_id_i;

Line 218: fnd_message.set_token('TABLE_NAME','ben_cwb_person_tasks');

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

Line 319: (p_module_name => 'BEN_CWB_PERSON_TASKS'

315: --
316: when hr_api.cannot_find_prog_unit then
317: --
318: hr_api.cannot_find_prog_unit_error
319: (p_module_name => 'BEN_CWB_PERSON_TASKS'
320: ,p_hook_type => 'AI');
321: --
322: end;
323: --