DBA Data[Home] [Help]

APPS.HR_QUEST_ANS_VAL_API dependencies on HR_API

Line 53: when hr_api.cannot_find_prog_unit then

49: ,p_value => p_value
50: );
51:
52: exception
53: when hr_api.cannot_find_prog_unit then
54: hr_api.cannot_find_prog_unit_error
55: (p_module_name => 'insert_quest_answer_val'
56: ,p_hook_type => 'BP'
57: );

Line 54: hr_api.cannot_find_prog_unit_error

50: );
51:
52: exception
53: when hr_api.cannot_find_prog_unit then
54: hr_api.cannot_find_prog_unit_error
55: (p_module_name => 'insert_quest_answer_val'
56: ,p_hook_type => 'BP'
57: );
58: end;

Line 92: when hr_api.cannot_find_prog_unit then

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

Line 93: hr_api.cannot_find_prog_unit_error

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

Line 102: raise hr_api.validate_enabled;

98: --
99: -- When in validation only mode raise the Validate_Enabled exception
100: --
101: if p_validate then
102: raise hr_api.validate_enabled;
103: end if;
104: --
105: -- Set all IN OUT and OUT parameters with out values
106: --

Line 110: when hr_api.validate_enabled then

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

Line 151: ,p_value in varchar2 default hr_api.g_varchar2

147: procedure update_quest_answer_val
148: ( p_validate in boolean default false
149: ,p_quest_answer_val_id in number
150: ,p_object_version_number in out nocopy number
151: ,p_value in varchar2 default hr_api.g_varchar2
152: )
153: is
154: --
155: -- Declare cursors and local variables

Line 185: when hr_api.cannot_find_prog_unit then

181: ,p_object_version_number => p_object_version_number
182: ,p_value => p_value
183: );
184: exception
185: when hr_api.cannot_find_prog_unit then
186: hr_api.cannot_find_prog_unit_error
187: (p_module_name => 'update_quest_answer_val'
188: ,p_hook_type => 'BP'
189: );

Line 186: hr_api.cannot_find_prog_unit_error

182: ,p_value => p_value
183: );
184: exception
185: when hr_api.cannot_find_prog_unit then
186: hr_api.cannot_find_prog_unit_error
187: (p_module_name => 'update_quest_answer_val'
188: ,p_hook_type => 'BP'
189: );
190: end;

Line 217: when hr_api.cannot_find_prog_unit then

213: ,p_object_version_number => p_object_version_number
214: ,p_value => p_value
215: );
216: exception
217: when hr_api.cannot_find_prog_unit then
218: hr_api.cannot_find_prog_unit_error
219: (p_module_name => 'update_quest_answer_val'
220: ,p_hook_type => 'AP'
221: );

Line 218: hr_api.cannot_find_prog_unit_error

214: ,p_value => p_value
215: );
216: exception
217: when hr_api.cannot_find_prog_unit then
218: hr_api.cannot_find_prog_unit_error
219: (p_module_name => 'update_quest_answer_val'
220: ,p_hook_type => 'AP'
221: );
222: end;

Line 227: raise hr_api.validate_enabled;

223: --
224: -- When in validation only mode raise the Validate_Enabled exception
225: --
226: if p_validate then
227: raise hr_api.validate_enabled;
228: end if;
229: --
230: -- Set all IN OUT and OUT parameters with out values
231: --

Line 235: when hr_api.validate_enabled then

231: --
232: --
233: hr_utility.set_location(' Leaving:'||l_proc, 70);
234: exception
235: when hr_api.validate_enabled then
236: --
237: -- As the Validate_Enabled exception has been raised
238: -- we must rollback to the savepoint
239: --

Line 302: when hr_api.cannot_find_prog_unit then

298: p_quest_answer_val_id => p_quest_answer_val_id
299: ,p_object_version_number => p_object_version_number
300: );
301: exception
302: when hr_api.cannot_find_prog_unit then
303: hr_api.cannot_find_prog_unit_error
304: (p_module_name => 'delete_quest_answer_val'
305: ,p_hook_type => 'BP'
306: );

Line 303: hr_api.cannot_find_prog_unit_error

299: ,p_object_version_number => p_object_version_number
300: );
301: exception
302: when hr_api.cannot_find_prog_unit then
303: hr_api.cannot_find_prog_unit_error
304: (p_module_name => 'delete_quest_answer_val'
305: ,p_hook_type => 'BP'
306: );
307: end;

Line 331: when hr_api.cannot_find_prog_unit then

327: ( p_quest_answer_val_id => p_quest_answer_val_id
328: ,p_object_version_number => p_object_version_number
329: );
330: exception
331: when hr_api.cannot_find_prog_unit then
332: hr_api.cannot_find_prog_unit_error
333: (p_module_name => 'delete_quest_answer_val'
334: ,p_hook_type => 'AP'
335: );

Line 332: hr_api.cannot_find_prog_unit_error

328: ,p_object_version_number => p_object_version_number
329: );
330: exception
331: when hr_api.cannot_find_prog_unit then
332: hr_api.cannot_find_prog_unit_error
333: (p_module_name => 'delete_quest_answer_val'
334: ,p_hook_type => 'AP'
335: );
336: end;

Line 341: raise hr_api.validate_enabled;

337: --
338: -- When in validation only mode raise the Validate_Enabled exception
339: --
340: if p_validate then
341: raise hr_api.validate_enabled;
342: end if;
343: --
344: -- Set all IN OUT and OUT parameters with out values
345: --

Line 349: when hr_api.validate_enabled then

345: --
346: --
347: hr_utility.set_location(' Leaving:'||l_proc, 70);
348: exception
349: when hr_api.validate_enabled then
350: --
351: -- As the Validate_Enabled exception has been raised
352: -- we must rollback to the savepoint
353: --