DBA Data[Home] [Help]

APPS.HR_CNP_INS dependencies on HR_CANVAS_PROPERTIES

Line 65: -- Insert the row into: hr_canvas_properties

61: p_rec.object_version_number := 1;
62: --
63: --
64: --
65: -- Insert the row into: hr_canvas_properties
66: --
67: insert into hr_canvas_properties
68: (canvas_property_id
69: ,object_version_number

Line 67: insert into hr_canvas_properties

63: --
64: --
65: -- Insert the row into: hr_canvas_properties
66: --
67: insert into hr_canvas_properties
68: (canvas_property_id
69: ,object_version_number
70: ,form_canvas_id
71: ,template_canvas_id

Line 219: Cursor C_Sel1 is select hr_canvas_properties_s.nextval from sys.dual;

215: ) is
216: --
217: l_proc varchar2(72) := g_package||'pre_insert';
218: --
219: Cursor C_Sel1 is select hr_canvas_properties_s.nextval from sys.dual;
220: --
221: Begin
222: hr_utility.set_location('Entering:'||l_proc, 5);
223: --

Line 326: (p_module_name => 'HR_CANVAS_PROPERTIES'

322: --
323: when hr_api.cannot_find_prog_unit then
324: --
325: hr_api.cannot_find_prog_unit_error
326: (p_module_name => 'HR_CANVAS_PROPERTIES'
327: ,p_hook_type => 'AI');
328: --
329: end;
330: --