DBA Data[Home] [Help]

APPS.HR_TIC_DEL dependencies on HR_TEMPLATE_ITEM_CONTEXTS_B

Line 66: p_entity_name=>'HR_TEMPLATE_ITEM_CONTEXTS_B',

62: -- Added the following code as a part of Zero Downtime Patching Project.
63: -- Code Starts Here.
64: --
65: PER_RIC_PKG.chk_integrity (
66: p_entity_name=>'HR_TEMPLATE_ITEM_CONTEXTS_B',
67: p_ref_entity_info =>
68: PER_RIC_PKG.ref_entity_tbl(
69: PER_RIC_PKG.ref_info_rec('HR_ITEM_PROPERTIES_B',PER_RIC_PKG.column_info_tbl(
70: PER_RIC_PKG.col_info_rec('TEMPLATE_ITEM_CONTEXT_ID',NULL,p_rec.template_item_context_id,NULL))),

Line 78: -- Delete the hr_template_item_contexts_b row.

74: --
75: -- Code Ends Here
76: --
77: --
78: -- Delete the hr_template_item_contexts_b row.
79: --
80: delete from hr_template_item_contexts_b
81: where template_item_context_id = p_rec.template_item_context_id;
82: --

Line 80: delete from hr_template_item_contexts_b

76: --
77: --
78: -- Delete the hr_template_item_contexts_b row.
79: --
80: delete from hr_template_item_contexts_b
81: where template_item_context_id = p_rec.template_item_context_id;
82: --
83: --
84: --

Line 198: (p_module_name => 'HR_TEMPLATE_ITEM_CONTEXTS_B'

194: --
195: when hr_api.cannot_find_prog_unit then
196: --
197: hr_api.cannot_find_prog_unit_error
198: (p_module_name => 'HR_TEMPLATE_ITEM_CONTEXTS_B'
199: ,p_hook_type => 'AD');
200: --
201: end;
202: --