DBA Data[Home] [Help]

APPS.OTA_TRB_BUS dependencies on HR_UTILITY

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

45: l_legislation_code varchar2(150);
46: --
47: begin
48: --
49: hr_utility.set_location('Entering:'|| l_proc, 10);
50: --
51: -- Ensure that all the mandatory parameter are not null
52: --
53: hr_api.mandatory_arg_error

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

85: --
86: hr_api.set_legislation_context(l_legislation_code);
87: end if;
88: --
89: hr_utility.set_location(' Leaving:'|| l_proc, 20);
90: --
91: end set_security_group_id;
92: --
93: -- ---------------------------------------------------------------------------

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

116: l_proc varchar2(72) := g_package||'return_legislation_code';
117: --
118: Begin
119: --
120: hr_utility.set_location('Entering:'|| l_proc, 10);
121: --
122: -- Ensure that all the mandatory parameter are not null
123: --
124: hr_api.mandatory_arg_error

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

134: -- call to this function. Just return the value in the global
135: -- variable.
136: --
137: l_legislation_code := ota_trb_bus.g_legislation_code;
138: hr_utility.set_location(l_proc, 20);
139: else
140: --
141: -- The ID is different to the last call to this function
142: -- or this is the first call to this function.

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

151: close csr_leg_code;
152: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
153: fnd_message.raise_error;
154: end if;
155: hr_utility.set_location(l_proc,30);
156: --
157: -- Set the global variables so the values are
158: -- available for the next call to this function.
159: --

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

160: close csr_leg_code;
161: ota_trb_bus.g_resource_booking_id := p_resource_booking_id;
162: ota_trb_bus.g_legislation_code := l_legislation_code;
163: end if;
164: hr_utility.set_location(' Leaving:'|| l_proc, 40);
165: return l_legislation_code;
166: end return_legislation_code;
167: --
168: -- ----------------------------------------------------------------------------

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

199: --
200: l_proc varchar2(72) := g_package || 'chk_ddf';
201: --
202: begin
203: hr_utility.set_location('Entering:'||l_proc,10);
204: --
205: if ((p_rec.resource_booking_id is not null) and (
206: nvl(ota_trb_shd.g_old_rec.trb_information_category, hr_api.g_varchar2) <>
207: nvl(p_rec.trb_information_category, hr_api.g_varchar2) or

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

298: ,p_attribute20_value => p_rec.trb_information20
299: );
300: end if;
301: --
302: hr_utility.set_location(' Leaving:'||l_proc,20);
303: end chk_ddf;
304: --
305: -- ----------------------------------------------------------------------------
306: -- |-----------------------< chk_non_updateable_args >------------------------|

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

433: from ota_suppliable_resources
434: where supplied_resource_id = p_rec.supplied_resource_id;
435: --
436: Begin
437: hr_utility.set_location('Entering:'||l_proc, 5);
438: --
439: -- Call all supporting business operations
440: --
441: --

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

566: ,p_rec.book_entire_period_flag);
567:
568: --
569: ota_trb_bus.chk_ddf(p_rec);
570: hr_utility.set_location(' Leaving:'||l_proc, 10);
571: --
572: End insert_validate;
573: --
574: -- ----------------------------------------------------------------------------

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

670: where supplied_resource_id = p_rec.supplied_resource_id;
671:
672: --
673: Begin
674: hr_utility.set_location('Entering:'||l_proc, 5);
675: --
676: -- Call all supporting business operations
677: --
678: --

Line 694: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');

690: ,p_rec => p_rec
691: );
692: --
693: IF l_event_id_changed THEN
694: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
695: hr_utility.set_message_token('PROCEDURE',l_proc);
696: hr_utility.set_message_token('STEP','2');
697: hr_utility.raise_error;
698: END IF;

Line 695: hr_utility.set_message_token('PROCEDURE',l_proc);

691: );
692: --
693: IF l_event_id_changed THEN
694: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
695: hr_utility.set_message_token('PROCEDURE',l_proc);
696: hr_utility.set_message_token('STEP','2');
697: hr_utility.raise_error;
698: END IF;
699: --

Line 696: hr_utility.set_message_token('STEP','2');

692: --
693: IF l_event_id_changed THEN
694: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
695: hr_utility.set_message_token('PROCEDURE',l_proc);
696: hr_utility.set_message_token('STEP','2');
697: hr_utility.raise_error;
698: END IF;
699: --
700: -- Check the role_to_play field.

Line 697: hr_utility.raise_error;

693: IF l_event_id_changed THEN
694: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
695: hr_utility.set_message_token('PROCEDURE',l_proc);
696: hr_utility.set_message_token('STEP','2');
697: hr_utility.raise_error;
698: END IF;
699: --
700: -- Check the role_to_play field.
701: --

Line 824: hr_utility.set_location(' Leaving:'||l_proc, 10); End update_validate;

820: END IF;
821:
822: --
823: ota_trb_bus.chk_ddf(p_rec);
824: hr_utility.set_location(' Leaving:'||l_proc, 10); End update_validate;
825: --
826: -- ----------------------------------------------------------------------------
827: -- |---------------------------< delete_validate >----------------------------|
828: -- ----------------------------------------------------------------------------

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

858: --
859: l_proc varchar2(72) := g_package||'delete_validate';
860: --
861: Begin
862: hr_utility.set_location('Entering:'||l_proc, 5);
863: --
864: -- Call all supporting business operations
865: --
866: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

862: hr_utility.set_location('Entering:'||l_proc, 5);
863: --
864: -- Call all supporting business operations
865: --
866: hr_utility.set_location(' Leaving:'||l_proc, 10);
867: End delete_validate;
868: --
869: end ota_trb_bus;