DBA Data[Home] [Help]

APPS.PER_PSO_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 79: hr_utility.set_location(' Leaving:'|| l_proc, 20);

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

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

106: l_proc varchar2(72) := g_package||'return_legislation_code';
107: --
108: Begin
109: --
110: hr_utility.set_location('Entering:'|| l_proc, 10);
111: --
112: -- Ensure that all the mandatory parameter are not null
113: --
114: 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 := per_pso_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 154: hr_utility.set_location(' Leaving:'|| l_proc, 40);

150: close csr_leg_code;
151: per_pso_bus.g_security_organization_id := p_security_organization_id;
152: per_pso_bus.g_legislation_code := l_legislation_code;
153: end if;
154: hr_utility.set_location(' Leaving:'|| l_proc, 40);
155: return l_legislation_code;
156: end return_legislation_code;
157: --
158: -- ----------------------------------------------------------------------------

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

198: when app_exception.application_exception then
199: if hr_multi_message.exception_add
200: (p_associated_column1 => per_pso_shd.g_tab_nam||'.ORGANIZATION_ID'
201: ) then
202: hr_utility.set_location(' Leaving:'|| l_proc, 40);
203: raise;
204: end if;
205: hr_utility.set_location(' Leaving:'|| l_proc, 50);
206: End chk_organization_id;

Line 205: hr_utility.set_location(' Leaving:'|| l_proc, 50);

201: ) then
202: hr_utility.set_location(' Leaving:'|| l_proc, 40);
203: raise;
204: end if;
205: hr_utility.set_location(' Leaving:'|| l_proc, 50);
206: End chk_organization_id;
207:
208: -- ----------------------------------------------------------------------------
209: -- |---------------------< chk_security_profile_id >--------------------------|

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

234: when app_exception.application_exception then
235: if hr_multi_message.exception_add
236: (p_associated_column1 => per_pso_shd.g_tab_nam||'.ORGANIZATION_ID'
237: ) then
238: hr_utility.set_location(' Leaving:'|| l_proc, 40);
239: raise;
240: end if;
241: hr_utility.set_location(' Leaving:'|| l_proc, 50);
242: End chk_security_profile_id;

Line 241: hr_utility.set_location(' Leaving:'|| l_proc, 50);

237: ) then
238: hr_utility.set_location(' Leaving:'|| l_proc, 40);
239: raise;
240: end if;
241: hr_utility.set_location(' Leaving:'|| l_proc, 50);
242: End chk_security_profile_id;
243:
244: --
245: -- ----------------------------------------------------------------------------

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

302: --
303: l_proc varchar2(72) := g_package||'insert_validate';
304: --
305: Begin
306: hr_utility.set_location('Entering:'||l_proc, 5);
307: --
308: -- Call all supporting business operations
309: --
310: chk_security_profile_id(p_rec);

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

323:
324: --
325: --
326: --
327: hr_utility.set_location(' Leaving:'||l_proc, 10);
328: End insert_validate;
329: --
330: -- ----------------------------------------------------------------------------
331: -- |---------------------------< update_validate >----------------------------|

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

336: --
337: l_proc varchar2(72) := g_package||'update_validate';
338: --
339: Begin
340: hr_utility.set_location('Entering:'||l_proc, 5);
341: --
342: -- Call all supporting business operations
343: --
344: chk_security_profile_id(p_rec);

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

358: -- Validate Independent Attributes
359: --
360: --
361: --
362: hr_utility.set_location(' Leaving:'||l_proc, 10);
363: End update_validate;
364: --
365: -- ----------------------------------------------------------------------------
366: -- |---------------------------< delete_validate >----------------------------|

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

371: --
372: l_proc varchar2(72) := g_package||'delete_validate';
373: --
374: Begin
375: hr_utility.set_location('Entering:'||l_proc, 5);
376: --
377: -- Call all supporting business operations
378: --
379: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

375: hr_utility.set_location('Entering:'||l_proc, 5);
376: --
377: -- Call all supporting business operations
378: --
379: hr_utility.set_location(' Leaving:'||l_proc, 10);
380: End delete_validate;
381: --
382: end per_pso_bus;