DBA Data[Home] [Help]

APPS.BEN_ELIG_SCRE_WTG_API dependencies on HR_API

Line 53: l_effective_end_date := hr_api.g_eot;

49: --
50: -- Derive maximum start and end dates
51: --
52: l_effective_start_date := p_effective_date;
53: l_effective_end_date := hr_api.g_eot;
54: --
55: -- Insert the row
56: --
57: -- Set the object version number for the insert

Line 117: raise hr_api.validate_enabled;

113: --
114: -- When in validation only mode raise the Validate_Enabled exception
115: --
116: if p_validate then
117: raise hr_api.validate_enabled;
118: end if;
119: --
120: -- Set all output arguments
121: --

Line 131: when hr_api.validate_enabled then

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

Line 169: ,p_benefit_action_id in number default hr_api.g_number

165: ( p_validate in boolean default false
166: ,p_elig_scre_wtg_id in number
167: ,p_effective_date in date
168: ,p_datetrack_mode in varchar2
169: ,p_benefit_action_id in number default hr_api.g_number
170: ,p_computed_score in number default hr_api.g_number
171: ,p_effective_start_date out nocopy date
172: ,p_effective_end_date out nocopy date
173: ,p_object_version_number in out nocopy number

Line 170: ,p_computed_score in number default hr_api.g_number

166: ,p_elig_scre_wtg_id in number
167: ,p_effective_date in date
168: ,p_datetrack_mode in varchar2
169: ,p_benefit_action_id in number default hr_api.g_number
170: ,p_computed_score in number default hr_api.g_number
171: ,p_effective_start_date out nocopy date
172: ,p_effective_end_date out nocopy date
173: ,p_object_version_number in out nocopy number
174: ) is

Line 214: raise hr_api.validate_enabled;

210: --
211: -- When in validation only mode raise the Validate_Enabled exception
212: --
213: if p_validate then
214: raise hr_api.validate_enabled;
215: end if;
216: --
217: -- Set all output arguments
218: --

Line 227: when hr_api.validate_enabled then

223: hr_utility.set_location(' Leaving:'||l_proc, 70);
224: --
225: exception
226: --
227: when hr_api.validate_enabled then
228: --
229: -- As the Validate_Enabled exception has been raised
230: -- we must rollback to the savepoint
231: --

Line 293: raise hr_api.validate_enabled;

289: --
290: -- When in validation only mode raise the Validate_Enabled exception
291: --
292: if p_validate then
293: raise hr_api.validate_enabled;
294: end if;
295: --
296: p_object_version_number := l_object_version_number;
297: hr_utility.set_location(' Leaving:'||l_proc, 70);

Line 301: when hr_api.validate_enabled then

297: hr_utility.set_location(' Leaving:'||l_proc, 70);
298: --
299: exception
300: --
301: when hr_api.validate_enabled then
302: --
303: -- As the Validate_Enabled exception has been raised
304: -- we must rollback to the savepoint
305: --

Line 430: l_datetrack_mode := hr_api.g_update_override;

426: p_update_override => l_update_override,
427: p_update_change_insert => l_update_change_insert);
428:
429: if l_update_override then
430: l_datetrack_mode := hr_api.g_update_override;
431: elsif l_update then
432: l_datetrack_mode := hr_api.g_update;
433: else
434: l_datetrack_mode := hr_api.g_correction;

Line 432: l_datetrack_mode := hr_api.g_update;

428:
429: if l_update_override then
430: l_datetrack_mode := hr_api.g_update_override;
431: elsif l_update then
432: l_datetrack_mode := hr_api.g_update;
433: else
434: l_datetrack_mode := hr_api.g_correction;
435: end if;
436:

Line 434: l_datetrack_mode := hr_api.g_correction;

430: l_datetrack_mode := hr_api.g_update_override;
431: elsif l_update then
432: l_datetrack_mode := hr_api.g_update;
433: else
434: l_datetrack_mode := hr_api.g_correction;
435: end if;
436:
437: ben_elig_scre_wtg_api.update_perf_score_weight
438: (p_validate => false