DBA Data[Home] [Help]

APPS.BEN_XRS_BUS dependencies on HR_UTILITY

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

40: l_api_updating boolean;
41: --
42: Begin
43: --
44: hr_utility.set_location('Entering:'||l_proc, 5);
45: --
46: l_api_updating := ben_xrs_shd.api_updating
47: (p_ext_rslt_id => p_ext_rslt_id,
48: p_object_version_number => p_object_version_number);

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

68: end if;
69: --
70: end if;
71: --
72: hr_utility.set_location('Leaving:'||l_proc, 10);
73: --
74: End chk_ext_rslt_id;
75: --
76: -- ----------------------------------------------------------------------------

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

112: where a.ext_dfn_id = p_ext_dfn_id;
113: --
114: Begin
115: --
116: hr_utility.set_location('Entering:'||l_proc,5);
117: --
118: l_api_updating := ben_xrs_shd.api_updating
119: (p_ext_rslt_id => p_ext_rslt_id,
120: p_object_version_number => p_object_version_number);

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

143: close c1;
144: --
145: end if;
146: --
147: hr_utility.set_location('Leaving:'||l_proc,10);
148: --
149: End chk_ext_dfn_id;
150: --
151: -- ----------------------------------------------------------------------------

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

183: l_api_updating boolean;
184: --
185: Begin
186: --
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: l_api_updating := ben_xrs_shd.api_updating
190: (p_ext_rslt_id => p_ext_rslt_id,
191: p_object_version_number => p_object_version_number);

Line 209: -- hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');

205: --
206: -- raise error as does not exist as lookup
207: --
208: null; -- not sure why this is failing so comment temporarily for deadline.
209: -- hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
210: -- hr_utility.raise_error;
211: --
212: end if;
213: --

Line 210: -- hr_utility.raise_error;

206: -- raise error as does not exist as lookup
207: --
208: null; -- not sure why this is failing so comment temporarily for deadline.
209: -- hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
210: -- hr_utility.raise_error;
211: --
212: end if;
213: --
214: /*if p_ext_stat_cd not in ('A','R') then

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

217: end if;*/
218:
219: end if;
220: --
221: hr_utility.set_location('Leaving:'||l_proc,10);
222: --
223: end chk_ext_stat_cd;
224: --
225: -- ----------------------------------------------------------------------------

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

253: l_proc varchar2(72) := g_package||'chk_output_file';
254: l_dummy char(1);
255: --
256: Begin
257: hr_utility.set_location('Entering:'||l_proc, 5);
258: --
259: if instr(p_output_name,' ') > 0 or instr(p_drctry_name,' ') > 0 then
260: fnd_message.set_name('BEN','BEN_91955_NAME_HAS_SPACE');
261: fnd_message.raise_error;

Line 264: hr_utility.set_location('Leaving:'||l_proc, 15);

260: fnd_message.set_name('BEN','BEN_91955_NAME_HAS_SPACE');
261: fnd_message.raise_error;
262: end if;
263: --
264: hr_utility.set_location('Leaving:'||l_proc, 15);
265: End chk_output_file;
266: --
267:
268:

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

279: from xdo_templates_b
280: where template_id = p_xdo_template_id ;
281:
282: Begin
283: hr_utility.set_location('Entering:'||l_proc, 5);
284: --
285:
286: if ( (not nvl(p_output_type,'F') in ( 'F' , 'X' ) ) and p_xdo_template_id is null )
287: or ( p_xdo_template_id is not null and ( p_output_type in ('F' , 'X') ) )

Line 307: hr_utility.set_location('Leaving:'||l_proc, 15);

303: close c ;
304:
305: end if ;
306: --
307: hr_utility.set_location('Leaving:'||l_proc, 15);
308: End chk_xdo_template_id;
309:
310:
311: -- ----------------------------------------------------------------------------

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

316: --
317: l_proc varchar2(72) := g_package||'insert_validate';
318: --
319: Begin
320: hr_utility.set_location('Entering:'||l_proc, 5);
321: --
322: -- Call all supporting business operations
323: --
324: --

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

349: ,p_xdo_template_id => p_rec.xdo_template_id
350: ) ;
351:
352:
353: hr_utility.set_location(' Leaving:'||l_proc, 10);
354: End insert_validate;
355: --
356: -- ----------------------------------------------------------------------------
357: -- |---------------------------< update_validate >----------------------------|

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

361: --
362: l_proc varchar2(72) := g_package||'update_validate';
363: --
364: Begin
365: hr_utility.set_location('Entering:'||l_proc, 5);
366: --
367: -- Call all supporting business operations
368: --
369: --

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

392: (p_output_type => p_rec.output_type
393: ,p_xdo_template_id => p_rec.xdo_template_id
394: ) ;
395:
396: hr_utility.set_location(' Leaving:'||l_proc, 10);
397: End update_validate;
398: --
399: -- ----------------------------------------------------------------------------
400: -- |---------------------------< delete_validate >----------------------------|

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

404: --
405: l_proc varchar2(72) := g_package||'delete_validate';
406: --
407: Begin
408: hr_utility.set_location('Entering:'||l_proc, 5);
409: --
410: -- Call all supporting business operations
411: --
412: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

408: hr_utility.set_location('Entering:'||l_proc, 5);
409: --
410: -- Call all supporting business operations
411: --
412: hr_utility.set_location(' Leaving:'||l_proc, 10);
413: End delete_validate;
414: --
415: --
416: -- ---------------------------------------------------------------------------

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

435: l_proc varchar2(72) := g_package||'return_legislation_code';
436: --
437: begin
438: --
439: hr_utility.set_location('Entering:'|| l_proc, 10);
440: --
441: -- Ensure that all the mandatory parameter are not null
442: --
443: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 457: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');

453: close csr_leg_code;
454: --
455: -- The primary key is invalid therefore we must error
456: --
457: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');
458: hr_utility.raise_error;
459: --
460: end if;
461: --

Line 458: hr_utility.raise_error;

454: --
455: -- The primary key is invalid therefore we must error
456: --
457: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');
458: hr_utility.raise_error;
459: --
460: end if;
461: --
462: close csr_leg_code;

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

460: end if;
461: --
462: close csr_leg_code;
463: --
464: hr_utility.set_location(' Leaving:'|| l_proc, 20);
465: --
466: return l_legislation_code;
467: --
468: end return_legislation_code;