DBA Data[Home] [Help]

APPS.PER_SOLUTION_API dependencies on HR_API

Line 56: when hr_api.cannot_find_prog_unit then

52: ,p_legislation_code => p_legislation_code
53: ,p_user_id => p_user_id
54: );
55: exception
56: when hr_api.cannot_find_prog_unit then
57: hr_api.cannot_find_prog_unit_error
58: (p_module_name => 'CREATE_SOLUTION_b'
59: ,p_hook_type => 'BP'
60: );

Line 57: hr_api.cannot_find_prog_unit_error

53: ,p_user_id => p_user_id
54: );
55: exception
56: when hr_api.cannot_find_prog_unit then
57: hr_api.cannot_find_prog_unit_error
58: (p_module_name => 'CREATE_SOLUTION_b'
59: ,p_hook_type => 'BP'
60: );
61: end;

Line 93: when hr_api.cannot_find_prog_unit then

89: ,p_solution_id => p_solution_id
90: ,p_object_version_number => p_object_version_number
91: );
92: exception
93: when hr_api.cannot_find_prog_unit then
94: hr_api.cannot_find_prog_unit_error
95: (p_module_name => 'CREATE_SOLUTION_a'
96: ,p_hook_type => 'AP'
97: );

Line 94: hr_api.cannot_find_prog_unit_error

90: ,p_object_version_number => p_object_version_number
91: );
92: exception
93: when hr_api.cannot_find_prog_unit then
94: hr_api.cannot_find_prog_unit_error
95: (p_module_name => 'CREATE_SOLUTION_a'
96: ,p_hook_type => 'AP'
97: );
98: end;

Line 103: raise hr_api.validate_enabled;

99: --
100: -- When in validation only mode raise the Validate_Enabled exception
101: --
102: if p_validate then
103: raise hr_api.validate_enabled;
104: end if;
105: --
106: -- Set all output arguments
107: --

Line 113: when hr_api.validate_enabled then

109: p_object_version_number := l_object_version_number;
110: --
111: hr_utility.set_location(' Leaving:'||l_proc, 70);
112: exception
113: when hr_api.validate_enabled then
114: --
115: -- As the Validate_Enabled exception has been raised
116: -- we must rollback to the savepoint
117: --

Line 149: ,p_description in varchar2 default hr_api.g_varchar2

145: ,p_effective_date in date
146: ,p_solution_id in number
147: ,p_solution_name in varchar2
148: ,p_solution_type_name in varchar2
149: ,p_description in varchar2 default hr_api.g_varchar2
150: ,p_link_to_full_description in varchar2 default hr_api.g_varchar2
151: ,p_vertical in varchar2 default hr_api.g_varchar2
152: ,p_legislation_code in varchar2 default hr_api.g_varchar2
153: ,p_user_id in varchar2 default hr_api.g_varchar2

Line 150: ,p_link_to_full_description in varchar2 default hr_api.g_varchar2

146: ,p_solution_id in number
147: ,p_solution_name in varchar2
148: ,p_solution_type_name in varchar2
149: ,p_description in varchar2 default hr_api.g_varchar2
150: ,p_link_to_full_description in varchar2 default hr_api.g_varchar2
151: ,p_vertical in varchar2 default hr_api.g_varchar2
152: ,p_legislation_code in varchar2 default hr_api.g_varchar2
153: ,p_user_id in varchar2 default hr_api.g_varchar2
154: ,p_object_version_number in out nocopy number

Line 151: ,p_vertical in varchar2 default hr_api.g_varchar2

147: ,p_solution_name in varchar2
148: ,p_solution_type_name in varchar2
149: ,p_description in varchar2 default hr_api.g_varchar2
150: ,p_link_to_full_description in varchar2 default hr_api.g_varchar2
151: ,p_vertical in varchar2 default hr_api.g_varchar2
152: ,p_legislation_code in varchar2 default hr_api.g_varchar2
153: ,p_user_id in varchar2 default hr_api.g_varchar2
154: ,p_object_version_number in out nocopy number
155: ) is

Line 152: ,p_legislation_code in varchar2 default hr_api.g_varchar2

