DBA Data[Home] [Help]

APPS.OTA_ANC_BUS dependencies on HR_UTILITY

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

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

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

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 := ota_anc_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: ota_anc_bus.g_announcement_id := p_announcement_id;
154: ota_anc_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 177: hr_utility.set_location ('entering:' || l_proc, 5);

173: --
174: --
175: begin
176: --
177: hr_utility.set_location ('entering:' || l_proc, 5);
178: --
179: if p_start_date is not null then
180: ota_general.check_start_end_dates(p_start_date,p_end_date);
181: end if;

Line 184: hr_utility.set_location (' leaving:' || l_proc, 5);

180: ota_general.check_start_end_dates(p_start_date,p_end_date);
181: end if;
182:
183: --
184: hr_utility.set_location (' leaving:' || l_proc, 5);
185: --
186: Exception
187: WHEN app_exception.application_exception THEN
188:

Line 194: hr_utility.set_location(' Leaving:'||l_proc, 22);

190: p_associated_column1 => 'OTA_ANNOUNCEMENTS.START_DATE_ACTIVE'
191: ,p_associated_column2 => 'OTA_ANNOUNCEMENTS.END_DATE_ACTIVE')
192: THEN
193:
194: hr_utility.set_location(' Leaving:'||l_proc, 22);
195: RAISE;
196:
197: END IF;
198: hr_utility.set_location(' Leaving:'||l_proc, 25);

Line 198: hr_utility.set_location(' Leaving:'||l_proc, 25);

194: hr_utility.set_location(' Leaving:'||l_proc, 22);
195: RAISE;
196:
197: END IF;
198: hr_utility.set_location(' Leaving:'||l_proc, 25);
199: end check_start_end_dates;
200: --
201: --
202: -- ----------------------------------------------------------------------------

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

233: --
234: l_proc varchar2(72) := g_package || 'chk_df';
235: --
236: begin
237: hr_utility.set_location('Entering:'||l_proc,10);
238: --
239: if ((p_rec.announcement_id is not null) and (
240: nvl(ota_anc_shd.g_old_rec.attribute_category, hr_api.g_varchar2) <>
241: nvl(p_rec.attribute_category, hr_api.g_varchar2) or

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

332: ,p_attribute20_value => p_rec.attribute20
333: );
334: end if;
335: --
336: hr_utility.set_location(' Leaving:'||l_proc,20);
337: end chk_df;
338: --
339: -- ----------------------------------------------------------------------------
340: -- |-----------------------< chk_non_updateable_args >------------------------|

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

400: --
401: l_proc varchar2(72) := g_package||'insert_validate';
402: --
403: Begin
404: hr_utility.set_location('Entering:'||l_proc, 5);
405: --
406: -- Call all supporting business operations
407: --
408: hr_api.validate_bus_grp_id

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

422: --
423: --
424: ota_anc_bus.chk_df(p_rec);
425: --
426: hr_utility.set_location(' Leaving:'||l_proc, 10);
427: End insert_validate;
428: --
429: -- ----------------------------------------------------------------------------
430: -- |---------------------------< update_validate >----------------------------|

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

436: --
437: l_proc varchar2(72) := g_package||'update_validate';
438: --
439: Begin
440: hr_utility.set_location('Entering:'||l_proc, 5);
441: --
442: -- Call all supporting business operations
443: --
444: hr_api.validate_bus_grp_id

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

463: --
464: --
465: ota_anc_bus.chk_df(p_rec);
466: --
467: hr_utility.set_location(' Leaving:'||l_proc, 10);
468: End update_validate;
469: --
470: -- ----------------------------------------------------------------------------
471: -- |---------------------------< delete_validate >----------------------------|

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

476: --
477: l_proc varchar2(72) := g_package||'delete_validate';
478: --
479: Begin
480: hr_utility.set_location('Entering:'||l_proc, 5);
481: --
482: -- Call all supporting business operations
483: --
484: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

480: hr_utility.set_location('Entering:'||l_proc, 5);
481: --
482: -- Call all supporting business operations
483: --
484: hr_utility.set_location(' Leaving:'||l_proc, 10);
485: End delete_validate;
486: --
487: end ota_anc_bus;