DBA Data[Home] [Help]

APPS.PQP_FFA_BUS dependencies on HR_UTILITY

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

40: l_legislation_code varchar2(150);
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 84: hr_utility.set_location(' Leaving:'|| l_proc, 20);

80: --
81: hr_api.set_legislation_context(l_legislation_code);
82: end if;
83: --
84: hr_utility.set_location(' Leaving:'|| l_proc, 20);
85: --
86: end set_security_group_id;
87: --
88: -- ---------------------------------------------------------------------------

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

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

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

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

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

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

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

151: close csr_leg_code;
152: pqp_ffa_bus.g_flxdu_func_attribute_id := p_flxdu_func_attribute_id;
153: pqp_ffa_bus.g_legislation_code := l_legislation_code;
154: end if;
155: hr_utility.set_location(' Leaving:'|| l_proc, 40);
156: return l_legislation_code;
157: end return_legislation_code;
158: --
159: -- ----------------------------------------------------------------------------

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

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

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

234: --
235: -- Validate Dependent Attributes
236: --
237: --
238: hr_utility.set_location(' Leaving:'||l_proc, 10);
239: End insert_validate;
240: --
241: -- ----------------------------------------------------------------------------
242: -- |---------------------------< update_validate >----------------------------|

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

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

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

266: (p_rec => p_rec
267: );
268: --
269: --
270: hr_utility.set_location(' Leaving:'||l_proc, 10);
271: End update_validate;
272: --
273: -- ----------------------------------------------------------------------------
274: -- |---------------------------< delete_validate >----------------------------|

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

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

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

283: hr_utility.set_location('Entering:'||l_proc, 5);
284: --
285: -- Call all supporting business operations
286: --
287: hr_utility.set_location(' Leaving:'||l_proc, 10);
288: End delete_validate;
289: --
290: end pqp_ffa_bus;