DBA Data[Home] [Help]

APPS.PAY_FEDERAL_TAX_RULE_API dependencies on HR_UTILITY

Line 32: hr_utility.set_location('Entering:'|| l_proc, 10);

28: l_validation_end_date date;
29: --
30: begin
31: --
32: hr_utility.set_location('Entering:'|| l_proc, 10);
33: --
34: pay_fed_shd.lck
35: (
36: p_emp_fed_tax_rule_id => p_emp_fed_tax_rule_id

Line 44: hr_utility.set_location(' Leaving:'||l_proc, 70);

40: ,p_effective_date => p_effective_date
41: ,p_datetrack_mode => p_datetrack_mode
42: );
43: --
44: hr_utility.set_location(' Leaving:'||l_proc, 70);
45: --
46: end lck;
47:
48: -- ----------------------------------------------------------------------------

Line 171: hr_utility.set_location('Entering:'|| l_proc, 10);

167: --
168: --
169: begin
170: --
171: hr_utility.set_location('Entering:'|| l_proc, 10);
172: --
173: -- Issue a savepoint
174: --
175: savepoint update_fed_tax_rule;

Line 181: hr_utility.set_location(l_proc, 20);

177: --
178: l_effective_date := trunc(p_effective_date);
179: l_excessive_wa_reject_date := trunc(p_excessive_wa_reject_date);
180: --
181: hr_utility.set_location(l_proc, 20);
182: --
183: -- Process Logic
184: --
185: l_object_version_number := p_object_version_number;

Line 213: hr_utility.set_message(801, 'HR_7952_ADDR_NO_STATE_CODE');

209: --
210: -- The sui_jurisdiction_code for this state code cannot be
211: -- found therefore we must error
212: --
213: hr_utility.set_message(801, 'HR_7952_ADDR_NO_STATE_CODE');
214: hr_utility.raise_error;
215: End If;
216: Close c_st_jd;
217: End If;

Line 214: hr_utility.raise_error;

210: -- The sui_jurisdiction_code for this state code cannot be
211: -- found therefore we must error
212: --
213: hr_utility.set_message(801, 'HR_7952_ADDR_NO_STATE_CODE');
214: hr_utility.raise_error;
215: End If;
216: Close c_st_jd;
217: End If;
218: --

Line 401: hr_utility.set_location(l_proc, 60);

397: -- End of API User Hook for the after hook of update_fed_tax_rule
398: --
399: -- end;
400: --
401: hr_utility.set_location(l_proc, 60);
402: --
403: -- When in validation only mode raise the Validate_Enabled exception
404: --
405: if p_validate then

Line 415: hr_utility.set_location(' Leaving:'||l_proc, 70);

411: p_object_version_number := l_object_version_number;
412: p_effective_start_date := l_effective_start_date;
413: p_effective_end_date := l_effective_end_date;
414: --
415: hr_utility.set_location(' Leaving:'||l_proc, 70);
416: --
417: exception
418: --
419: when hr_api.validate_enabled then

Line 432: hr_utility.set_location(' Leaving:'||l_proc, 90);

428: -- when validation only mode is being used.)
429: --
430: p_effective_start_date := null;
431: p_effective_end_date := null;
432: hr_utility.set_location(' Leaving:'||l_proc, 90);
433: --
434: when others then
435: --
436: -- A validation or unexpected error has occurred