DBA Data[Home] [Help]

APPS.HR_TEMPLATE_ITEM_TAB_PAGES_API dependencies on HR_API

Line 76: when hr_api.cannot_find_prog_unit then

72: ,p_template_tab_page_id => p_template_tab_page_id
73: ,p_upd_template_item_contexts => p_upd_template_item_contexts
74: );
75: exception
76: when hr_api.cannot_find_prog_unit then
77: hr_api.cannot_find_prog_unit_error
78: (p_module_name => 'create_template_item_tab_page'
79: ,p_hook_type => 'BP'
80: );

Line 77: hr_api.cannot_find_prog_unit_error

73: ,p_upd_template_item_contexts => p_upd_template_item_contexts
74: );
75: exception
76: when hr_api.cannot_find_prog_unit then
77: hr_api.cannot_find_prog_unit_error
78: (p_module_name => 'create_template_item_tab_page'
79: ,p_hook_type => 'BP'
80: );
81: end;

Line 141: when hr_api.cannot_find_prog_unit then

137: ,p_template_item_tab_page_id => l_template_item_tab_page_id
138: ,p_object_version_number => l_object_version_number
139: );
140: exception
141: when hr_api.cannot_find_prog_unit then
142: hr_api.cannot_find_prog_unit_error
143: (p_module_name => 'create_template_item_tab_page'
144: ,p_hook_type => 'AP'
145: );

Line 142: hr_api.cannot_find_prog_unit_error

138: ,p_object_version_number => l_object_version_number
139: );
140: exception
141: when hr_api.cannot_find_prog_unit then
142: hr_api.cannot_find_prog_unit_error
143: (p_module_name => 'create_template_item_tab_page'
144: ,p_hook_type => 'AP'
145: );
146: end;

Line 151: raise hr_api.validate_enabled;

147: --
148: -- When in validation only mode raise the Validate_Enabled exception
149: --
150: if p_validate then
151: raise hr_api.validate_enabled;
152: end if;
153: --
154: -- Set all output arguments
155: --

Line 161: when hr_api.validate_enabled then

157: p_object_version_number := l_object_version_number;
158: --
159: hr_utility.set_location(' Leaving:'||l_proc, 70);
160: exception
161: when hr_api.validate_enabled then
162: --
163: -- As the Validate_Enabled exception has been raised
164: -- we must rollback to the savepoint
165: --

Line 245: when hr_api.cannot_find_prog_unit then

241: ,p_object_version_number => p_object_version_number
242: ,p_upd_template_item_contexts => p_upd_template_item_contexts
243: );
244: exception
245: when hr_api.cannot_find_prog_unit then
246: hr_api.cannot_find_prog_unit_error
247: (p_module_name => 'delete_template_item_tab_page'
248: ,p_hook_type => 'BP'
249: );

Line 246: hr_api.cannot_find_prog_unit_error

242: ,p_upd_template_item_contexts => p_upd_template_item_contexts
243: );
244: exception
245: when hr_api.cannot_find_prog_unit then
246: hr_api.cannot_find_prog_unit_error
247: (p_module_name => 'delete_template_item_tab_page'
248: ,p_hook_type => 'BP'
249: );
250: end;

Line 302: when hr_api.cannot_find_prog_unit then

298: ,p_object_version_number => p_object_version_number
299: ,p_upd_template_item_contexts => p_upd_template_item_contexts
300: );
301: exception
302: when hr_api.cannot_find_prog_unit then
303: hr_api.cannot_find_prog_unit_error
304: (p_module_name => 'delete_template_item_tab_page'
305: ,p_hook_type => 'AP'
306: );

Line 303: hr_api.cannot_find_prog_unit_error

299: ,p_upd_template_item_contexts => p_upd_template_item_contexts
300: );
301: exception
302: when hr_api.cannot_find_prog_unit then
303: hr_api.cannot_find_prog_unit_error
304: (p_module_name => 'delete_template_item_tab_page'
305: ,p_hook_type => 'AP'
306: );
307: end;

Line 312: raise hr_api.validate_enabled;

308: --
309: -- When in validation only mode raise the Validate_Enabled exception
310: --
311: if p_validate then
312: raise hr_api.validate_enabled;
313: end if;
314: --
315: hr_utility.set_location(' Leaving:'||l_proc, 70);
316: exception

Line 317: when hr_api.validate_enabled then

313: end if;
314: --
315: hr_utility.set_location(' Leaving:'||l_proc, 70);
316: exception
317: when hr_api.validate_enabled then
318: --
319: -- As the Validate_Enabled exception has been raised
320: -- we must rollback to the savepoint
321: --