DBA Data[Home] [Help]

APPS.HR_TMP_INS dependencies on HR_FORM_TEMPLATES_B

Line 65: -- Insert the row into: hr_form_templates_b

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --
65: -- Insert the row into: hr_form_templates_b
66: --
67: insert into hr_form_templates_b
68: (form_template_id
69: ,object_version_number

Line 67: insert into hr_form_templates_b

63: --
64: --
65: -- Insert the row into: hr_form_templates_b
66: --
67: insert into hr_form_templates_b
68: (form_template_id
69: ,object_version_number
70: ,application_id
71: ,form_id

Line 215: Cursor C_Sel1 is select hr_form_templates_b_s.nextval from sys.dual;

211: ) is
212: --
213: l_proc varchar2(72) := g_package||'pre_insert';
214: --
215: Cursor C_Sel1 is select hr_form_templates_b_s.nextval from sys.dual;
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --

Line 358: (p_module_name => 'HR_FORM_TEMPLATES_B'

354: --
355: when hr_api.cannot_find_prog_unit then
356: --
357: hr_api.cannot_find_prog_unit_error
358: (p_module_name => 'HR_FORM_TEMPLATES_B'
359: ,p_hook_type => 'AI');
360: --
361: end;
362: --