DBA Data[Home] [Help]

APPS.PQH_PRE_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_pre_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_pre_bus.g_ins_end_reason_id := p_ins_end_reason_id;
147: pqh_pre_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 220: hr_utility.set_location(l_proc, 10);

216: l_END_REASON_NUMBER pqh_de_ins_end_reasons.END_REASON_NUMBER%TYPE;
217: l_proc varchar2(72) := g_package || 'Unique_END_REASON_NUMBER';
218: Begin
219:
220: hr_utility.set_location(l_proc, 10);
221: Open c_END_REASON_NUMBER;
222: Fetch c_END_REASON_NUMBER into l_END_REASON_NUMBER;
223: If c_END_REASON_NUMBER%ROWCOUNT > 0 Then
224: hr_utility.set_message(8302, 'PQH_DE_DUPVAL_END_REASON_NUMB');

Line 224: hr_utility.set_message(8302, 'PQH_DE_DUPVAL_END_REASON_NUMB');

220: hr_utility.set_location(l_proc, 10);
221: Open c_END_REASON_NUMBER;
222: Fetch c_END_REASON_NUMBER into l_END_REASON_NUMBER;
223: If c_END_REASON_NUMBER%ROWCOUNT > 0 Then
224: hr_utility.set_message(8302, 'PQH_DE_DUPVAL_END_REASON_NUMB');
225: Close c_END_REASON_NUMBER;
226: fnd_message.raise_error;
227: End If;
228: Close c_END_REASON_NUMBER;

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

230: when app_exception.application_exception then
231: if hr_multi_message.exception_add
232: (p_associated_column1 => 'pqh_de_ins_end_reasons.END_REASON_NUMBER'
233: ) then
234: hr_utility.set_location(' Leaving:'||l_proc,60);
235: raise;
236: end if;
237: hr_utility.set_location(' Leaving:'||l_proc,70);
238: End Chk_Unique_END_REASON_NUMBER;

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

233: ) then
234: hr_utility.set_location(' Leaving:'||l_proc,60);
235: raise;
236: end if;
237: hr_utility.set_location(' Leaving:'||l_proc,70);
238: End Chk_Unique_END_REASON_NUMBER;
239:
240:
241:

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

248: --
249: l_proc varchar2(72) := g_package||'insert_validate';
250: --
251: Begin
252: hr_utility.set_location('Entering:'||l_proc, 5);
253: --
254: -- Call all supporting business operations
255: --
256: hr_api.validate_bus_grp_id

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

267: -- Validate Dependent Attributes
268: Chk_Unique_END_REASON_NUMBER(p_rec);
269: --
270: --
271: hr_utility.set_location(' Leaving:'||l_proc, 10);
272: End insert_validate;
273: --
274: -- ----------------------------------------------------------------------------
275: -- |---------------------------< update_validate >----------------------------|

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

280: --
281: l_proc varchar2(72) := g_package||'update_validate';
282: --
283: Begin
284: hr_utility.set_location('Entering:'||l_proc, 5);
285: --
286: -- Call all supporting business operations
287: --
288: hr_api.validate_bus_grp_id

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

302: (p_rec => p_rec
303: );
304: --
305: --
306: hr_utility.set_location(' Leaving:'||l_proc, 10);
307: End update_validate;
308: --
309: -- ----------------------------------------------------------------------------
310: -- |---------------------------< delete_validate >----------------------------|

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

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

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

319: hr_utility.set_location('Entering:'||l_proc, 5);
320: --
321: -- Call all supporting business operations
322: --
323: hr_utility.set_location(' Leaving:'||l_proc, 10);
324: End delete_validate;
325: --
326: end pqh_pre_bus;