DBA Data[Home] [Help]

APPS.HR_TWN_DEL dependencies on HR_TEMPLATE_WINDOWS_B

Line 62: -- Delete the hr_template_windows_b row.

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

Line 72: p_entity_name => 'HR_TEMPLATE_WINDOWS_B',

68: --
69:
70: BEGIN
71: PER_RIC_PKG.chk_integrity (
72: p_entity_name => 'HR_TEMPLATE_WINDOWS_B',
73: p_ref_entity_info => PER_RIC_PKG.ref_entity_tbl(
74: PER_RIC_PKG.ref_info_rec('HR_TEMPLATE_CANVASES_B', PER_RIC_PKG.column_info_tbl(
75: PER_RIC_PKG.col_info_rec('TEMPLATE_WINDOW_ID',NULL,p_rec.template_window_id,NULL))),
76: PER_RIC_PKG.ref_info_rec('HR_WINDOW_PROPERTIES_B', PER_RIC_PKG.column_info_tbl(

Line 86: delete from hr_template_windows_b

82: --
83: -- Code Ends Here.
84: --
85:
86: delete from hr_template_windows_b
87: where template_window_id = p_rec.template_window_id;
88: --
89: --
90: --

Line 202: (p_module_name => 'HR_TEMPLATE_WINDOWS_B'

198: --
199: when hr_api.cannot_find_prog_unit then
200: --
201: hr_api.cannot_find_prog_unit_error
202: (p_module_name => 'HR_TEMPLATE_WINDOWS_B'
203: ,p_hook_type => 'AD');
204: --
205: end;
206: --