DBA Data[Home] [Help]

APPS.PAY_AMO_BUS dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

156: close csr_leg_code;
157: pay_amo_bus.g_module_id := p_module_id;
158: pay_amo_bus.g_legislation_code := l_legislation_code;
159: end if;
160: hr_utility.set_location(' Leaving:'|| l_proc, 40);
161: return l_legislation_code;
162: end return_legislation_code;
163: --
164: -- ----------------------------------------------------------------------------

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

287: --
288: Begin
289: l_proc := g_package || 'chk_business_group_id';
290: --
291: hr_utility.set_location('Entering:'||l_proc, 5);
292: --
293: if p_business_group_id is not null then
294: open csr_valid_bgd_leg(p_legislation_code,
295: p_business_group_id);

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

305: --
306: --
307: end if;
308: --
309: hr_utility.set_location(' Leaving:'||l_proc, 10);
310: End chk_business_group_id;
311: --
312: --
313: -- ----------------------------------------------------------------------------

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

321: --
322: Begin
323: l_proc := g_package||'insert_validate';
324: --
325: hr_utility.set_location('Entering:'||l_proc, 5);
326: --
327: -- Call all supporting business operations
328: --
329: chk_legislation_code(p_rec.legislation_code);

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

333: --
334: -- Validate Dependent Attributes
335: --
336: --
337: hr_utility.set_location(' Leaving:'||l_proc, 10);
338: End insert_validate;
339: --
340: -- ----------------------------------------------------------------------------
341: -- |---------------------------< update_validate >----------------------------|

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

348: --
349: Begin
350: l_proc := g_package||'update_validate';
351: --
352: hr_utility.set_location('Entering:'||l_proc, 5);
353: --
354: -- Call all supporting business operations
355: --
356: --

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

364: (p_rec => p_rec
365: );
366: --
367: --
368: hr_utility.set_location(' Leaving:'||l_proc, 10);
369: End update_validate;
370: --
371: -- ----------------------------------------------------------------------------
372: -- |---------------------------< delete_validate >----------------------------|

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

379: --
380: Begin
381: l_proc := g_package||'delete_validate';
382: --
383: hr_utility.set_location('Entering:'||l_proc, 5);
384: --
385: --
386: -- Call all supporting business operations
387: --

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

384: --
385: --
386: -- Call all supporting business operations
387: --
388: hr_utility.set_location(' Leaving:'||l_proc, 10);
389: End delete_validate;
390: --
391: begin
392: g_package := ' pay_amo_bus.'; -- Global package name