DBA Data[Home] [Help]

APPS.HR_TCP_INS dependencies on HR_TEMPLATE_ITEM_CONTEXT_PAGES

Line 69: p_entity_name=>'HR_TEMPLATE_ITEM_CONTEXT_PAGES',

65: -- Added the following code as a part of Zero Downtime Patching Project.
66: -- Code Starts Here.
67: --
68: PER_RIC_PKG.chk_integrity (
69: p_entity_name=>'HR_TEMPLATE_ITEM_CONTEXT_PAGES',
70: p_ref_entity_info=>
71: PER_RIC_PKG.ref_entity_tbl(
72: PER_RIC_PKG.ref_info_rec('HR_TEMPLATE_ITEM_CONTEXTS_B',
73: PER_RIC_PKG.column_info_tbl(

Line 83: -- Insert the row into: hr_template_item_context_pages

79: --
80: -- Code Ends Here
81: --
82: --
83: -- Insert the row into: hr_template_item_context_pages
84: --
85: insert into hr_template_item_context_pages
86: (template_item_context_page_id
87: ,object_version_number

Line 85: insert into hr_template_item_context_pages

81: --
82: --
83: -- Insert the row into: hr_template_item_context_pages
84: --
85: insert into hr_template_item_context_pages
86: (template_item_context_page_id
87: ,object_version_number
88: ,template_item_context_id
89: ,template_tab_page_id

Line 239: (p_module_name => 'HR_TEMPLATE_ITEM_CONTEXT_PAGES'

235: --
236: when hr_api.cannot_find_prog_unit then
237: --
238: hr_api.cannot_find_prog_unit_error
239: (p_module_name => 'HR_TEMPLATE_ITEM_CONTEXT_PAGES'
240: ,p_hook_type => 'AI');
241: --
242: end;
243: --