DBA Data[Home] [Help]

APPS.PER_SOLUTION_TYPE_CMPT_API dependencies on HR_API

Line 65: when hr_api.cannot_find_prog_unit then

61: ,p_updateable => p_updateable
62: ,p_extensible => p_extensible
63: );
64: exception
65: when hr_api.cannot_find_prog_unit then
66: hr_api.cannot_find_prog_unit_error
67: (p_module_name => 'CREATE_SOLUTION_TYPE_CMPT_b'
68: ,p_hook_type => 'BP'
69: );

Line 66: hr_api.cannot_find_prog_unit_error

62: ,p_extensible => p_extensible
63: );
64: exception
65: when hr_api.cannot_find_prog_unit then
66: hr_api.cannot_find_prog_unit_error
67: (p_module_name => 'CREATE_SOLUTION_TYPE_CMPT_b'
68: ,p_hook_type => 'BP'
69: );
70: end;

Line 100: when hr_api.cannot_find_prog_unit then

96: ,p_extensible => p_extensible
97: ,p_object_version_number => p_object_version_number
98: );
99: exception
100: when hr_api.cannot_find_prog_unit then
101: hr_api.cannot_find_prog_unit_error
102: (p_module_name => 'CREATE_SOLUTION_TYPE_CMPT_a'
103: ,p_hook_type => 'AP'
104: );

Line 101: hr_api.cannot_find_prog_unit_error

97: ,p_object_version_number => p_object_version_number
98: );
99: exception
100: when hr_api.cannot_find_prog_unit then
101: hr_api.cannot_find_prog_unit_error
102: (p_module_name => 'CREATE_SOLUTION_TYPE_CMPT_a'
103: ,p_hook_type => 'AP'
104: );
105: end;

Line 110: raise hr_api.validate_enabled;

106: --
107: -- When in validation only mode raise the Validate_Enabled exception
108: --
109: if p_validate then
110: raise hr_api.validate_enabled;
111: end if;
112: --
113: -- Set all output arguments
114: --

Line 119: when hr_api.validate_enabled then

115: p_object_version_number := l_object_version_number;
116: --
117: hr_utility.set_location(' Leaving:'||l_proc, 70);
118: exception
119: when hr_api.validate_enabled then
120: --
121: -- As the Validate_Enabled exception has been raised
122: -- we must rollback to the savepoint
123: --

Line 154: ,p_api_name in varchar2 default hr_api.g_varchar2

150: ,p_effective_date in date
151: ,p_component_name in varchar2
152: ,p_solution_type_name in varchar2
153: ,p_legislation_code in varchar2
154: ,p_api_name in varchar2 default hr_api.g_varchar2
155: ,p_parent_component_name in varchar2 default hr_api.g_varchar2
156: ,p_updateable in varchar2 default hr_api.g_varchar2
157: ,p_extensible in varchar2 default hr_api.g_varchar2
158: ,p_object_version_number in out nocopy number

Line 155: ,p_parent_component_name in varchar2 default hr_api.g_varchar2

151: ,p_component_name in varchar2
152: ,p_solution_type_name in varchar2
153: ,p_legislation_code in varchar2
154: ,p_api_name in varchar2 default hr_api.g_varchar2
155: ,p_parent_component_name in varchar2 default hr_api.g_varchar2
156: ,p_updateable in varchar2 default hr_api.g_varchar2
157: ,p_extensible in varchar2 default hr_api.g_varchar2
158: ,p_object_version_number in out nocopy number
159: ) is

Line 156: ,p_updateable in varchar2 default hr_api.g_varchar2

152: ,p_solution_type_name in varchar2
153: ,p_legislation_code in varchar2
154: ,p_api_name in varchar2 default hr_api.g_varchar2
155: ,p_parent_component_name in varchar2 default hr_api.g_varchar2
156: ,p_updateable in varchar2 default hr_api.g_varchar2
157: ,p_extensible in varchar2 default hr_api.g_varchar2
158: ,p_object_version_number in out nocopy number
159: ) is
160: --

Line 157: ,p_extensible in varchar2 default hr_api.g_varchar2

153: ,p_legislation_code in varchar2
154: ,p_api_name in varchar2 default hr_api.g_varchar2
155: ,p_parent_component_name in varchar2 default hr_api.g_varchar2
156: ,p_updateable in varchar2 default hr_api.g_varchar2
157: ,p_extensible in varchar2 default hr_api.g_varchar2
158: ,p_object_version_number in out nocopy number
159: ) is
160: --
161: -- Declare cursors and local variables

