DBA Data[Home] [Help]

APPS.GHR_CIN_BUS dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

152: close csr_leg_code;
153: ghr_cin_bus.g_compl_incident_id := p_compl_incident_id;
154: ghr_cin_bus.g_legislation_code := l_legislation_code;
155: end if;
156: hr_utility.set_location(' Leaving:'|| l_proc, 40);
157: return l_legislation_code;
158: end return_legislation_code;
159: --
160: -- ----------------------------------------------------------------------------

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

230: --
231: l_proc varchar2(72) := g_package||'insert_validate';
232: --
233: Begin
234: hr_utility.set_location('Entering:'||l_proc, 5);
235: --
236: -- Call all supporting business operations
237: --
238: --

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

243: -- "-- No business group context. HR_STANDARD_LOOKUPS used for validation."
244: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."
245: --
246: --
247: hr_utility.set_location(' Leaving:'||l_proc, 10);
248: End insert_validate;
249: --
250: -- ----------------------------------------------------------------------------
251: -- |---------------------------< update_validate >----------------------------|

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

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

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

275: ,p_rec => p_rec
276: );
277: --
278: --
279: hr_utility.set_location(' Leaving:'||l_proc, 10);
280: End update_validate;
281: --
282: -- ----------------------------------------------------------------------------
283: -- |---------------------------< delete_validate >----------------------------|

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

288: --
289: l_proc varchar2(72) := g_package||'delete_validate';
290: --
291: Begin
292: hr_utility.set_location('Entering:'||l_proc, 5);
293: --
294: -- Call all supporting business operations
295: --
296: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

292: hr_utility.set_location('Entering:'||l_proc, 5);
293: --
294: -- Call all supporting business operations
295: --
296: hr_utility.set_location(' Leaving:'||l_proc, 10);
297: End delete_validate;
298: --
299: end ghr_cin_bus;