DBA Data[Home] [Help]

APPS.HR_WNP_INS dependencies on HR_WINDOW_PROPERTIES_B

Line 65: -- Insert the row into: hr_window_properties_b

61: --
62: --
63: --
64: --
65: -- Insert the row into: hr_window_properties_b
66: --
67: insert into hr_window_properties_b
68: (window_property_id
69: ,form_window_id

Line 67: insert into hr_window_properties_b

63: --
64: --
65: -- Insert the row into: hr_window_properties_b
66: --
67: insert into hr_window_properties_b
68: (window_property_id
69: ,form_window_id
70: ,template_window_id
71: ,height

Line 215: Cursor C_Sel1 is select hr_window_properties_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_window_properties_b_s.nextval from sys.dual;
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --

Line 356: (p_module_name => 'HR_WINDOW_PROPERTIES_B'

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