DBA Data[Home] [Help]

APPS.PER_REC_ACTIVITY_FOR_API dependencies on HR_API

Line 48: when hr_api.cannot_find_prog_unit then

44: ,p_vacancy_id => p_vacancy_id
45: ,p_rec_activity_id => p_rec_activity_id
46: );
47: exception
48: when hr_api.cannot_find_prog_unit then
49: hr_api.cannot_find_prog_unit_error
50: (p_module_name => 'CREATE_REC_ACTIVITY_FOR'
51: ,p_hook_type => 'BP'
52: );

Line 49: hr_api.cannot_find_prog_unit_error

45: ,p_rec_activity_id => p_rec_activity_id
46: );
47: exception
48: when hr_api.cannot_find_prog_unit then
49: hr_api.cannot_find_prog_unit_error
50: (p_module_name => 'CREATE_REC_ACTIVITY_FOR'
51: ,p_hook_type => 'BP'
52: );
53: end;

Line 79: when hr_api.cannot_find_prog_unit then

75: ,p_rec_activity_id => p_rec_activity_id
76: ,p_object_version_number => l_object_version_number
77: );
78: exception
79: when hr_api.cannot_find_prog_unit then
80: hr_api.cannot_find_prog_unit_error
81: (p_module_name => 'CREATE_REC_ACTIVITY_FOR'
82: ,p_hook_type => 'AP'
83: );

Line 80: hr_api.cannot_find_prog_unit_error

76: ,p_object_version_number => l_object_version_number
77: );
78: exception
79: when hr_api.cannot_find_prog_unit then
80: hr_api.cannot_find_prog_unit_error
81: (p_module_name => 'CREATE_REC_ACTIVITY_FOR'
82: ,p_hook_type => 'AP'
83: );
84: end;

Line 89: raise hr_api.validate_enabled;

85: --
86: -- When in validation only mode raise the Validate_Enabled exception
87: --
88: if p_validate then
89: raise hr_api.validate_enabled;
90: end if;
91: --
92: -- Set all output arguments
93: --

Line 99: when hr_api.validate_enabled then

95: p_object_version_number := l_object_version_number;
96: --
97: hr_utility.set_location(' Leaving:'||l_proc, 70);
98: exception
99: when hr_api.validate_enabled then
100: --
101: -- As the Validate_Enabled exception has been raised
102: -- we must rollback to the savepoint
103: --

Line 131: ,p_vacancy_id in number default hr_api.g_number

127: --
128: procedure update_REC_ACTIVITY_FOR
129: (p_validate in boolean default false
130: ,p_rec_activity_for_id in number
131: ,p_vacancy_id in number default hr_api.g_number
132: ,p_rec_activity_id in number default hr_api.g_number
133: ,p_object_version_number in out nocopy number
134: ) is
135: --

Line 132: ,p_rec_activity_id in number default hr_api.g_number

128: procedure update_REC_ACTIVITY_FOR
129: (p_validate in boolean default false
130: ,p_rec_activity_for_id in number
131: ,p_vacancy_id in number default hr_api.g_number
132: ,p_rec_activity_id in number default hr_api.g_number
133: ,p_object_version_number in out nocopy number
134: ) is
135: --
136: -- Declare cursors and local variables

Line 161: when hr_api.cannot_find_prog_unit then

157: ,p_rec_activity_id => p_rec_activity_id
158: ,p_object_version_number => l_object_version_number
159: );
160: exception
161: when hr_api.cannot_find_prog_unit then
162: hr_api.cannot_find_prog_unit_error
163: (p_module_name => 'UPDATE_REC_ACTIVITY_FOR'
164: ,p_hook_type => 'BP'
165: );

Line 162: hr_api.cannot_find_prog_unit_error

158: ,p_object_version_number => l_object_version_number
159: );
160: exception
161: when hr_api.cannot_find_prog_unit then
162: hr_api.cannot_find_prog_unit_error
163: (p_module_name => 'UPDATE_REC_ACTIVITY_FOR'
164: ,p_hook_type => 'BP'
165: );
166: end;

Line 191: when hr_api.cannot_find_prog_unit then

187: ,p_object_version_number => l_object_version_number
188: );
189:
190: exception
191: when hr_api.cannot_find_prog_unit then
192: hr_api.cannot_find_prog_unit_error
193: (p_module_name => 'UPDATE_REC_ACTIVITY_FOR'
194: ,p_hook_type => 'AP'
195: );

Line 192: hr_api.cannot_find_prog_unit_error

188: );
189:
190: exception
191: when hr_api.cannot_find_prog_unit then
192: hr_api.cannot_find_prog_unit_error
193: (p_module_name => 'UPDATE_REC_ACTIVITY_FOR'
194: ,p_hook_type => 'AP'
195: );
196: end;

Line 201: raise hr_api.validate_enabled;

197: --
198: -- When in validation only mode raise the Validate_Enabled exception
199: --
200: if p_validate then
201: raise hr_api.validate_enabled;
202: end if;
203: --
204: -- Set all output arguments
205: --

Line 210: when hr_api.validate_enabled then

206: p_object_version_number := l_object_version_number;
207: --
208: hr_utility.set_location(' Leaving:'||l_proc, 70);
209: exception
210: when hr_api.validate_enabled then
211: --
212: -- As the Validate_Enabled exception has been raised
213: -- we must rollback to the savepoint
214: --

Line 263: when hr_api.cannot_find_prog_unit then

259: p_rec_activity_for_id => p_rec_activity_for_id
260: ,p_object_version_number => p_object_version_number
261: );
262: exception
263: when hr_api.cannot_find_prog_unit then
264: hr_api.cannot_find_prog_unit_error
265: (p_module_name => 'DELETE_REC_ACTIVITY_FOR'
266: ,p_hook_type => 'BP'
267: );

Line 264: hr_api.cannot_find_prog_unit_error

260: ,p_object_version_number => p_object_version_number
261: );
262: exception
263: when hr_api.cannot_find_prog_unit then
264: hr_api.cannot_find_prog_unit_error
265: (p_module_name => 'DELETE_REC_ACTIVITY_FOR'
266: ,p_hook_type => 'BP'
267: );
268: end;

Line 291: when hr_api.cannot_find_prog_unit then

287: p_rec_activity_for_id => p_rec_activity_for_id
288: ,p_object_version_number => p_object_version_number
289: );
290: exception
291: when hr_api.cannot_find_prog_unit then
292: hr_api.cannot_find_prog_unit_error
293: (p_module_name => 'DELETE_REC_ACTIVITY_FOR'
294: ,p_hook_type => 'AP'
295: );

Line 292: hr_api.cannot_find_prog_unit_error

288: ,p_object_version_number => p_object_version_number
289: );
290: exception
291: when hr_api.cannot_find_prog_unit then
292: hr_api.cannot_find_prog_unit_error
293: (p_module_name => 'DELETE_REC_ACTIVITY_FOR'
294: ,p_hook_type => 'AP'
295: );
296: end;

Line 301: raise hr_api.validate_enabled;

297: --
298: -- When in validation only mode raise the Validate_Enabled exception
299: --
300: if p_validate then
301: raise hr_api.validate_enabled;
302: end if;
303: --
304: -- Set all output arguments
305: --

Line 309: when hr_api.validate_enabled then

305: --
306: --
307: hr_utility.set_location(' Leaving:'||l_proc, 70);
308: exception
309: when hr_api.validate_enabled then
310: --
311: -- As the Validate_Enabled exception has been raised
312: -- we must rollback to the savepoint
313: --