DBA Data[Home] [Help]

APPS.FF_FUNCTION_CONTEXT_USG_API dependencies on HR_API

Line 45: when hr_api.cannot_find_prog_unit then

41: (p_function_id => p_function_id
42: ,p_context_id => p_context_id
43: );
44: exception
45: when hr_api.cannot_find_prog_unit then
46: hr_api.cannot_find_prog_unit_error
47: (p_module_name => 'CREATE_CONTEXT'
48: ,p_hook_type => 'BP'
49: );

Line 46: hr_api.cannot_find_prog_unit_error

42: ,p_context_id => p_context_id
43: );
44: exception
45: when hr_api.cannot_find_prog_unit then
46: hr_api.cannot_find_prog_unit_error
47: (p_module_name => 'CREATE_CONTEXT'
48: ,p_hook_type => 'BP'
49: );
50: end;

Line 78: when hr_api.cannot_find_prog_unit then

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

Line 79: hr_api.cannot_find_prog_unit_error

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

Line 88: raise hr_api.validate_enabled;

84: --
85: -- When in validation only mode raise the Validate_Enabled exception
86: --
87: if p_validate then
88: raise hr_api.validate_enabled;
89: end if;
90: --
91: -- Set all IN OUT and OUT parameters with out values
92: --

Line 98: when hr_api.validate_enabled then

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

Line 137: ,p_context_id in number default hr_api.g_number

133: (p_validate in boolean default false
134: ,p_function_id in number
135: ,p_sequence_number in number
136: ,p_object_version_number in out nocopy number
137: ,p_context_id in number default hr_api.g_number
138: ) is
139: --
140: -- Declare cursors and local variables
141: --

Line 169: when hr_api.cannot_find_prog_unit then

165: ,p_object_version_number => l_object_version_number
166: ,p_context_id => p_context_id
167: );
168: exception
169: when hr_api.cannot_find_prog_unit then
170: hr_api.cannot_find_prog_unit_error
171: (p_module_name => 'UPDATE_CONTEXT'
172: ,p_hook_type => 'BP'
173: );

Line 170: hr_api.cannot_find_prog_unit_error

166: ,p_context_id => p_context_id
167: );
168: exception
169: when hr_api.cannot_find_prog_unit then
170: hr_api.cannot_find_prog_unit_error
171: (p_module_name => 'UPDATE_CONTEXT'
172: ,p_hook_type => 'BP'
173: );
174: end;

Line 203: when hr_api.cannot_find_prog_unit then

199: ,p_object_version_number => l_object_version_number
200: ,p_context_id => p_context_id
201: );
202: exception
203: when hr_api.cannot_find_prog_unit then
204: hr_api.cannot_find_prog_unit_error
205: (p_module_name => 'UPDATE_CONTEXT'
206: ,p_hook_type => 'AP'
207: );

Line 204: hr_api.cannot_find_prog_unit_error

200: ,p_context_id => p_context_id
201: );
202: exception
203: when hr_api.cannot_find_prog_unit then
204: hr_api.cannot_find_prog_unit_error
205: (p_module_name => 'UPDATE_CONTEXT'
206: ,p_hook_type => 'AP'
207: );
208: end;

Line 213: raise hr_api.validate_enabled;

209: --
210: -- When in validation only mode raise the Validate_Enabled exception
211: --
212: if p_validate then
213: raise hr_api.validate_enabled;
214: end if;
215: --
216: -- Set all IN OUT and OUT parameters with out values
217: --

Line 222: when hr_api.validate_enabled then

218: p_object_version_number := l_object_version_number;
219: --
220: hr_utility.set_location(' Leaving:'||l_proc, 70);
221: exception
222: when hr_api.validate_enabled then
223: --
224: -- As the Validate_Enabled exception has been raised
225: -- we must rollback to the savepoint
226: --

Line 285: when hr_api.cannot_find_prog_unit then

281: ,p_sequence_number => p_sequence_number
282: ,p_object_version_number => p_object_version_number
283: );
284: exception
285: when hr_api.cannot_find_prog_unit then
286: hr_api.cannot_find_prog_unit_error
287: (p_module_name => 'DELETE_CONTEXT'
288: ,p_hook_type => 'BP'
289: );

Line 286: hr_api.cannot_find_prog_unit_error

282: ,p_object_version_number => p_object_version_number
283: );
284: exception
285: when hr_api.cannot_find_prog_unit then
286: hr_api.cannot_find_prog_unit_error
287: (p_module_name => 'DELETE_CONTEXT'
288: ,p_hook_type => 'BP'
289: );
290: end;

Line 317: when hr_api.cannot_find_prog_unit then

313: ,p_sequence_number => p_sequence_number
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_CONTEXT'
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_CONTEXT'
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: -- Set all IN OUT and OUT parameters with out values
331: --

Line 335: when hr_api.validate_enabled then

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