Line 195: when hr_api.cannot_find_prog_unit then

191: ,p_updateable => p_updateable
192: ,p_extensible => p_extensible
193: );
194: exception
195: when hr_api.cannot_find_prog_unit then
196: hr_api.cannot_find_prog_unit_error
197: (p_module_name => 'UPDATE_SOLUTION_TYPE_CMPT_b'
198: ,p_hook_type => 'BP'
199: );

Line 196: hr_api.cannot_find_prog_unit_error

192: ,p_extensible => p_extensible
193: );
194: exception
195: when hr_api.cannot_find_prog_unit then
196: hr_api.cannot_find_prog_unit_error
197: (p_module_name => 'UPDATE_SOLUTION_TYPE_CMPT_b'
198: ,p_hook_type => 'BP'
199: );
200: end;

Line 230: when hr_api.cannot_find_prog_unit then

226: ,p_updateable => p_updateable
227: ,p_extensible => p_extensible
228: );
229: exception
230: when hr_api.cannot_find_prog_unit then
231: hr_api.cannot_find_prog_unit_error
232: (p_module_name => 'UPDATE_SOLUTION_TYPE_CMPT_a'
233: ,p_hook_type => 'AP'
234: );

Line 231: hr_api.cannot_find_prog_unit_error

227: ,p_extensible => p_extensible
228: );
229: exception
230: when hr_api.cannot_find_prog_unit then
231: hr_api.cannot_find_prog_unit_error
232: (p_module_name => 'UPDATE_SOLUTION_TYPE_CMPT_a'
233: ,p_hook_type => 'AP'
234: );
235: end;

Line 240: raise hr_api.validate_enabled;

236: --
237: -- When in validation only mode raise the Validate_Enabled exception
238: --
239: if p_validate then
240: raise hr_api.validate_enabled;
241: end if;
242: --
243: --
244: -- Set all output arguments

Line 250: when hr_api.validate_enabled then

246: p_object_version_number := l_object_version_number;
247: --
248: hr_utility.set_location(' Leaving:'||l_proc, 70);
249: exception
250: when hr_api.validate_enabled then
251: --
252: -- As the Validate_Enabled exception has been raised
253: -- we must rollback to the savepoint
254: --

Line 303: when hr_api.cannot_find_prog_unit then

299: ,p_legislation_code => p_legislation_code
300: ,p_object_version_number => p_object_version_number
301: );
302: exception
303: when hr_api.cannot_find_prog_unit then
304: hr_api.cannot_find_prog_unit_error
305: (p_module_name => 'DELETE_SOLUTION_TYPE_CMPT_b'
306: ,p_hook_type => 'BP'
307: );

Line 304: hr_api.cannot_find_prog_unit_error

300: ,p_object_version_number => p_object_version_number
301: );
302: exception
303: when hr_api.cannot_find_prog_unit then
304: hr_api.cannot_find_prog_unit_error
305: (p_module_name => 'DELETE_SOLUTION_TYPE_CMPT_b'
306: ,p_hook_type => 'BP'
307: );
308: end;

Line 325: when hr_api.cannot_find_prog_unit then

321: ,p_legislation_code => p_legislation_code
322: ,p_object_version_number => p_object_version_number
323: );
324: exception
325: when hr_api.cannot_find_prog_unit then
326: hr_api.cannot_find_prog_unit_error
327: (p_module_name => 'DELETE_SOLUTION_TYPE_CMPT_a'
328: ,p_hook_type => 'AP'
329: );

Line 326: hr_api.cannot_find_prog_unit_error

322: ,p_object_version_number => p_object_version_number
323: );
324: exception
325: when hr_api.cannot_find_prog_unit then
326: hr_api.cannot_find_prog_unit_error
327: (p_module_name => 'DELETE_SOLUTION_TYPE_CMPT_a'
328: ,p_hook_type => 'AP'
329: );
330: end;

Line 335: raise hr_api.validate_enabled;

331: --
332: -- When in validation only mode raise the Validate_Enabled exception
333: --
334: if p_validate then
335: raise hr_api.validate_enabled;
336: end if;
337: --
338: hr_utility.set_location(' Leaving:'||l_proc, 70);
339: exception

Line 340: when hr_api.validate_enabled then

336: end if;
337: --
338: hr_utility.set_location(' Leaving:'||l_proc, 70);
339: exception
340: when hr_api.validate_enabled then
341: --
342: -- As the Validate_Enabled exception has been raised
343: -- we must rollback to the savepoint
344: --