DBA Data[Home] [Help]

APPS.PAY_APR_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_apr_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_apr_bus.g_process_id := p_process_id;
158: pay_apr_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 324: hr_utility.set_location('Entering:'||l_proc, 5);

320: Begin
321: --
322: l_proc := g_package||'insert_validate';
323: --
324: hr_utility.set_location('Entering:'||l_proc, 5);
325: --
326: -- Call all supporting business operations
327: --
328: 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 353: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

383: Begin
384: --
385: l_proc := g_package||'delete_validate';
386: --
387: hr_utility.set_location('Entering:'||l_proc, 5);
388: --
389: --
390: null;
391: --

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

390: null;
391: --
392: -- Call all supporting business operations
393: --
394: hr_utility.set_location(' Leaving:'||l_proc, 10);
395: End delete_validate;
396: --
397: begin
398: g_package := ' pay_apr_bus.'; -- Global package name