DBA Data[Home] [Help]

APPS.PSP_TEMPLATE_DETAILS_API dependencies on HR_API

Line 63: when hr_api.cannot_find_prog_unit then

59: , P_CRITERIA_VALUE3 => P_CRITERIA_VALUE3
60: , P_TEMPLATE_DETAIL_ID => P_TEMPLATE_DETAIL_ID
61: );
62: exception
63: when hr_api.cannot_find_prog_unit then
64: hr_api.cannot_find_prog_unit_error
65: (p_module_name => 'Create_TEMPLATE_DETAILS'
66: ,p_hook_type => 'BP'
67: );

Line 64: hr_api.cannot_find_prog_unit_error

60: , P_TEMPLATE_DETAIL_ID => P_TEMPLATE_DETAIL_ID
61: );
62: exception
63: when hr_api.cannot_find_prog_unit then
64: hr_api.cannot_find_prog_unit_error
65: (p_module_name => 'Create_TEMPLATE_DETAILS'
66: ,p_hook_type => 'BP'
67: );
68: end;

Line 110: when hr_api.cannot_find_prog_unit then

106: , P_RETURN_STATUS => P_RETURN_STATUS
107:
108: );
109: exception
110: when hr_api.cannot_find_prog_unit then
111: hr_api.cannot_find_prog_unit_error
112: (p_module_name => 'Create_TEMPLATE_DETAILS'
113: ,p_hook_type => 'AP'
114: );

Line 111: hr_api.cannot_find_prog_unit_error

107:
108: );
109: exception
110: when hr_api.cannot_find_prog_unit then
111: hr_api.cannot_find_prog_unit_error
112: (p_module_name => 'Create_TEMPLATE_DETAILS'
113: ,p_hook_type => 'AP'
114: );
115: end;

Line 120: raise hr_api.validate_enabled;

116: --
117: -- When in validation only mode raise the Validate_Enabled exception
118: --
119: if p_validate then
120: raise hr_api.validate_enabled;
121: end if;
122: --
123: -- Set all IN OUT and OUT parameters with out values
124: --

Line 132: when hr_api.validate_enabled then

128: -- p_some_warning := ;
129: --
130: hr_utility.set_location(' Leaving:'||l_proc, 70);
131: exception
132: when hr_api.validate_enabled then
133: --
134: -- As the Validate_Enabled exception has been raised
135: -- we must rollback to the savepoint
136: --

Line 227: when hr_api.cannot_find_prog_unit then

223: , P_CRITERIA_VALUE3 => P_CRITERIA_VALUE3
224: , P_TEMPLATE_DETAIL_ID => P_TEMPLATE_DETAIL_ID
225: );
226: exception
227: when hr_api.cannot_find_prog_unit then
228: hr_api.cannot_find_prog_unit_error
229: (p_module_name => 'Update_TEMPLATE_DETAILS'
230: ,p_hook_type => 'BP'
231: );

Line 228: hr_api.cannot_find_prog_unit_error

224: , P_TEMPLATE_DETAIL_ID => P_TEMPLATE_DETAIL_ID
225: );
226: exception
227: when hr_api.cannot_find_prog_unit then
228: hr_api.cannot_find_prog_unit_error
229: (p_module_name => 'Update_TEMPLATE_DETAILS'
230: ,p_hook_type => 'BP'
231: );
232: end;

Line 274: when hr_api.cannot_find_prog_unit then

270: , P_WARNING => P_WARNING
271: , P_RETURN_STATUS => P_RETURN_STATUS
272: );
273: exception
274: when hr_api.cannot_find_prog_unit then
275: hr_api.cannot_find_prog_unit_error
276: (p_module_name => 'Update_TEMPLATE_DETAILS'
277: ,p_hook_type => 'AP'
278: );

Line 275: hr_api.cannot_find_prog_unit_error

271: , P_RETURN_STATUS => P_RETURN_STATUS
272: );
273: exception
274: when hr_api.cannot_find_prog_unit then
275: hr_api.cannot_find_prog_unit_error
276: (p_module_name => 'Update_TEMPLATE_DETAILS'
277: ,p_hook_type => 'AP'
278: );
279: end;

Line 284: raise hr_api.validate_enabled;

280: --
281: -- When in validation only mode raise the Validate_Enabled exception
282: --
283: if p_validate then
284: raise hr_api.validate_enabled;
285: end if;
286: --
287: -- Set all IN OUT and OUT parameters with out values
288: --

Line 296: when hr_api.validate_enabled then

292: -- p_some_warning := ;
293: --
294: hr_utility.set_location(' Leaving:'||l_proc, 70);
295: exception
296: when hr_api.validate_enabled then
297: --
298: -- As the Validate_Enabled exception has been raised
299: -- we must rollback to the savepoint
300: --

Line 382: when hr_api.cannot_find_prog_unit then

378: PSP_TEMPLATE_DETAILS_BK3.Delete_TEMPLATE_DETAILS_b
379: ( P_TEMPLATE_DETAIL_ID => P_TEMPLATE_DETAIL_ID
380: );
381: exception
382: when hr_api.cannot_find_prog_unit then
383: hr_api.cannot_find_prog_unit_error
384: (p_module_name => 'Delete_TEMPLATE_DETAILS'
385: ,p_hook_type => 'BP'
386: );

Line 383: hr_api.cannot_find_prog_unit_error

379: ( P_TEMPLATE_DETAIL_ID => P_TEMPLATE_DETAIL_ID
380: );
381: exception
382: when hr_api.cannot_find_prog_unit then
383: hr_api.cannot_find_prog_unit_error
384: (p_module_name => 'Delete_TEMPLATE_DETAILS'
385: ,p_hook_type => 'BP'
386: );
387: end;

Line 416: when hr_api.cannot_find_prog_unit then

412: ,P_WARNING => P_WARNING
413:
414: );
415: exception
416: when hr_api.cannot_find_prog_unit then
417: hr_api.cannot_find_prog_unit_error
418: (p_module_name => 'Delete_TEMPLATE_DETAILS'
419: ,p_hook_type => 'AP'
420: );

Line 417: hr_api.cannot_find_prog_unit_error

413:
414: );
415: exception
416: when hr_api.cannot_find_prog_unit then
417: hr_api.cannot_find_prog_unit_error
418: (p_module_name => 'Delete_TEMPLATE_DETAILS'
419: ,p_hook_type => 'AP'
420: );
421: end;

Line 426: raise hr_api.validate_enabled;

422: --
423: -- When in validation only mode raise the Validate_Enabled exception
424: --
425: if p_validate then
426: raise hr_api.validate_enabled;
427: end if;
428: --
429: -- Set all IN OUT and OUT parameters with out values
430: --

Line 438: when hr_api.validate_enabled then

434: -- p_some_warning := ;
435: --
436: hr_utility.set_location(' Leaving:'||l_proc, 70);
437: exception
438: when hr_api.validate_enabled then
439: --
440: -- As the Validate_Enabled exception has been raised
441: -- we must rollback to the savepoint
442: --