DBA Data[Home] [Help]

APPS.PQP_GDS_API dependencies on HR_API

Line 67: when hr_api.cannot_find_prog_unit then

63: ,p_gap_level => p_gap_level
64: ,p_object_version_number => l_object_version_number
65: );
66: exception
67: when hr_api.cannot_find_prog_unit then
68: hr_api.cannot_find_prog_unit_error
69: (p_module_name => 'create_duration_summary'
70: ,p_hook_type => 'BP'
71: );

Line 68: hr_api.cannot_find_prog_unit_error

64: ,p_object_version_number => l_object_version_number
65: );
66: exception
67: when hr_api.cannot_find_prog_unit then
68: hr_api.cannot_find_prog_unit_error
69: (p_module_name => 'create_duration_summary'
70: ,p_hook_type => 'BP'
71: );
72: end;

Line 112: when hr_api.cannot_find_prog_unit then

108: ,p_gap_level => p_gap_level
109: ,p_object_version_number => l_object_version_number
110: );
111: exception
112: when hr_api.cannot_find_prog_unit then
113: hr_api.cannot_find_prog_unit_error
114: (p_module_name => 'create_duration_summary'
115: ,p_hook_type => 'AP'
116: );

Line 113: hr_api.cannot_find_prog_unit_error

109: ,p_object_version_number => l_object_version_number
110: );
111: exception
112: when hr_api.cannot_find_prog_unit then
113: hr_api.cannot_find_prog_unit_error
114: (p_module_name => 'create_duration_summary'
115: ,p_hook_type => 'AP'
116: );
117: end;

Line 122: raise hr_api.validate_enabled;

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

Line 132: when hr_api.validate_enabled then

128: p_object_version_number := l_object_version_number;
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 221: when hr_api.cannot_find_prog_unit then

217: ,p_gap_level => p_gap_level
218: ,p_object_version_number => l_object_version_number
219: );
220: exception
221: when hr_api.cannot_find_prog_unit then
222: hr_api.cannot_find_prog_unit_error
223: (p_module_name => 'update_duration_summary'
224: ,p_hook_type => 'BP'
225: );

Line 222: hr_api.cannot_find_prog_unit_error

218: ,p_object_version_number => l_object_version_number
219: );
220: exception
221: when hr_api.cannot_find_prog_unit then
222: hr_api.cannot_find_prog_unit_error
223: (p_module_name => 'update_duration_summary'
224: ,p_hook_type => 'BP'
225: );
226: end;

Line 266: when hr_api.cannot_find_prog_unit then

262: ,p_gap_level => p_gap_level
263: ,p_object_version_number => l_object_version_number
264: );
265: exception
266: when hr_api.cannot_find_prog_unit then
267: hr_api.cannot_find_prog_unit_error
268: (p_module_name => 'update_duration_summary'
269: ,p_hook_type => 'AP'
270: );

Line 267: hr_api.cannot_find_prog_unit_error

263: ,p_object_version_number => l_object_version_number
264: );
265: exception
266: when hr_api.cannot_find_prog_unit then
267: hr_api.cannot_find_prog_unit_error
268: (p_module_name => 'update_duration_summary'
269: ,p_hook_type => 'AP'
270: );
271: end;

Line 276: raise hr_api.validate_enabled;

272: --
273: -- When in validation only mode raise the Validate_Enabled exception
274: --
275: if p_validate then
276: raise hr_api.validate_enabled;
277: end if;
278: --
279: -- Set all IN OUT and OUT parameters with out values
280: --

Line 285: when hr_api.validate_enabled then

281: p_object_version_number := l_object_version_number;
282: --
283: hr_utility.set_location(' Leaving:'||l_proc, 70);
284: exception
285: when hr_api.validate_enabled then
286: --
287: -- As the Validate_Enabled exception has been raised
288: -- we must rollback to the savepoint
289: --

Line 347: when hr_api.cannot_find_prog_unit then

343: (p_gap_duration_summary_id => p_gap_duration_summary_id
344: ,p_object_version_number => p_object_version_number
345: );
346: exception
347: when hr_api.cannot_find_prog_unit then
348: hr_api.cannot_find_prog_unit_error
349: (p_module_name => 'delete_duration_summary'
350: ,p_hook_type => 'BP'
351: );

Line 348: hr_api.cannot_find_prog_unit_error

344: ,p_object_version_number => p_object_version_number
345: );
346: exception
347: when hr_api.cannot_find_prog_unit then
348: hr_api.cannot_find_prog_unit_error
349: (p_module_name => 'delete_duration_summary'
350: ,p_hook_type => 'BP'
351: );
352: end;

Line 376: when hr_api.cannot_find_prog_unit then

372: ,p_object_version_number => p_object_version_number
373: );
374:
375: exception
376: when hr_api.cannot_find_prog_unit then
377: hr_api.cannot_find_prog_unit_error
378: (p_module_name => 'delete_duration_summary'
379: ,p_hook_type => 'AP'
380: );

Line 377: hr_api.cannot_find_prog_unit_error

373: );
374:
375: exception
376: when hr_api.cannot_find_prog_unit then
377: hr_api.cannot_find_prog_unit_error
378: (p_module_name => 'delete_duration_summary'
379: ,p_hook_type => 'AP'
380: );
381: end;

Line 386: raise hr_api.validate_enabled;

382: --
383: -- When in validation only mode raise the Validate_Enabled exception
384: --
385: if p_validate then
386: raise hr_api.validate_enabled;
387: end if;
388: --
389: -- Set all IN OUT and OUT parameters with out values
390: --

Line 395: when hr_api.validate_enabled then

391: -- p_object_version_number := l_object_version_number;
392: --
393: hr_utility.set_location(' Leaving:'||l_proc, 70);
394: exception
395: when hr_api.validate_enabled then
396: --
397: -- As the Validate_Enabled exception has been raised
398: -- we must rollback to the savepoint
399: --