DBA Data[Home] [Help]

APPS.PER_SSB_INS dependencies on PER_RI_SETUP_SUB_TASKS

Line 13: g_setup_sub_task_code_i per_ri_setup_sub_tasks.setup_sub_task_code%Type default null;

9: --
10: -- The following global variables are only to be used by
11: -- the set_base_key_value and pre_insert procedures.
12: --
13: g_setup_sub_task_code_i per_ri_setup_sub_tasks.setup_sub_task_code%Type default null;
14: --
15: -- ----------------------------------------------------------------------------
16: -- |------------------------< set_base_key_value >----------------------------|
17: -- ----------------------------------------------------------------------------

Line 87: -- Insert the row into: per_ri_setup_sub_tasks

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: --
86: --
87: -- Insert the row into: per_ri_setup_sub_tasks
88: --
89: insert into per_ri_setup_sub_tasks
90: (setup_sub_task_code
91: ,setup_task_code

Line 89: insert into per_ri_setup_sub_tasks

85: --
86: --
87: -- Insert the row into: per_ri_setup_sub_tasks
88: --
89: insert into per_ri_setup_sub_tasks
90: (setup_sub_task_code
91: ,setup_task_code
92: ,setup_sub_task_sequence
93: ,setup_sub_task_status

Line 184: from per_ri_setup_sub_tasks

180:
181: --
182: Cursor C_Sel2 is
183: Select null
184: from per_ri_setup_sub_tasks
185: where setup_sub_task_code =
186: per_ssb_ins.g_setup_sub_task_code_i;
187: --
188: l_proc varchar2(72) := g_package||'pre_insert';

Line 206: fnd_message.set_token('TABLE_NAME','PER_RI_SETUP_SUB_TASKS');

202: --
203: -- The primary key values are already in use.
204: --
205: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
206: fnd_message.set_token('TABLE_NAME','PER_RI_SETUP_SUB_TASKS');
207: fnd_message.raise_error;
208: End If;
209: Close C_Sel2;
210: --

Line 294: (p_module_name => 'PER_RI_SETUP_SUB_TASKS'

290: --
291: when hr_api.cannot_find_prog_unit then
292: --
293: hr_api.cannot_find_prog_unit_error
294: (p_module_name => 'PER_RI_SETUP_SUB_TASKS'
295: ,p_hook_type => 'AI');
296: --
297: end;
298: --