DBA Data[Home] [Help]

APPS.HR_ITP_INS dependencies on HR_ITEM_PROPERTIES_B

Line 68: -- Insert the row into: hr_item_properties_b

64: --
65: --
66: --
67: --
68: -- Insert the row into: hr_item_properties_b
69: --
70: insert into hr_item_properties_b
71: (item_property_id
72: ,object_version_number

Line 70: insert into hr_item_properties_b

66: --
67: --
68: -- Insert the row into: hr_item_properties_b
69: --
70: insert into hr_item_properties_b
71: (item_property_id
72: ,object_version_number
73: ,form_item_id
74: ,template_item_id

Line 282: Cursor C_Sel1 is select hr_item_properties_b_s.nextval from sys.dual;

278: ) is
279: --
280: l_proc varchar2(72) := g_package||'pre_insert';
281: --
282: Cursor C_Sel1 is select hr_item_properties_b_s.nextval from sys.dual;
283: --
284: Begin
285: hr_utility.set_location('Entering:'||l_proc, 5);
286: --

Line 489: (p_module_name => 'HR_ITEM_PROPERTIES_B'

485: --
486: when hr_api.cannot_find_prog_unit then
487: --
488: hr_api.cannot_find_prog_unit_error
489: (p_module_name => 'HR_ITEM_PROPERTIES_B'
490: ,p_hook_type => 'AI');
491: --
492: end;
493: --