DBA Data[Home] [Help]

APPS.GHR_DUTY_STATION_API dependencies on HR_API

Line 80: when hr_api.cannot_find_prog_unit then

76: ,p_effective_date => trunc(p_effective_date)
77: ,p_object_version_number => p_object_version_number
78: );
79: exception
80: when hr_api.cannot_find_prog_unit then
81: hr_api.cannot_find_prog_unit_error
82: (
83: p_module_name => 'CREATE_duty_stations'
84: ,p_hook_type => 'BP'

Line 81: hr_api.cannot_find_prog_unit_error

77: ,p_object_version_number => p_object_version_number
78: );
79: exception
80: when hr_api.cannot_find_prog_unit then
81: hr_api.cannot_find_prog_unit_error
82: (
83: p_module_name => 'CREATE_duty_stations'
84: ,p_hook_type => 'BP'
85: );

Line 130: when hr_api.cannot_find_prog_unit then

126: ,p_effective_date => trunc(p_effective_date)
127: ,p_object_version_number => l_object_version_number
128: );
129: exception
130: when hr_api.cannot_find_prog_unit then
131: hr_api.cannot_find_prog_unit_error
132: (p_module_name => 'CREATE_duty_stations'
133: ,p_hook_type => 'AP'
134: );

Line 131: hr_api.cannot_find_prog_unit_error

127: ,p_object_version_number => l_object_version_number
128: );
129: exception
130: when hr_api.cannot_find_prog_unit then
131: hr_api.cannot_find_prog_unit_error
132: (p_module_name => 'CREATE_duty_stations'
133: ,p_hook_type => 'AP'
134: );
135: --

Line 145: raise hr_api.validate_enabled;

141: --
142: -- When in validation only mode raise the Validate_Enabled exception
143: --
144: if p_validate then
145: raise hr_api.validate_enabled;
146: end if;
147: --
148: -- Set all output arguments
149: --

Line 159: when hr_api.validate_enabled then

155: hr_utility.set_location(' Leaving:'||l_proc, 70);
156: --
157: exception
158: --
159: when hr_api.validate_enabled then
160: --
161: -- As the Validate_Enabled exception has been raised
162: -- we must rollback to the savepoint
163: --

Line 196: ,p_leo_pay_area_code in varchar2 default hr_api.g_varchar2

192: ,p_duty_station_id in number
193: ,p_effective_start_date out nocopy date
194: ,p_effective_end_date out nocopy date
195: ,p_locality_pay_area_id in number
196: ,p_leo_pay_area_code in varchar2 default hr_api.g_varchar2
197: ,p_name in varchar2 default hr_api.g_varchar2
198: ,p_duty_station_code in varchar2
199: ,p_msa_code in varchar2
200: ,p_cmsa_code in varchar2

Line 197: ,p_name in varchar2 default hr_api.g_varchar2

193: ,p_effective_start_date out nocopy date
194: ,p_effective_end_date out nocopy date
195: ,p_locality_pay_area_id in number
196: ,p_leo_pay_area_code in varchar2 default hr_api.g_varchar2
197: ,p_name in varchar2 default hr_api.g_varchar2
198: ,p_duty_station_code in varchar2
199: ,p_msa_code in varchar2
200: ,p_cmsa_code in varchar2
201: ,p_state_or_country_code in varchar2

Line 203: ,p_is_duty_station in varchar2 default hr_api.g_varchar2

199: ,p_msa_code in varchar2
200: ,p_cmsa_code in varchar2
201: ,p_state_or_country_code in varchar2
202: ,p_county_code in varchar2
203: ,p_is_duty_station in varchar2 default hr_api.g_varchar2
204: ,p_effective_date in date
205: ,p_datetrack_update_mode in varchar2
206: ,p_object_version_number IN out nocopy number
207: )

Line 241: when hr_api.cannot_find_prog_unit then

