DBA Data[Home] [Help]

APPS.OTA_CHA_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_cha_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_cha_bus.g_chat_id := p_chat_id;
154: ota_cha_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 253: hr_utility.set_location(' Entering:' || l_proc,10);

249: l_cat_start_date date;
250: l_cat_end_date date;
251:
252: Begin
253: hr_utility.set_location(' Entering:' || l_proc,10);
254: --
255: IF hr_multi_message.no_exclusive_error
256: (p_check_column1 => 'OTA_CHATS_B.START_DATE_ACTIVE'
257: ,p_check_column2 => 'OTA_CHATS_B.END_DATE_ACTIVE'

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

278:
279: End IF;
280: End IF;
281: --
282: hr_utility.set_location(' Leaving:' || l_proc,10);
283: Exception
284: when app_exception.application_exception then
285: IF hr_multi_message.exception_add
286: (p_associated_column1 => 'OTA_CHATS_B.START_DATE_ACTIVE'

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

285: IF hr_multi_message.exception_add
286: (p_associated_column1 => 'OTA_CHATS_B.START_DATE_ACTIVE'
287: ,p_associated_column2 => 'OTA_CHATS_B.END_DATE_ACTIVE'
288: ) THEN
289: hr_utility.set_location(' Leaving:'|| l_proc,20);
290: raise;
291: END IF;
292:
293: hr_utility.set_location(' Leaving:'|| l_proc,30);

Line 293: hr_utility.set_location(' Leaving:'|| l_proc,30);

289: hr_utility.set_location(' Leaving:'|| l_proc,20);
290: raise;
291: END IF;
292:
293: hr_utility.set_location(' Leaving:'|| l_proc,30);
294: --
295: End chk_category_start_end_dates;
296: --
297: -- ----------------------------------------------------------------------------

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

323: --
324: l_proc varchar2(72) := g_package||'insert_validate';
325: --
326: Begin
327: hr_utility.set_location('Entering:'||l_proc, 5);
328: --
329: -- Call all supporting business operations
330: --
331: hr_api.validate_bus_grp_id

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

342: -- Validate Dependent Attributes
343: --
344: --
345: check_timezone(p_rec.timezone_code);
346: hr_utility.set_location(' Leaving:'||l_proc, 10);
347: End insert_validate;
348: --
349: -- ----------------------------------------------------------------------------
350: -- |---------------------------< update_validate >----------------------------|

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

356: --
357: l_proc varchar2(72) := g_package||'update_validate';
358: --
359: Begin
360: hr_utility.set_location('Entering:'||l_proc, 5);
361: --
362: -- Call all supporting business operations
363: --
364: hr_api.validate_bus_grp_id

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

386: check_timezone(p_rec.timezone_code);
387: END IF;
388: --
389: --
390: hr_utility.set_location(' Leaving:'||l_proc, 10);
391: End update_validate;
392: --
393: -- ----------------------------------------------------------------------------
394: -- |---------------------------< delete_validate >----------------------------|

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

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

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

403: hr_utility.set_location('Entering:'||l_proc, 5);
404: --
405: -- Call all supporting business operations
406: --
407: hr_utility.set_location(' Leaving:'||l_proc, 10);
408: End delete_validate;
409: --
410: end ota_cha_bus;