DBA Data[Home] [Help]

APPS.HR_WNP_DEL dependencies on HR_WINDOW_PROPERTIES_B

Line 62: -- Delete the hr_window_properties_b row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the hr_window_properties_b row.
63: --
64:
65: --
66: -- Added the following code as a part of Zero Downtime Patching Project.

Line 72: p_entity_name => 'HR_WINDOW_PROPERTIES_B',

68: --
69:
70: BEGIN
71: PER_RIC_PKG.chk_integrity (
72: p_entity_name => 'HR_WINDOW_PROPERTIES_B',
73: p_ref_entity => 'HR_WINDOW_PROPERTIES_TL',
74: p_ref_column_name => 'WINDOW_PROPERTY_ID',
75: p_ref_col_value_number => p_rec.window_property_id,
76: p_ref_col_value_varchar => NULL,

Line 85: delete from hr_window_properties_b

81: --
82: -- Code Ends Here.
83: --
84:
85: delete from hr_window_properties_b
86: where window_property_id = p_rec.window_property_id;
87: --
88: --
89: --

Line 269: (p_module_name => 'HR_WINDOW_PROPERTIES_B'

265: --
266: when hr_api.cannot_find_prog_unit then
267: --
268: hr_api.cannot_find_prog_unit_error
269: (p_module_name => 'HR_WINDOW_PROPERTIES_B'
270: ,p_hook_type => 'AD');
271: --
272: end;
273: --