237: ,p_object_version_number => p_object_version_number
238: );
239:
240: exception
241: when hr_api.cannot_find_prog_unit then
242: hr_api.cannot_find_prog_unit_error
243: (p_module_name => 'update_duty_stations',
244: p_hook_type => 'BP'
245: );

Line 242: hr_api.cannot_find_prog_unit_error

238: );
239:
240: exception
241: when hr_api.cannot_find_prog_unit then
242: hr_api.cannot_find_prog_unit_error
243: (p_module_name => 'update_duty_stations',
244: p_hook_type => 'BP'
245: );
246: end;

Line 295: when hr_api.cannot_find_prog_unit then

291: ,p_object_version_number => l_object_version_number
292: );
293:
294: exception
295: when hr_api.cannot_find_prog_unit then
296: hr_api.cannot_find_prog_unit_error
297: (p_module_name => 'update_duty_stations',
298: p_hook_type => 'AP'
299: );

Line 296: hr_api.cannot_find_prog_unit_error

292: );
293:
294: exception
295: when hr_api.cannot_find_prog_unit then
296: hr_api.cannot_find_prog_unit_error
297: (p_module_name => 'update_duty_stations',
298: p_hook_type => 'AP'
299: );
300: end;

Line 305: raise hr_api.validate_enabled;

301: --
302: -- End of After Process User Hook call
303: --
304: if p_validate then
305: raise hr_api.validate_enabled;
306: end if;
307: --
308: -- Set all output arguments
309: p_effective_start_date := l_effective_start_date;

Line 315: when hr_api.validate_enabled then

311: p_object_version_number := l_object_version_number;
312: --
313: hr_utility.set_location(' Leaving:'||l_proc, 11);
314: exception
315: when hr_api.validate_enabled then
316: --
317: -- As the Validate_Enabled exception has been raised
318: -- we must rollback to the savepoint
319: --

Line 384: when hr_api.cannot_find_prog_unit then

380: else
381: hr_utility.set_location('2.p_validate is false',20);
382: End If;
383: exception
384: when hr_api.cannot_find_prog_unit then
385: hr_api.cannot_find_prog_unit_error
386: (p_module_name => 'delete_ghr_duty_station'
387: ,p_hook_type => 'BP'
388: );

Line 385: hr_api.cannot_find_prog_unit_error

381: hr_utility.set_location('2.p_validate is false',20);
382: End If;
383: exception
384: when hr_api.cannot_find_prog_unit then
385: hr_api.cannot_find_prog_unit_error
386: (p_module_name => 'delete_ghr_duty_station'
387: ,p_hook_type => 'BP'
388: );
389: end;

Line 442: when hr_api.cannot_find_prog_unit then

438: else
439: hr_utility.set_location('6.p_validate is false',20);
440: End If;
441: exception
442: when hr_api.cannot_find_prog_unit then
443: hr_api.cannot_find_prog_unit_error
444: (p_module_name => 'delete_ghr_duty_station'
445: ,p_hook_type => 'AP'
446: );

Line 443: hr_api.cannot_find_prog_unit_error

439: hr_utility.set_location('6.p_validate is false',20);
440: End If;
441: exception
442: when hr_api.cannot_find_prog_unit then
443: hr_api.cannot_find_prog_unit_error
444: (p_module_name => 'delete_ghr_duty_station'
445: ,p_hook_type => 'AP'
446: );
447: end;

Line 455: raise hr_api.validate_enabled;

451: -- When in validation only mode raise the Validate_Enabled exception
452: --
453: if p_validate then
454: hr_utility.set_location('inside validate',10);
455: raise hr_api.validate_enabled;
456: end if;
457: P_effective_start_date := l_effective_start_date;
458: p_effective_end_date := l_effective_end_date;
459: --

Line 462: when hr_api.validate_enabled then

458: p_effective_end_date := l_effective_end_date;
459: --
460: hr_utility.set_location(' Leaving:'||l_proc, 11);
461: exception
462: when hr_api.validate_enabled then
463: --
464: -- As the Validate_Enabled exception has been raised
465: -- we must rollback to the savepoint
466: --