DBA Data[Home] [Help]

APPS.OTA_THG_BUS dependencies on HR_UTILITY

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

43: l_proc varchar2(72) := g_package||'set_security_group_id';
44: --
45: begin
46: --
47: hr_utility.set_location('Entering:'|| l_proc, 10);
48: --
49: -- Ensure that all the mandatory parameter are not null
50: --
51: hr_api.mandatory_arg_error

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

74: hr_api.set_security_group_id
75: (p_security_group_id => l_security_group_id
76: );
77: --
78: hr_utility.set_location(' Leaving:'|| l_proc, 20);
79: --
80: end set_security_group_id;
81: --
82: -- ---------------------------------------------------------------------------

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

110: l_proc varchar2(72) := g_package||'return_legislation_code';
111: --
112: Begin
113: --
114: hr_utility.set_location('Entering:'|| l_proc, 10);
115: --
116: -- Ensure that all the mandatory parameter are not null
117: --
118: hr_api.mandatory_arg_error

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

128: -- call to this function. Just return the value in the global
129: -- variable.
130: --
131: l_legislation_code := ota_thg_bus.g_legislation_code;
132: hr_utility.set_location(l_proc, 20);
133: else
134: --
135: -- The ID is different to the last call to this function
136: -- or this is the first call to this function.

Line 149: hr_utility.set_location(l_proc,30);

145: close csr_leg_code;
146: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
147: fnd_message.raise_error;
148: end if;
149: hr_utility.set_location(l_proc,30);
150: --
151: -- Set the global variables so the values are
152: -- available for the next call to this function.
153: --

Line 158: hr_utility.set_location(' Leaving:'|| l_proc, 40);

154: close csr_leg_code;
155: ota_thg_bus.g_gl_default_segment_id := p_gl_default_segment_id;
156: ota_thg_bus.g_legislation_code := l_legislation_code;
157: end if;
158: hr_utility.set_location(' Leaving:'|| l_proc, 40);
159: return l_legislation_code;
160: end return_legislation_code;
161: --
162: -- ----------------------------------------------------------------------------

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

234: l_proc varchar2(72) := g_package||'chk_hr_data_source';
235: l_api_updating boolean;
236:
237: begin
238: hr_utility.set_location(' Leaving:'||l_proc, 10);
239:
240:
241: if (((p_gl_default_segment_id is not null) and
242: nvl(ota_thg_shd.g_old_rec.hr_data_source,hr_api.g_varchar2) <>

Line 247: hr_utility.set_location(' entering:'||l_proc, 20);

243: nvl(p_hr_data_source,hr_api.g_varchar2))
244: or
245: (p_gl_default_segment_id is null)) then
246:
247: hr_utility.set_location(' entering:'||l_proc, 20);
248: --
249: -- if HR_data_source is not null then
250: -- check if the hr_data_source value exists in hr_lookups
251: -- where lookup_type is 'OTA_CROSS_CHARGE_TABLE'

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

257: ,p_lookup_code => p_hr_data_source) then
258: fnd_message.set_name('OTA','OTA_13225_THG_SOURCE_INVALID');
259: fnd_message.raise_error;
260: end if;
261: hr_utility.set_location(' Leaving:'||l_proc, 30);
262:
263: end if;
264:
265: end if;

Line 266: hr_utility.set_location(' Leaving:'||l_proc, 40);

262:
263: end if;
264:
265: end if;
266: hr_utility.set_location(' Leaving:'||l_proc, 40);
267:
268: end chk_hr_data_source;
269:
270: --

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

278: --
279: l_proc varchar2(72) := g_package||'insert_validate';
280: --
281: Begin
282: hr_utility.set_location('Entering:'||l_proc, 5);
283: --
284: -- Call all supporting business operations
285: --
286: --

Line 296: hr_utility.set_location(' Leaving:'||l_proc, 10);

292: (p_gl_default_segment_id => p_rec.gl_default_segment_id
293: ,p_hr_data_source => p_rec.hr_data_source
294: ,p_effective_date =>p_effective_date);
295:
296: hr_utility.set_location(' Leaving:'||l_proc, 10);
297: End insert_validate;
298: --
299: -- ----------------------------------------------------------------------------
300: -- |---------------------------< update_validate >----------------------------|

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

306: --
307: l_proc varchar2(72) := g_package||'update_validate';
308: --
309: Begin
310: hr_utility.set_location('Entering:'||l_proc, 5);
311: --
312: -- Call all supporting business operations
313: --
314: --

Line 330: hr_utility.set_location(' Leaving:'||l_proc, 10);

326: ,p_effective_date =>p_effective_date);
327:
328: --
329: --
330: hr_utility.set_location(' Leaving:'||l_proc, 10);
331: End update_validate;
332: --
333: -- ----------------------------------------------------------------------------
334: -- |---------------------------< delete_validate >----------------------------|

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

339: --
340: l_proc varchar2(72) := g_package||'delete_validate';
341: --
342: Begin
343: hr_utility.set_location('Entering:'||l_proc, 5);
344: --
345: -- Call all supporting business operations
346: --
347: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 347: hr_utility.set_location(' Leaving:'||l_proc, 10);

343: hr_utility.set_location('Entering:'||l_proc, 5);
344: --
345: -- Call all supporting business operations
346: --
347: hr_utility.set_location(' Leaving:'||l_proc, 10);
348: End delete_validate;
349: --
350: end ota_thg_bus;