148: ,p_solution_type_name in varchar2
149: ,p_description in varchar2 default hr_api.g_varchar2
150: ,p_link_to_full_description in varchar2 default hr_api.g_varchar2
151: ,p_vertical in varchar2 default hr_api.g_varchar2
152: ,p_legislation_code in varchar2 default hr_api.g_varchar2
153: ,p_user_id in varchar2 default hr_api.g_varchar2
154: ,p_object_version_number in out nocopy number
155: ) is
156: --

Line 153: ,p_user_id in varchar2 default hr_api.g_varchar2

149: ,p_description in varchar2 default hr_api.g_varchar2
150: ,p_link_to_full_description in varchar2 default hr_api.g_varchar2
151: ,p_vertical in varchar2 default hr_api.g_varchar2
152: ,p_legislation_code in varchar2 default hr_api.g_varchar2
153: ,p_user_id in varchar2 default hr_api.g_varchar2
154: ,p_object_version_number in out nocopy number
155: ) is
156: --
157: -- Declare cursors and local variables

Line 193: when hr_api.cannot_find_prog_unit then

189: ,p_legislation_code => p_legislation_code
190: ,p_user_id => p_user_id
191: );
192: exception
193: when hr_api.cannot_find_prog_unit then
194: hr_api.cannot_find_prog_unit_error
195: (p_module_name => 'UPDATE_SOLUTION_b'
196: ,p_hook_type => 'BP'
197: );

Line 194: hr_api.cannot_find_prog_unit_error

190: ,p_user_id => p_user_id
191: );
192: exception
193: when hr_api.cannot_find_prog_unit then
194: hr_api.cannot_find_prog_unit_error
195: (p_module_name => 'UPDATE_SOLUTION_b'
196: ,p_hook_type => 'BP'
197: );
198: end;

Line 230: when hr_api.cannot_find_prog_unit then

226: ,p_legislation_code => p_legislation_code
227: ,p_user_id => p_user_id
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_a'
233: ,p_hook_type => 'AP'
234: );

Line 231: hr_api.cannot_find_prog_unit_error

227: ,p_user_id => p_user_id
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_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 299: when hr_api.cannot_find_prog_unit then

295: (p_solution_id => p_solution_id
296: ,p_object_version_number => p_object_version_number
297: );
298: exception
299: when hr_api.cannot_find_prog_unit then
300: hr_api.cannot_find_prog_unit_error
301: (p_module_name => 'DELETE_SOLUTION_b'
302: ,p_hook_type => 'BP'
303: );

Line 300: hr_api.cannot_find_prog_unit_error

296: ,p_object_version_number => p_object_version_number
297: );
298: exception
299: when hr_api.cannot_find_prog_unit then
300: hr_api.cannot_find_prog_unit_error
301: (p_module_name => 'DELETE_SOLUTION_b'
302: ,p_hook_type => 'BP'
303: );
304: end;

Line 317: when hr_api.cannot_find_prog_unit then

313: (p_solution_id => p_solution_id
314: ,p_object_version_number => p_object_version_number
315: );
316: exception
317: when hr_api.cannot_find_prog_unit then
318: hr_api.cannot_find_prog_unit_error
319: (p_module_name => 'DELETE_SOLUTION_a'
320: ,p_hook_type => 'AP'
321: );

Line 318: hr_api.cannot_find_prog_unit_error

314: ,p_object_version_number => p_object_version_number
315: );
316: exception
317: when hr_api.cannot_find_prog_unit then
318: hr_api.cannot_find_prog_unit_error
319: (p_module_name => 'DELETE_SOLUTION_a'
320: ,p_hook_type => 'AP'
321: );
322: end;

Line 327: raise hr_api.validate_enabled;

323: --
324: -- When in validation only mode raise the Validate_Enabled exception
325: --
326: if p_validate then
327: raise hr_api.validate_enabled;
328: end if;
329: --
330: hr_utility.set_location(' Leaving:'||l_proc, 70);
331: exception

Line 332: when hr_api.validate_enabled then

328: end if;
329: --
330: hr_utility.set_location(' Leaving:'||l_proc, 70);
331: exception
332: when hr_api.validate_enabled then
333: --
334: -- As the Validate_Enabled exception has been raised
335: -- we must rollback to the savepoint
336: --