DBA Data[Home] [Help]

APPS.PQH_VLE_BUS dependencies on HR_UTILITY

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

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

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

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

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

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

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

123: -- call to this function. Just return the value in the global
124: -- variable.
125: --
126: l_legislation_code := pqh_vle_bus.g_legislation_code;
127: hr_utility.set_location(l_proc, 20);
128: else
129: --
130: -- The ID is different to the last call to this function
131: -- or this is the first call to this function.

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

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

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

149: close csr_leg_code;
150: pqh_vle_bus.g_validation_event_id := p_validation_event_id;
151: pqh_vle_bus.g_legislation_code := l_legislation_code;
152: end if;
153: hr_utility.set_location(' Leaving:'|| l_proc, 40);
154: return l_legislation_code;
155: end return_legislation_code;
156: --
157: -- ----------------------------------------------------------------------------

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

216: --
217: l_proc varchar2(72) := g_package||'insert_validate';
218: --
219: Begin
220: hr_utility.set_location('Entering:'||l_proc, 5);
221: --
222: -- Call all supporting business operations
223: --
224: --

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

236: --
237: l_proc varchar2(72) := g_package||'update_validate';
238: --
239: Begin
240: hr_utility.set_location('Entering:'||l_proc, 5);
241: --
242: -- Call all supporting business operations
243: --
244: --

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

252: ,p_rec => p_rec
253: );
254: --
255: --
256: hr_utility.set_location(' Leaving:'||l_proc, 10);
257: End update_validate;
258: --
259: -- ----------------------------------------------------------------------------
260: -- |---------------------------< delete_validate >----------------------------|

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

265: --
266: l_proc varchar2(72) := g_package||'delete_validate';
267: --
268: Begin
269: hr_utility.set_location('Entering:'||l_proc, 5);
270: --
271: -- Call all supporting business operations
272: --
273: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

269: hr_utility.set_location('Entering:'||l_proc, 5);
270: --
271: -- Call all supporting business operations
272: --
273: hr_utility.set_location(' Leaving:'||l_proc, 10);
274: End delete_validate;
275: --
276: end pqh_vle_bus;