DBA Data[Home] [Help]

APPS.HR_QUESTIONNAIRE_API dependencies on HR_API

Line 58: when hr_api.cannot_find_prog_unit then

54: ,p_text => NULL
55: );
56:
57: exception
58: when hr_api.cannot_find_prog_unit then
59: hr_api.cannot_find_prog_unit_error
60: (p_module_name => 'create_questionnaire'
61: ,p_hook_type => 'BP'
62: );

Line 59: hr_api.cannot_find_prog_unit_error

55: );
56:
57: exception
58: when hr_api.cannot_find_prog_unit then
59: hr_api.cannot_find_prog_unit_error
60: (p_module_name => 'create_questionnaire'
61: ,p_hook_type => 'BP'
62: );
63: end;

Line 99: when hr_api.cannot_find_prog_unit then

95: ,p_questionnaire_template_id => p_questionnaire_template_id
96: ,p_object_version_number => p_object_version_number
97: );
98: exception
99: when hr_api.cannot_find_prog_unit then
100: hr_api.cannot_find_prog_unit_error
101: (p_module_name => 'create_questionnaire'
102: ,p_hook_type => 'AP'
103: );

Line 100: hr_api.cannot_find_prog_unit_error

96: ,p_object_version_number => p_object_version_number
97: );
98: exception
99: when hr_api.cannot_find_prog_unit then
100: hr_api.cannot_find_prog_unit_error
101: (p_module_name => 'create_questionnaire'
102: ,p_hook_type => 'AP'
103: );
104: end;

Line 109: raise hr_api.validate_enabled;

105: --
106: -- When in validation only mode raise the Validate_Enabled exception
107: --
108: if p_validate then
109: raise hr_api.validate_enabled;
110: end if;
111: --
112: -- Set all IN OUT and OUT parameters with out values
113: --

Line 118: when hr_api.validate_enabled then

114:
115: --
116: hr_utility.set_location(' Leaving:'||l_proc, 70);
117: exception
118: when hr_api.validate_enabled then
119: --
120: -- As the Validate_Enabled exception has been raised
121: -- we must rollback to the savepoint
122: --

Line 157: ,p_name in varchar2 default hr_api.g_varchar2

153: p_validate in boolean default false
154: ,p_questionnaire_template_id in number
155: ,p_object_version_number in out nocopy number
156: ,p_effective_date in date
157: ,p_name in varchar2 default hr_api.g_varchar2
158: ,p_available_flag in varchar2 default hr_api.g_varchar2
159: ,p_business_group_id in number default hr_api.g_number
160: ,p_text in CLOB
161: ) is

Line 158: ,p_available_flag in varchar2 default hr_api.g_varchar2

154: ,p_questionnaire_template_id in number
155: ,p_object_version_number in out nocopy number
156: ,p_effective_date in date
157: ,p_name in varchar2 default hr_api.g_varchar2
158: ,p_available_flag in varchar2 default hr_api.g_varchar2
159: ,p_business_group_id in number default hr_api.g_number
160: ,p_text in CLOB
161: ) is
162: --

Line 159: ,p_business_group_id in number default hr_api.g_number

155: ,p_object_version_number in out nocopy number
156: ,p_effective_date in date
157: ,p_name in varchar2 default hr_api.g_varchar2
158: ,p_available_flag in varchar2 default hr_api.g_varchar2
159: ,p_business_group_id in number default hr_api.g_number
160: ,p_text in CLOB
161: ) is
162: --
163: -- Declare cursors and local variables

Line 198: when hr_api.cannot_find_prog_unit then

194: ,p_text => NULL
195: );
196:
197: exception
198: when hr_api.cannot_find_prog_unit then
199: hr_api.cannot_find_prog_unit_error
200: (p_module_name => 'update_questionnaire'
201: ,p_hook_type => 'BP'
202: );

Line 199: hr_api.cannot_find_prog_unit_error

195: );
196:
197: exception
198: when hr_api.cannot_find_prog_unit then
199: hr_api.cannot_find_prog_unit_error
200: (p_module_name => 'update_questionnaire'
201: ,p_hook_type => 'BP'
202: );
203: end;

Line 239: when hr_api.cannot_find_prog_unit then

235: ,p_text => NULL
236: );
237:
238: exception
239: when hr_api.cannot_find_prog_unit then
240: hr_api.cannot_find_prog_unit_error
241: (p_module_name => 'update_questionnaire'
242: ,p_hook_type => 'AP'
243: );

Line 240: hr_api.cannot_find_prog_unit_error

236: );
237:
238: exception
239: when hr_api.cannot_find_prog_unit then
240: hr_api.cannot_find_prog_unit_error
241: (p_module_name => 'update_questionnaire'
242: ,p_hook_type => 'AP'
243: );
244: end;

Line 249: raise hr_api.validate_enabled;

245: --
246: -- When in validation only mode raise the Validate_Enabled exception
247: --
248: if p_validate then
249: raise hr_api.validate_enabled;
250: end if;
251: --
252: -- Set all IN OUT and OUT parameters with out values
253: --

Line 256: when hr_api.validate_enabled then

252: -- Set all IN OUT and OUT parameters with out values
253: --
254: hr_utility.set_location(' Leaving:'||l_proc, 70);
255: exception
256: when hr_api.validate_enabled then
257: --
258: -- As the Validate_Enabled exception has been raised
259: -- we must rollback to the savepoint
260: --

Line 332: when hr_api.cannot_find_prog_unit then

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

Line 333: hr_api.cannot_find_prog_unit_error

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

Line 393: when hr_api.cannot_find_prog_unit then

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

Line 394: hr_api.cannot_find_prog_unit_error

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

Line 403: raise hr_api.validate_enabled;

399: --
400: -- When in validation only mode raise the Validate_Enabled exception
401: --
402: if p_validate then
403: raise hr_api.validate_enabled;
404: end if;
405: --
406: -- Set all IN OUT and OUT parameters with out values
407: --

Line 411: when hr_api.validate_enabled then

407: --
408: --
409: hr_utility.set_location(' Leaving:'||l_proc, 70);
410: exception
411: when hr_api.validate_enabled then
412: --
413: -- As the Validate_Enabled exception has been raised
414: -- we must rollback to the savepoint
415: --