DBA Data[Home] [Help]

APPS.PER_STB_INS dependencies on PER_RI_SETUP_TASKS

Line 13: g_setup_task_code_i PER_RI_SETUP_TASKS.SETUP_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_task_code_i PER_RI_SETUP_TASKS.SETUP_TASK_CODE%TYPE default null;
14: --
15: -- ----------------------------------------------------------------------------
16: -- |------------------------< set_base_key_value >----------------------------|
17: -- ----------------------------------------------------------------------------

Line 87: -- Insert the row into: per_ri_setup_tasks

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

Line 89: insert into per_ri_setup_tasks

85: --
86: --
87: -- Insert the row into: per_ri_setup_tasks
88: --
89: insert into per_ri_setup_tasks
90: (setup_task_code
91: ,workbench_item_code
92: ,setup_task_sequence
93: ,setup_task_status

Line 179: from per_ri_setup_tasks

175: ) is
176: --
177: Cursor C_Sel2 is
178: Select null
179: from per_ri_setup_tasks
180: where setup_task_code =
181: per_stb_ins.g_setup_task_code_i;
182: --
183: l_proc varchar2(72) := g_package||'pre_insert';

Line 201: fnd_message.set_token('TABLE_NAME','per_ri_setup_tasks');

197: --
198: -- The primary key values are already in use.
199: --
200: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
201: fnd_message.set_token('TABLE_NAME','per_ri_setup_tasks');
202: fnd_message.raise_error;
203: End If;
204: Close C_Sel2;
205: --

Line 288: (p_module_name => 'PER_RI_SETUP_TASKS'

284: --
285: when hr_api.cannot_find_prog_unit then
286: --
287: hr_api.cannot_find_prog_unit_error
288: (p_module_name => 'PER_RI_SETUP_TASKS'
289: ,p_hook_type => 'AI');
290: --
291: end;
292: --