DBA Data[Home] [Help]

APPS.HR_FMP_INS dependencies on HR_FORM_PROPERTIES

Line 65: -- Insert the row into: hr_form_properties

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

Line 67: insert into hr_form_properties

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

Line 213: Cursor C_Sel1 is select hr_form_properties_s.nextval from sys.dual;

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

Line 352: (p_module_name => 'HR_FORM_PROPERTIES'

348: --
349: when hr_api.cannot_find_prog_unit then
350: --
351: hr_api.cannot_find_prog_unit_error
352: (p_module_name => 'HR_FORM_PROPERTIES'
353: ,p_hook_type => 'AI');
354: --
355: end;
356: --