DBA Data[Home] [Help]

APPS.PER_JBT_BUS dependencies on HR_UTILITY

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

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

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

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

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 133: hr_utility.set_location(l_proc, 20);

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

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

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

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

156: per_jbt_bus.g_job_id := p_job_id;
157: per_jbt_bus.g_language := p_language;
158: per_jbt_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 225: hr_utility.set_location('Entering:'||l_proc, 5);

221: --
222: l_proc varchar2(72) := g_package||'insert_validate';
223: --
224: Begin
225: hr_utility.set_location('Entering:'||l_proc, 5);
226: --
227: -- Call all supporting business operations
228: --
229: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."

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

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

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

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

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 per_jbt_bus;