DBA Data[Home] [Help]

APPS.PAY_FORMULA_RESULT_RULE_API dependencies on HR_API

Line 74: when hr_api.cannot_find_prog_unit then

70: ,p_severity_level => p_severity_level
71: ,p_input_value_id => p_input_value_id
72: );
73: exception
74: when hr_api.cannot_find_prog_unit then
75: hr_api.cannot_find_prog_unit_error
76: (p_module_name => 'CREATE_FORMULA_RESULT_RULE'
77: ,p_hook_type => 'BP'
78: );

Line 75: hr_api.cannot_find_prog_unit_error

71: ,p_input_value_id => p_input_value_id
72: );
73: exception
74: when hr_api.cannot_find_prog_unit then
75: hr_api.cannot_find_prog_unit_error
76: (p_module_name => 'CREATE_FORMULA_RESULT_RULE'
77: ,p_hook_type => 'BP'
78: );
79: end;

Line 134: when hr_api.cannot_find_prog_unit then

130: ,p_effective_end_date => l_effective_end_date
131: ,p_object_version_number => l_object_version_number
132: );
133: exception
134: when hr_api.cannot_find_prog_unit then
135: hr_api.cannot_find_prog_unit_error
136: (p_module_name => 'CREATE_FORMULA_RESULT_RULE'
137: ,p_hook_type => 'AP'
138: );

Line 135: hr_api.cannot_find_prog_unit_error

131: ,p_object_version_number => l_object_version_number
132: );
133: exception
134: when hr_api.cannot_find_prog_unit then
135: hr_api.cannot_find_prog_unit_error
136: (p_module_name => 'CREATE_FORMULA_RESULT_RULE'
137: ,p_hook_type => 'AP'
138: );
139: end;

Line 144: raise hr_api.validate_enabled;

140: --
141: -- When in validation only mode raise the Validate_Enabled exception
142: --
143: if p_validate then
144: raise hr_api.validate_enabled;
145: end if;
146: --
147: -- Set all output arguments
148: --

Line 156: when hr_api.validate_enabled then

152: p_object_version_number := l_object_version_number;
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 70);
155: exception
156: when hr_api.validate_enabled then
157: --
158: -- As the Validate_Enabled exception has been raised
159: -- we must rollback to the savepoint
160: --

Line 201: ,p_result_rule_type in varchar2 default hr_api.g_varchar2

197: ,p_effective_date in date
198: ,p_datetrack_update_mode in varchar2
199: ,p_formula_result_rule_id in number
200: ,p_object_version_number in out nocopy number
201: ,p_result_rule_type in varchar2 default hr_api.g_varchar2
202: ,p_element_type_id in number default hr_api.g_number
203: ,p_severity_level in varchar2 default hr_api.g_varchar2
204: ,p_input_value_id in number default hr_api.g_number
205: ,p_effective_start_date out nocopy date

Line 202: ,p_element_type_id in number default hr_api.g_number

198: ,p_datetrack_update_mode in varchar2
199: ,p_formula_result_rule_id in number
200: ,p_object_version_number in out nocopy number
201: ,p_result_rule_type in varchar2 default hr_api.g_varchar2
202: ,p_element_type_id in number default hr_api.g_number
203: ,p_severity_level in varchar2 default hr_api.g_varchar2
204: ,p_input_value_id in number default hr_api.g_number
205: ,p_effective_start_date out nocopy date
206: ,p_effective_end_date out nocopy date

Line 203: ,p_severity_level in varchar2 default hr_api.g_varchar2

199: ,p_formula_result_rule_id in number
200: ,p_object_version_number in out nocopy number
201: ,p_result_rule_type in varchar2 default hr_api.g_varchar2
202: ,p_element_type_id in number default hr_api.g_number
203: ,p_severity_level in varchar2 default hr_api.g_varchar2
204: ,p_input_value_id in number default hr_api.g_number
205: ,p_effective_start_date out nocopy date
206: ,p_effective_end_date out nocopy date
207: ) is

Line 204: ,p_input_value_id in number default hr_api.g_number

200: ,p_object_version_number in out nocopy number
201: ,p_result_rule_type in varchar2 default hr_api.g_varchar2
202: ,p_element_type_id in number default hr_api.g_number
203: ,p_severity_level in varchar2 default hr_api.g_varchar2
204: ,p_input_value_id in number default hr_api.g_number
205: ,p_effective_start_date out nocopy date
206: ,p_effective_end_date out nocopy date
207: ) is
208: --

