DBA Data[Home] [Help]

APPS.HR_LEG_API_HOOK_CALL_INTERNAL dependencies on HR_UTILITY

Line 54: hr_utility.set_location('Entering:'|| l_proc, 5);

50: and nvl(call_procedure, 'x') = nvl(p_call_procedure, 'x')
51: and application_id IS NULL;
52:
53: begin
54: hr_utility.set_location('Entering:'|| l_proc, 5);
55: --
56: -- Set l_effective_date equal to truncated version of p_effective_date for
57: -- API work. Stops dates being passed to row handlers with time portion.
58: --

Line 65: hr_utility.set_location(l_proc, 10);

61: -- Issue a savepoint if operating in validation only mode.
62: --
63: savepoint create_leg_api_hook_call;
64: --
65: hr_utility.set_location(l_proc, 10);
66: --
67: -- Validation in addition to Table Handlers
68: --
69: if (p_legislation_code is null) then

Line 71: hr_utility.set_message(800, 'PER_52150_AHC_LEG_CODE_NULL');

67: -- Validation in addition to Table Handlers
68: --
69: if (p_legislation_code is null) then
70: --
71: hr_utility.set_message(800, 'PER_52150_AHC_LEG_CODE_NULL');
72: hr_utility.raise_error;
73: --
74: end if;
75: --

Line 72: hr_utility.raise_error;

68: --
69: if (p_legislation_code is null) then
70: --
71: hr_utility.set_message(800, 'PER_52150_AHC_LEG_CODE_NULL');
72: hr_utility.raise_error;
73: --
74: end if;
75: --
76: -- Process Logic

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

105: end if;
106:
107: close csr_valid_combo;
108:
109: hr_utility.set_location(l_proc, 20);
110: --
111: -- When in validation only mode raise the Validate_Enabled exception
112: --
113: if p_validate then

Line 122: hr_utility.set_location(' Leaving:'||l_proc, 100);

118: --
119: p_api_hook_call_id := l_api_hook_call_id;
120: p_object_version_number := l_object_version_number;
121: --
122: hr_utility.set_location(' Leaving:'||l_proc, 100);
123: exception
124: when hr_api.validate_enabled then
125: --
126: -- As the Validate_Enabled exception has been raised

Line 157: hr_utility.set_location('Entering:'|| l_proc, 5);

153: --
154: l_proc varchar2(72) := g_package||'delete_leg_api_hook_call';
155: --
156: begin
157: hr_utility.set_location('Entering:'|| l_proc, 5);
158: --
159: -- Issue a savepoint if operating in validation only mode.
160: --
161: savepoint delete_leg_api_hook_call;

Line 163: hr_utility.set_location(l_proc, 10);

159: -- Issue a savepoint if operating in validation only mode.
160: --
161: savepoint delete_leg_api_hook_call;
162: --
163: hr_utility.set_location(l_proc, 10);
164: --
165: -- Validation in addition to Table Handlers
166: --
167: -- None required.

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

171: hr_ahc_del.del
172: (p_api_hook_call_id => p_api_hook_call_id,
173: p_object_version_number => p_object_version_number);
174: --
175: hr_utility.set_location(l_proc, 20);
176: --
177: -- When in validation only mode raise the Validate_Enabled exception
178: --
179: if p_validate then

Line 183: hr_utility.set_location(' Leaving:'||l_proc, 100);

179: if p_validate then
180: raise hr_api.validate_enabled;
181: end if;
182: --
183: hr_utility.set_location(' Leaving:'||l_proc, 100);
184: exception
185: when hr_api.validate_enabled then
186: --
187: -- As the Validate_Enabled exception has been raised

Line 223: hr_utility.set_location('Entering:'|| l_proc, 5);

219:
220: l_proc varchar2(72) := g_package||'update_leg_api_hook_call';
221: --
222: begin
223: hr_utility.set_location('Entering:'|| l_proc, 5);
224: --
225: -- Set l_effective_date equal to truncated version of p_effective_date for
226: -- API work. Stops dates being passed to row handlers with time portion.
227: --

Line 238: hr_utility.set_location(l_proc, 10);

234: -- Issue a savepoint if operating in validation only mode.
235: --
236: savepoint update_leg_api_hook_call;
237: --
238: hr_utility.set_location(l_proc, 10);
239: --
240: -- Validation in addition to Table Handlers
241: --
242: -- Update the hook call row

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

251: p_call_procedure => p_call_procedure,
252: p_object_version_number => p_object_version_number
253: );
254: --
255: hr_utility.set_location(l_proc, 20);
256: --
257: -- When in validation only mode raise the Validate_Enabled exception
258: --
259: if p_validate then

Line 267: hr_utility.set_location(' Leaving:'||l_proc, 100);

263: -- Set all output arguments
264: --
265: p_object_version_number := l_object_version_number;
266: --
267: hr_utility.set_location(' Leaving:'||l_proc, 100);
268: exception
269: when hr_api.validate_enabled then
270: --
271: -- Only set output warning arguments