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:
68: --
69: -- Added the following code as a part of Zero Downtime Patching Project.

Line 75: p_entity_name=>'HR_WINDOW_PROPERTIES_B',

71: --
72: BEGIN
73:
74: PER_RIC_PKG.chk_integrity (
75: p_entity_name=>'HR_WINDOW_PROPERTIES_B',
76: p_ref_entity_info =>
77: PER_RIC_PKG.ref_entity_tbl(
78: PER_RIC_PKG.ref_info_rec('HR_FORM_WINDOWS_B',PER_RIC_PKG.column_info_tbl(
79: PER_RIC_PKG.col_info_rec('FORM_WINDOW_ID',NULL,p_rec.form_window_id ,NULL))),

Line 91: insert into hr_window_properties_b

87: --
88: -- Code Ends Here
89: --
90:
91: insert into hr_window_properties_b
92: (window_property_id
93: ,form_window_id
94: ,template_window_id
95: ,height

Line 239: Cursor C_Sel1 is select hr_window_properties_b_s.nextval from sys.dual;

235: ) is
236: --
237: l_proc varchar2(72) := g_package||'pre_insert';
238: --
239: Cursor C_Sel1 is select hr_window_properties_b_s.nextval from sys.dual;
240: --
241: Begin
242: hr_utility.set_location('Entering:'||l_proc, 5);
243: --

Line 380: (p_module_name => 'HR_WINDOW_PROPERTIES_B'

376: --
377: when hr_api.cannot_find_prog_unit then
378: --
379: hr_api.cannot_find_prog_unit_error
380: (p_module_name => 'HR_WINDOW_PROPERTIES_B'
381: ,p_hook_type => 'AI');
382: --
383: end;
384: --