DBA Data[Home] [Help]

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

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

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

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

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

119: -- call to this function. Just return the value in the global
120: -- variable.
121: --
122: l_legislation_code := pqh_job_bus.g_legislation_code;
123: hr_utility.set_location(l_proc, 20);
124: else
125: --
126: -- The ID is different to the last call to this function
127: -- or this is the first call to this function.

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

136: close csr_leg_code;
137: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
138: fnd_message.raise_error;
139: end if;
140: hr_utility.set_location(l_proc,30);
141: --
142: -- Set the global variables so the values are
143: -- available for the next call to this function.
144: --

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

145: close csr_leg_code;
146: pqh_job_bus.g_wrkplc_vldtn_job_id := p_wrkplc_vldtn_job_id;
147: pqh_job_bus.g_legislation_code := l_legislation_code;
148: end if;
149: hr_utility.set_location(' Leaving:'|| l_proc, 40);
150: return l_legislation_code;
151: end return_legislation_code;
152: --
153: -- ----------------------------------------------------------------------------

Line 222: hr_utility.set_message(8302,'PQH_DE_INVLD_OPR');

218: Begin
219: Open C_Operation;
220: Fetch c_operation into l_Result;
221: If c_Operation%NotFound Then
222: hr_utility.set_message(8302,'PQH_DE_INVLD_OPR');
223: hr_utility.raise_error;
224: End If;
225: Exception
226: when app_exception.application_exception then

Line 223: hr_utility.raise_error;

219: Open C_Operation;
220: Fetch c_operation into l_Result;
221: If c_Operation%NotFound Then
222: hr_utility.set_message(8302,'PQH_DE_INVLD_OPR');
223: hr_utility.raise_error;
224: End If;
225: Exception
226: when app_exception.application_exception then
227: if hr_multi_message.exception_add

Line 230: hr_utility.set_location(' Leaving:'||l_proc,60);

226: when app_exception.application_exception then
227: if hr_multi_message.exception_add
228: (p_associated_column1 => 'PQH_DE_WRKPLC_VLDTN_OPS.Wrkplc_Vldtn_Op_Id'
229: ) then
230: hr_utility.set_location(' Leaving:'||l_proc,60);
231: raise;
232: end if;
233: hr_utility.set_location(' Leaving:'||l_proc,70);
234: End Ckh_Operation;

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

229: ) then
230: hr_utility.set_location(' Leaving:'||l_proc,60);
231: raise;
232: end if;
233: hr_utility.set_location(' Leaving:'||l_proc,70);
234: End Ckh_Operation;
235: --
236: -- ----------------------------------------------------------------------------
237: -- |---------------------------< insert_validate >----------------------------|

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

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

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

261: --
262: -- Validate Dependent Attributes
263: --
264: --
265: hr_utility.set_location(' Leaving:'||l_proc, 10);
266: End insert_validate;
267: --
268: -- ----------------------------------------------------------------------------
269: -- |---------------------------< update_validate >----------------------------|

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

275: --
276: l_proc varchar2(72) := g_package||'update_validate';
277: --
278: Begin
279: hr_utility.set_location('Entering:'||l_proc, 5);
280: --
281: -- Call all supporting business operations
282: --
283: hr_api.validate_bus_grp_id

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

298: ,p_rec => p_rec
299: );
300: --
301: --
302: hr_utility.set_location(' Leaving:'||l_proc, 10);
303: End update_validate;
304: --
305: -- ----------------------------------------------------------------------------
306: -- |---------------------------< delete_validate >----------------------------|

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

311: --
312: l_proc varchar2(72) := g_package||'delete_validate';
313: --
314: Begin
315: hr_utility.set_location('Entering:'||l_proc, 5);
316: --
317: -- Call all supporting business operations
318: --
319: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

315: hr_utility.set_location('Entering:'||l_proc, 5);
316: --
317: -- Call all supporting business operations
318: --
319: hr_utility.set_location(' Leaving:'||l_proc, 10);
320: End delete_validate;
321: --
322: end pqh_job_bus;