DBA Data[Home] [Help]

APPS.PQH_VLD_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_vld_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_vld_bus.g_validation_id := p_validation_id;
147: pqh_vld_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 207: hr_utility.set_message(8302, 'PQH_FR_BUS_NO_UPD');

203: -- not been updated.
204: --
205:
206: If p_rec.BUSINESS_GROUP_ID <> pqh_vld_shd.g_old_rec.business_group_id then
207: hr_utility.set_message(8302, 'PQH_FR_BUS_NO_UPD');
208: fnd_message.raise_error;
209: End If;
210:
211: If p_rec.PERSON_ID <> pqh_vld_shd.g_old_rec.person_id then

Line 212: hr_utility.set_message(8302, 'PQH_FR_BUS_NO_UPD');

208: fnd_message.raise_error;
209: End If;
210:
211: If p_rec.PERSON_ID <> pqh_vld_shd.g_old_rec.person_id then
212: hr_utility.set_message(8302, 'PQH_FR_BUS_NO_UPD');
213: fnd_message.raise_error;
214: End If;
215:
216:

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

227: --
228: l_proc varchar2(72) := g_package||'insert_validate';
229: --
230: Begin
231: hr_utility.set_location('Entering:'||l_proc, 5);
232: --
233: -- Call all supporting business operations
234: --
235: hr_api.validate_bus_grp_id

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

245: --
246: -- Validate Dependent Attributes
247: --
248: --
249: hr_utility.set_location(' Leaving:'||l_proc, 10);
250: End insert_validate;
251: --
252: -- ----------------------------------------------------------------------------
253: -- |---------------------------< update_validate >----------------------------|

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

259: --
260: l_proc varchar2(72) := g_package||'update_validate';
261: --
262: Begin
263: hr_utility.set_location('Entering:'||l_proc, 5);
264: --
265: -- Call all supporting business operations
266: --
267: hr_api.validate_bus_grp_id

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

282: ,p_rec => p_rec
283: );
284: --
285: --
286: hr_utility.set_location(' Leaving:'||l_proc, 10);
287: End update_validate;
288: --
289: -- ----------------------------------------------------------------------------
290: -- |---------------------------< delete_validate >----------------------------|

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

295: --
296: l_proc varchar2(72) := g_package||'delete_validate';
297: --
298: Begin
299: hr_utility.set_location('Entering:'||l_proc, 5);
300: --
301: -- Call all supporting business operations
302: --
303: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

299: hr_utility.set_location('Entering:'||l_proc, 5);
300: --
301: -- Call all supporting business operations
302: --
303: hr_utility.set_location(' Leaving:'||l_proc, 10);
304: End delete_validate;
305: --
306: end pqh_vld_bus;