DBA Data[Home] [Help]

APPS.HR_TIC_UPD dependencies on HR_TEMPLATE_ITEM_CONTEXTS_B

Line 68: -- Update the hr_template_item_contexts_b Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the hr_template_item_contexts_b Row
69: --
70: update hr_template_item_contexts_b
71: set
72: template_item_context_id = p_rec.template_item_context_id

Line 70: update hr_template_item_contexts_b

66: --
67: --
68: -- Update the hr_template_item_contexts_b Row
69: --
70: update hr_template_item_contexts_b
71: set
72: template_item_context_id = p_rec.template_item_context_id
73: ,object_version_number = p_rec.object_version_number
74: ,template_item_id = p_rec.template_item_id

Line 216: (p_module_name => 'HR_TEMPLATE_ITEM_CONTEXTS_B'

212: --
213: when hr_api.cannot_find_prog_unit then
214: --
215: hr_api.cannot_find_prog_unit_error
216: (p_module_name => 'HR_TEMPLATE_ITEM_CONTEXTS_B'
217: ,p_hook_type => 'AU');
218: --
219: end;
220: --