DBA Data[Home] [Help]

APPS.PAY_IVT_BUS dependencies on HR_UTILITY

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

37: l_proc varchar2(72) := g_package||'set_security_group_id';
38: --
39: begin
40: --
41: hr_utility.set_location('Entering:'|| l_proc, 10);
42: --
43: -- Ensure that all the mandatory parameter are not null
44: --
45: hr_api.mandatory_arg_error

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

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

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

103: l_proc varchar2(72) := g_package||'return_legislation_code';
104: --
105: Begin
106: --
107: hr_utility.set_location('Entering:'|| l_proc, 10);
108: --
109: -- Ensure that all the mandatory parameter are not null
110: --
111: hr_api.mandatory_arg_error

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

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

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

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

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

151: pay_ivt_bus.g_input_value_id := p_input_value_id;
152: pay_ivt_bus.g_language := p_language;
153: pay_ivt_bus.g_legislation_code := l_legislation_code;
154: end if;
155: hr_utility.set_location(' Leaving:'|| l_proc, 40);
156: return l_legislation_code;
157: end return_legislation_code;
158: --
159: -- ----------------------------------------------------------------------------

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

218: --
219: l_proc varchar2(72) := g_package||'insert_validate';
220: --
221: Begin
222: hr_utility.set_location('Entering:'||l_proc, 5);
223: --
224: -- Call all supporting business operations
225: --
226: --

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

229: --
230: -- Validate Dependent Attributes
231: --
232: --
233: hr_utility.set_location(' Leaving:'||l_proc, 10);
234: End insert_validate;
235: --
236: -- ----------------------------------------------------------------------------
237: -- |---------------------------< update_validate >----------------------------|

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

242: --
243: l_proc varchar2(72) := g_package||'update_validate';
244: --
245: Begin
246: hr_utility.set_location('Entering:'||l_proc, 5);
247: --
248: -- Call all supporting business operations
249: --
250: --

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

257: (p_rec => p_rec
258: );
259: --
260: --
261: hr_utility.set_location(' Leaving:'||l_proc, 10);
262: End update_validate;
263: --
264: -- ----------------------------------------------------------------------------
265: -- |---------------------------< delete_validate >----------------------------|

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

270: --
271: l_proc varchar2(72) := g_package||'delete_validate';
272: --
273: Begin
274: hr_utility.set_location('Entering:'||l_proc, 5);
275: --
276: -- Call all supporting business operations
277: --
278: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

274: hr_utility.set_location('Entering:'||l_proc, 5);
275: --
276: -- Call all supporting business operations
277: --
278: hr_utility.set_location(' Leaving:'||l_proc, 10);
279: End delete_validate;
280: --
281: end pay_ivt_bus;