DBA Data[Home] [Help]

APPS.HR_DEPLOYMENT_FACTOR_SWI dependencies on HR_UTILITY

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

70: l_validate boolean;
71: --
72: --
73: begin
74: hr_utility.set_location('Entering:'|| l_proc, 10);
75: --
76: -- Issue a savepoint
77: --
78: savepoint create_person_dpmt_factor_swi;

Line 143: hr_utility.set_location(' Leaving:'||l_proc, 20);

139: --
140: p_deployment_factor_id := l_deployment_factor_id;
141: p_object_version_number := l_object_version_number;
142: --
143: hr_utility.set_location(' Leaving:'||l_proc, 20);
144: exception
145: when others then
146: --
147: -- A validation or unexpected error has occured

Line 156: hr_utility.set_location(' Leaving:'||l_proc, 30);

152: --
153: p_deployment_factor_id := null;
154: p_object_version_number := null;
155: --
156: hr_utility.set_location(' Leaving:'||l_proc, 30);
157: raise;
158: end create_person_dpmt_factor;
159: --
160: -- ----------------------------------------------------------------------------

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

220: l_api_updating boolean;
221: l_validate boolean;
222: --
223: begin
224: hr_utility.set_location('Entering:'|| l_proc, 10);
225: --
226: -- Issue a savepoint
227: --
228: savepoint update_person_dpmt_factor_swi;

Line 287: hr_utility.set_location(' Leaving:'||l_proc, 20);

283: -- Set all output arguments
284: --
285: p_object_version_number := l_object_version_number;
286: --
287: hr_utility.set_location(' Leaving:'||l_proc, 20);
288: exception
289: when others then
290: --
291: -- A validation or unexpected error has occured

Line 299: hr_utility.set_location(' Leaving:'||l_proc, 30);

295: -- set in out parameters and set out parameters
296: --
297: p_object_version_number := l_ovn;
298: --
299: hr_utility.set_location(' Leaving:'||l_proc, 30);
300: raise;
301: end update_person_dpmt_factor;
302: --
303: end hr_deployment_factor_swi;