DBA Data[Home] [Help]

APPS.HR_TIP_UPD dependencies on HR_TEMPLATE_ITEM_TAB_PAGES

Line 68: -- Update the hr_template_item_tab_pages Row

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

Line 70: update hr_template_item_tab_pages

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

Line 211: (p_module_name => 'HR_TEMPLATE_ITEM_TAB_PAGES'

207: --
208: when hr_api.cannot_find_prog_unit then
209: --
210: hr_api.cannot_find_prog_unit_error
211: (p_module_name => 'HR_TEMPLATE_ITEM_TAB_PAGES'
212: ,p_hook_type => 'AU');
213: --
214: end;
215: --