DBA Data[Home] [Help]

APPS.BEN_BCM_BUS dependencies on HR_UTILITY

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

39: l_legislation_code varchar2(150);
40: --
41: begin
42: --
43: hr_utility.set_location('Entering:'|| l_proc, 10);
44: --
45: -- Ensure that all the mandatory parameter are not null
46: --
47: hr_api.mandatory_arg_error

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

79: --
80: hr_api.set_legislation_context(l_legislation_code);
81: end if;
82: --
83: hr_utility.set_location(' Leaving:'|| l_proc, 20);
84: --
85: end set_security_group_id;
86: --
87: -- ---------------------------------------------------------------------------

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

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

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

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

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

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

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

152: close csr_leg_code;
153: ben_bcm_bus.g_cwb_matrix_id := p_cwb_matrix_id;
154: ben_bcm_bus.g_legislation_code := l_legislation_code;
155: end if;
156: hr_utility.set_location(' Leaving:'|| l_proc, 40);
157: return l_legislation_code;
158: end return_legislation_code;
159: --
160: -- ----------------------------------------------------------------------------

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

250: l_api_updating boolean;
251: --
252: Begin
253: --
254: hr_utility.set_location('Entering:'||l_proc, 5);
255: --
256: l_api_updating := ben_bcm_shd.api_updating
257: (p_cwb_matrix_id => p_cwb_matrix_id,
258: p_object_version_number => p_object_version_number);

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

326: end if;
327: --
328: end if;
329: --
330: hr_utility.set_location('Leaving:'||l_proc,10);
331: --
332: end chk_all_lookups;
333: --
334: -- ----------------------------------------------------------------------------

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

341: --
342: l_proc varchar2(72) := g_package||'insert_validate';
343: --
344: Begin
345: hr_utility.set_location('Entering:'||l_proc, 5);
346: --
347: -- Call all supporting business operations
348: --
349: hr_api.validate_bus_grp_id

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

366: p_alct_by_cd => p_rec.alct_by_cd,
367: p_effective_date => p_effective_date,
368: p_object_version_number => p_rec.object_version_number);
369: --
370: hr_utility.set_location(' Leaving:'||l_proc, 10);
371: End insert_validate;
372: --
373: -- ----------------------------------------------------------------------------
374: -- |---------------------------< update_validate >----------------------------|

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

380: --
381: l_proc varchar2(72) := g_package||'update_validate';
382: --
383: Begin
384: hr_utility.set_location('Entering:'||l_proc, 5);
385: --
386: -- Call all supporting business operations
387: --
388: hr_api.validate_bus_grp_id

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

412: ,p_rec => p_rec
413: );
414: --
415: --
416: hr_utility.set_location(' Leaving:'||l_proc, 10);
417: End update_validate;
418: --
419: -- ----------------------------------------------------------------------------
420: -- |---------------------------< delete_validate >----------------------------|

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

425: --
426: l_proc varchar2(72) := g_package||'delete_validate';
427: --
428: Begin
429: hr_utility.set_location('Entering:'||l_proc, 5);
430: --
431: -- Call all supporting business operations
432: --
433: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

429: hr_utility.set_location('Entering:'||l_proc, 5);
430: --
431: -- Call all supporting business operations
432: --
433: hr_utility.set_location(' Leaving:'||l_proc, 10);
434: End delete_validate;
435: --
436: end ben_bcm_bus;