DBA Data[Home] [Help]

APPS.PQH_VLP_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_vlp_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_vlp_bus.g_validation_period_id := p_validation_period_id;
151: pqh_vlp_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: l_proc varchar2(72) := g_package||'insert_validate';
217: --
218: cnt number;
219: Begin
220: hr_utility.set_location('Entering:'||l_proc, 5);
221: --
222: -- Call all supporting business operations
223: --
224: --

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

286: fnd_message.set_name('PQH', 'FR_PQH_VALIDATION_OVERLAP');
287: fnd_message.raise_error;
288: end if;
289: end if;
290: hr_utility.set_location(' Leaving:'||l_proc, 10);
291: End insert_validate;
292: --
293: -- ----------------------------------------------------------------------------
294: -- |---------------------------< update_validate >----------------------------|

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

301: l_proc varchar2(72) := g_package||'update_validate';
302: --
303: cnt number;
304: Begin
305: hr_utility.set_location('Entering:'||l_proc, 5);
306: --
307: -- Call all supporting business operations
308: --
309: --

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

381: fnd_message.raise_error;
382: end if;
383: end if;
384: --
385: hr_utility.set_location(' Leaving:'||l_proc, 10);
386: End update_validate;
387: --
388: -- ----------------------------------------------------------------------------
389: -- |---------------------------< delete_validate >----------------------------|

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

394: --
395: l_proc varchar2(72) := g_package||'delete_validate';
396: --
397: Begin
398: hr_utility.set_location('Entering:'||l_proc, 5);
399: --
400: -- Call all supporting business operations
401: --
402: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

398: hr_utility.set_location('Entering:'||l_proc, 5);
399: --
400: -- Call all supporting business operations
401: --
402: hr_utility.set_location(' Leaving:'||l_proc, 10);
403: End delete_validate;
404: --
405: end pqh_vlp_bus;