DBA Data[Home] [Help]

APPS.PAY_STATUS_PROCESSING_RULE_API dependencies on HR_API

Line 66: when hr_api.cannot_find_prog_unit then

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

Line 67: hr_api.cannot_find_prog_unit_error

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

Line 114: when hr_api.cannot_find_prog_unit then

110: ,p_object_version_number => l_object_version_number
111: ,p_formula_mismatch_warning => l_formula_mismatch_warning
112: );
113: exception
114: when hr_api.cannot_find_prog_unit then
115: hr_api.cannot_find_prog_unit_error
116: (p_module_name => 'CREATE_STATUS_PROCESS_RULE'
117: ,p_hook_type => 'AP'
118: );

Line 115: hr_api.cannot_find_prog_unit_error

111: ,p_formula_mismatch_warning => l_formula_mismatch_warning
112: );
113: exception
114: when hr_api.cannot_find_prog_unit then
115: hr_api.cannot_find_prog_unit_error
116: (p_module_name => 'CREATE_STATUS_PROCESS_RULE'
117: ,p_hook_type => 'AP'
118: );
119: end;

Line 125: Raise HR_Api.Validate_Enabled;

121: --
122: -- When in validation only mode raise the Validate_Enabled exception
123: --
124: If p_validate then
125: Raise HR_Api.Validate_Enabled;
126: End If;
127: -- set all OUT parameter for message
128: p_status_processing_rule_id := l_status_processing_rule_id;
129: p_effective_start_date := l_effective_start_date;

Line 137: when HR_Api.Validate_Enabled then

133: --
134: hr_utility.set_location(' Leaving:'||l_proc, 40);
135: exception
136: --
137: when HR_Api.Validate_Enabled then
138: --
139: -- As the Validate_Enabled exception has been raised
140: -- we must rollback to the savepoint
141: --

Line 175: ,p_formula_id in number default hr_api.g_number

171: ,p_effective_date in date
172: ,p_datetrack_mode in varchar2
173: ,p_status_processing_rule_id in number
174: ,p_object_version_number in out nocopy number
175: ,p_formula_id in number default hr_api.g_number
176: ,p_comments in varchar2 default hr_api.g_varchar2
177: ,p_effective_start_date out nocopy date
178: ,p_effective_end_date out nocopy date
179: ,p_formula_mismatch_warning out nocopy boolean

Line 176: ,p_comments in varchar2 default hr_api.g_varchar2

172: ,p_datetrack_mode in varchar2
173: ,p_status_processing_rule_id in number
174: ,p_object_version_number in out nocopy number
175: ,p_formula_id in number default hr_api.g_number
176: ,p_comments in varchar2 default hr_api.g_varchar2
177: ,p_effective_start_date out nocopy date
178: ,p_effective_end_date out nocopy date
179: ,p_formula_mismatch_warning out nocopy boolean
180: ) is

Line 218: when hr_api.cannot_find_prog_unit then

214: ,p_formula_id => p_formula_id
215: ,p_comments => p_comments
216: );
217: exception
218: when hr_api.cannot_find_prog_unit then
219: hr_api.cannot_find_prog_unit_error
220: (p_module_name => 'UPDATE_STATUS_PROCESS_RULE'
221: ,p_hook_type => 'BP'
222: );

Line 219: hr_api.cannot_find_prog_unit_error

215: ,p_comments => p_comments
216: );
217: exception
218: when hr_api.cannot_find_prog_unit then
219: hr_api.cannot_find_prog_unit_error
220: (p_module_name => 'UPDATE_STATUS_PROCESS_RULE'
221: ,p_hook_type => 'BP'
222: );
223: end;

Line 258: when hr_api.cannot_find_prog_unit then

254: ,p_effective_end_date => l_effective_end_date
255: ,p_formula_mismatch_warning => l_formula_mismatch_warning
256: );
257: exception
258: when hr_api.cannot_find_prog_unit then
259: hr_api.cannot_find_prog_unit_error
260: (p_module_name => 'UPDATE_STATUS_PROCESS_RULE'
261: ,p_hook_type => 'AP'
262: );

Line 259: hr_api.cannot_find_prog_unit_error

255: ,p_formula_mismatch_warning => l_formula_mismatch_warning
256: );
257: exception
258: when hr_api.cannot_find_prog_unit then
259: hr_api.cannot_find_prog_unit_error
260: (p_module_name => 'UPDATE_STATUS_PROCESS_RULE'
261: ,p_hook_type => 'AP'
262: );
263: end;

Line 272: Raise HR_Api.Validate_Enabled;

268: --
269: -- If we are validating then raise the Validate_Enabled exception
270: --
271: If p_validate then
272: Raise HR_Api.Validate_Enabled;
273: End If;
274: --
275: --
276: -- Set all output arguments

Line 285: WHEN hr_api.validate_enabled THEN

281: p_formula_mismatch_warning := l_formula_mismatch_warning ;
282: --
283: hr_utility.set_location('Leaving :'||l_proc, 50);
284: exception
285: WHEN hr_api.validate_enabled THEN
286: --
287: -- As the Validate_Enabled EXCEPTION has been raised
288: -- we must rollback to the SAVEPOINT
289: --

Line 361: when hr_api.cannot_find_prog_unit then

357: ,p_status_processing_rule_id => p_status_processing_rule_id
358: ,p_object_version_number => l_object_version_number
359: );
360: exception
361: when hr_api.cannot_find_prog_unit then
362: hr_api.cannot_find_prog_unit_error
363: (p_module_name => 'DELETE_STATUS_PROCESS_RULE'
364: ,p_hook_type => 'BP'
365: );

Line 362: hr_api.cannot_find_prog_unit_error

358: ,p_object_version_number => l_object_version_number
359: );
360: exception
361: when hr_api.cannot_find_prog_unit then
362: hr_api.cannot_find_prog_unit_error
363: (p_module_name => 'DELETE_STATUS_PROCESS_RULE'
364: ,p_hook_type => 'BP'
365: );
366: end;

Line 392: when hr_api.cannot_find_prog_unit then

388: ,p_effective_start_date => l_effective_start_date
389: ,p_effective_end_date => l_effective_end_date
390: );
391: exception
392: when hr_api.cannot_find_prog_unit then
393: hr_api.cannot_find_prog_unit_error
394: (p_module_name => 'DELETE_STATUS_PROCESS_RULE'
395: ,p_hook_type => 'AP'
396: );

Line 393: hr_api.cannot_find_prog_unit_error

389: ,p_effective_end_date => l_effective_end_date
390: );
391: exception
392: when hr_api.cannot_find_prog_unit then
393: hr_api.cannot_find_prog_unit_error
394: (p_module_name => 'DELETE_STATUS_PROCESS_RULE'
395: ,p_hook_type => 'AP'
396: );
397: end;

Line 405: RAISE hr_api.validate_enabled;

401: -- When in validation only mode RAISE the Validate_Enabled EXCEPTION
402: --
403: IF p_validate THEN
404: --
405: RAISE hr_api.validate_enabled;
406: --
407: END IF;
408: --
409: -- Set all output arguments

Line 419: WHEN hr_api.validate_enabled THEN

415: hr_utility.set_location(' Leaving:'||l_proc, 50);
416: --
417: EXCEPTION
418: --
419: WHEN hr_api.validate_enabled THEN
420: --
421: -- As the Validate_Enabled EXCEPTION has been RAISED
422: -- we must rollback to the SAVEPOINT
423: --