Line 256: when hr_api.cannot_find_prog_unit then

252: ,p_severity_level => p_severity_level
253: ,p_input_value_id => p_input_value_id
254: );
255: exception
256: when hr_api.cannot_find_prog_unit then
257: hr_api.cannot_find_prog_unit_error
258: (p_module_name => 'UPDATE_FORMULA_RESULT_RULE'
259: ,p_hook_type => 'BP'
260: );

Line 257: hr_api.cannot_find_prog_unit_error

253: ,p_input_value_id => p_input_value_id
254: );
255: exception
256: when hr_api.cannot_find_prog_unit then
257: hr_api.cannot_find_prog_unit_error
258: (p_module_name => 'UPDATE_FORMULA_RESULT_RULE'
259: ,p_hook_type => 'BP'
260: );
261: end;

Line 308: when hr_api.cannot_find_prog_unit then

304: ,p_effective_end_date => l_effective_end_date
305: ,p_object_version_number => l_object_version_number
306: );
307: exception
308: when hr_api.cannot_find_prog_unit then
309: hr_api.cannot_find_prog_unit_error
310: (p_module_name => 'UPDATE_FORMULA_RESULT_RULE'
311: ,p_hook_type => 'AP'
312: );

Line 309: hr_api.cannot_find_prog_unit_error

305: ,p_object_version_number => l_object_version_number
306: );
307: exception
308: when hr_api.cannot_find_prog_unit then
309: hr_api.cannot_find_prog_unit_error
310: (p_module_name => 'UPDATE_FORMULA_RESULT_RULE'
311: ,p_hook_type => 'AP'
312: );
313: end;

Line 318: raise hr_api.validate_enabled;

314: --
315: -- When in validation only mode raise the Validate_Enabled exception
316: --
317: if p_validate then
318: raise hr_api.validate_enabled;
319: end if;
320: --
321: -- Set all output arguments
322: --

Line 329: when hr_api.validate_enabled then

325: p_object_version_number := l_object_version_number;
326: --
327: hr_utility.set_location(' Leaving:'||l_proc, 70);
328: exception
329: when hr_api.validate_enabled then
330: --
331: -- As the Validate_Enabled exception has been raised
332: -- we must rollback to the savepoint
333: --

Line 409: when hr_api.cannot_find_prog_unit then

405: ,p_formula_result_rule_id => p_formula_result_rule_id
406: ,p_object_version_number => l_object_version_number
407: );
408: exception
409: when hr_api.cannot_find_prog_unit then
410: hr_api.cannot_find_prog_unit_error
411: (p_module_name => 'DELETE_FORMULA_RESULT_RULE'
412: ,p_hook_type => 'BP'
413: );

Line 410: hr_api.cannot_find_prog_unit_error

406: ,p_object_version_number => l_object_version_number
407: );
408: exception
409: when hr_api.cannot_find_prog_unit then
410: hr_api.cannot_find_prog_unit_error
411: (p_module_name => 'DELETE_FORMULA_RESULT_RULE'
412: ,p_hook_type => 'BP'
413: );
414: end;

Line 443: when hr_api.cannot_find_prog_unit then

439: ,p_effective_end_date => l_effective_end_date
440: ,p_object_version_number => l_object_version_number
441: );
442: exception
443: when hr_api.cannot_find_prog_unit then
444: hr_api.cannot_find_prog_unit_error
445: (p_module_name => 'DELETE_FORMULA_RESULT_RULE'
446: ,p_hook_type => 'AP'
447: );

Line 444: hr_api.cannot_find_prog_unit_error

440: ,p_object_version_number => l_object_version_number
441: );
442: exception
443: when hr_api.cannot_find_prog_unit then
444: hr_api.cannot_find_prog_unit_error
445: (p_module_name => 'DELETE_FORMULA_RESULT_RULE'
446: ,p_hook_type => 'AP'
447: );
448: end;

Line 453: raise hr_api.validate_enabled;

449: --
450: -- When in validation only mode raise the Validate_Enabled exception
451: --
452: if p_validate then
453: raise hr_api.validate_enabled;
454: end if;
455: --
456: -- Set all output arguments
457: --

Line 464: when hr_api.validate_enabled then

460: p_object_version_number := l_object_version_number;
461: --
462: hr_utility.set_location(' Leaving:'||l_proc, 70);
463: exception
464: when hr_api.validate_enabled then
465: --
466: -- As the Validate_Enabled exception has been raised
467: -- we must rollback to the savepoint
468: --