DBA Data[Home] [Help]

APPS.PER_SST_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 115: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

129: -- call to this function. Just return the value in the global
130: -- variable.
131: --
132: l_legislation_code := per_sst_bus.g_legislation_code;
133: hr_utility.set_location(l_proc, 20);
134: else
135: --
136: -- The ID is different to the last call to this function
137: -- or this is the first call to this function.

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

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

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

155: close csr_leg_code;
156: per_sst_bus.g_setup_sub_task_code := p_setup_sub_task_code;
157: per_sst_bus.g_legislation_code := l_legislation_code;
158: end if;
159: hr_utility.set_location(' Leaving:'|| l_proc, 40);
160: return l_legislation_code;
161: end return_legislation_code;
162: --
163: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

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

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

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

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

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