DBA Data[Home] [Help]

APPS.HR_TIM_DEL dependencies on HR_TEMPLATE_ITEMS_B

Line 62: -- Delete the hr_template_items_b row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the hr_template_items_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_ITEMS_B',

68: --
69:
70: BEGIN
71: PER_RIC_PKG.chk_integrity (
72: p_entity_name => 'HR_TEMPLATE_ITEMS_B',
73: p_ref_entity_info => PER_RIC_PKG.ref_entity_tbl(
74: PER_RIC_PKG.ref_info_rec('HR_ITEM_PROPERTIES_B', PER_RIC_PKG.column_info_tbl(
75: PER_RIC_PKG.col_info_rec('TEMPLATE_ITEM_ID',NULL,P_REC.TEMPLATE_ITEM_ID,NULL))),
76: PER_RIC_PKG.ref_info_rec('HR_TEMPLATE_ITEM_CONTEXTS_B', PER_RIC_PKG.column_info_tbl(

Line 88: delete from hr_template_items_b

84: --
85: -- Code Ends Here.
86: --
87:
88: delete from hr_template_items_b
89: where template_item_id = p_rec.template_item_id;
90: --
91: --
92: --

Line 204: (p_module_name => 'HR_TEMPLATE_ITEMS_B'

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