DBA Data[Home] [Help]

APPS.HXC_TIME_ENTRY_GROUP_COMP_API dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

6: g_package varchar2(33) := ' hxc_time_entry_group_comp_api.';
7:
8: g_entity_type varchar2(16) := 'TIME_ENTRY_RULES';
9:
10: g_debug boolean := hr_utility.debug_enabled;
11:
12: -- ----------------------------------------------------------------------------
13: -- |--------------------< create_time_entry_group_comp>-----------------------|
14: -- ----------------------------------------------------------------------------

Line 65: g_debug := hr_utility.debug_enabled;

61: l_time_entry_group_comp_id hxc_entity_group_comps.entity_group_comp_id%TYPE;
62: --
63: begin
64:
65: g_debug := hr_utility.debug_enabled;
66:
67: if g_debug then
68: l_proc := g_package||' create_time_entry_group_comp';
69: hr_utility.set_location('Entering:'|| l_proc, 10);

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

65: g_debug := hr_utility.debug_enabled;
66:
67: if g_debug then
68: l_proc := g_package||' create_time_entry_group_comp';
69: hr_utility.set_location('Entering:'|| l_proc, 10);
70: end if;
71:
72: -- Issue a savepoint if operating in validation only mode
73:

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

73:
74: savepoint create_time_entry_group_comp;
75:
76: if g_debug then
77: hr_utility.set_location(l_proc, 20);
78: end if;
79:
80: chk_ter_unique ( p_time_entry_group_comp_id => p_time_entry_group_comp_id
81: ,p_time_entry_rule_group_id => p_time_entry_rule_group_id

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

130: );
131: end;
132: --
133: if g_debug then
134: hr_utility.set_location(l_proc, 30);
135: end if;
136: --
137: -- Process Logic
138: --

Line 141: hr_utility.set_location(l_proc, 40);

137: -- Process Logic
138: --
139: --
140: if g_debug then
141: hr_utility.set_location(l_proc, 40);
142: end if;
143: --
144: -- call row handler
145: --

Line 187: hr_utility.set_location(l_proc, 50);

183: ,p_attribute30 => p_attribute30
184: ,p_called_from_form => p_called_from_form );
185: --
186: if g_debug then
187: hr_utility.set_location(l_proc, 50);
188: end if;
189: --
190: -- Call After Process User Hook
191: --

Line 238: hr_utility.set_location(l_proc, 60);

234: );
235: end;
236: --
237: if g_debug then
238: hr_utility.set_location(l_proc, 60);
239: end if;
240: --
241: -- When in validation only mode raise the Validate_Enabled exception
242: --

Line 248: hr_utility.set_location(' Leaving:'||l_proc, 70);

244: raise hr_api.validate_enabled;
245: end if;
246: --
247: if g_debug then
248: hr_utility.set_location(' Leaving:'||l_proc, 70);
249: end if;
250: --
251: -- Set all output arguments
252: --

Line 273: hr_utility.set_location(' Leaving:'||l_proc, 80);

269: p_time_entry_group_comp_id := null;
270: p_object_version_number := null;
271: --
272: if g_debug then
273: hr_utility.set_location(' Leaving:'||l_proc, 80);
274: end if;
275: --
276: when others then
277: --

Line 281: hr_utility.trace('In exeception');

277: --
278: -- A validation or unexpected error has occured
279: --
280: if g_debug then
281: hr_utility.trace('In exeception');
282: end if;
283: ROLLBACK TO create_time_entry_group_comp;
284: raise;
285: --

Line 340: g_debug := hr_utility.debug_enabled;

336: l_object_version_number hxc_entity_group_comps.object_version_number%TYPE := p_object_version_number;
337: --
338: begin
339:
340: g_debug := hr_utility.debug_enabled;
341:
342: if g_debug then
343: l_proc := g_package||' update_time_entry_group_comp';
344: hr_utility.set_location('Entering:'|| l_proc, 10);

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

340: g_debug := hr_utility.debug_enabled;
341:
342: if g_debug then
343: l_proc := g_package||' update_time_entry_group_comp';
344: hr_utility.set_location('Entering:'|| l_proc, 10);
345: end if;
346:
347: -- Issue a savepoint if operating in validation only mode
348:

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

348:
349: savepoint update_time_entry_group_comp;
350: --
351: if g_debug then
352: hr_utility.set_location(l_proc, 20);
353: end if;
354:
355: chk_ter_unique ( p_time_entry_group_comp_id => p_time_entry_group_comp_id
356: ,p_time_entry_rule_group_id => p_time_entry_rule_group_id

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

405: );
406: end;
407: --
408: if g_debug then
409: hr_utility.set_location(l_proc, 30);
410: end if;
411: --
412: -- Process Logic
413: --

Line 458: hr_utility.set_location(l_proc, 40);

454: ,p_called_from_form => p_called_from_form );
455: --
456: --
457: if g_debug then
458: hr_utility.set_location(l_proc, 40);
459: end if;
460: --
461: -- Call After Process User Hook
462: --

Line 510: hr_utility.set_location(l_proc, 50);

506: );
507: end;
508: --
509: if g_debug then
510: hr_utility.set_location(l_proc, 50);
511: end if;
512: --
513: -- When in validation only mode raise the Validate_Enabled exception
514: --

Line 520: hr_utility.set_location(' Leaving:'||l_proc, 60);

516: raise hr_api.validate_enabled;
517: end if;
518: --
519: if g_debug then
520: hr_utility.set_location(' Leaving:'||l_proc, 60);
521: end if;
522: --
523: -- Set all output arguments
524: --

Line 543: hr_utility.set_location(' Leaving:'||l_proc, 60);

539: --
540: p_object_version_number := null;
541: --
542: if g_debug then
543: hr_utility.set_location(' Leaving:'||l_proc, 60);
544: end if;
545: --
546: when others then
547: --

Line 551: hr_utility.trace('In exeception');

547: --
548: -- A validation or unexpected error has occured
549: --
550: if g_debug then
551: hr_utility.trace('In exeception');
552: end if;
553: ROLLBACK TO update_time_entry_group_comp;
554: raise;
555: --

Line 575: g_debug := hr_utility.debug_enabled;

571: l_proc varchar2(72);
572: --
573: begin
574:
575: g_debug := hr_utility.debug_enabled;
576: --
577:
578: if g_debug then
579: l_proc := g_package||'delete_time_entry_group_comp';

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

576: --
577:
578: if g_debug then
579: l_proc := g_package||'delete_time_entry_group_comp';
580: hr_utility.set_location('Entering:'|| l_proc, 10);
581: end if;
582: --
583: -- Issue a savepoint if operating in validation only mode
584: --

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

584: --
585: savepoint delete_time_entry_group_comp;
586: --
587: if g_debug then
588: hr_utility.set_location(l_proc, 20);
589: end if;
590:
591: -- gaz - replace this with a check to make sure that if it is referenced it
592: -- isn't the last one being deleted - new error message?

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

612: );
613: end;
614: --
615: if g_debug then
616: hr_utility.set_location(l_proc, 30);
617: end if;
618: --
619: -- Process Logic
620: --

Line 628: hr_utility.set_location(l_proc, 40);

624: ,p_object_version_number => p_object_version_number
625: );
626: --
627: if g_debug then
628: hr_utility.set_location(l_proc, 40);
629: end if;
630: --
631: -- Call After Process User Hook
632: --

Line 654: hr_utility.set_location(' Leaving:'||l_proc, 50);

650: raise hr_api.validate_enabled;
651: end if;
652: --
653: if g_debug then
654: hr_utility.set_location(' Leaving:'||l_proc, 50);
655: end if;
656: --
657: exception
658: --

Line 725: g_debug := hr_utility.debug_enabled;

721: l_error varchar2(5) := NULL;
722: --
723: BEGIN
724:
725: g_debug := hr_utility.debug_enabled;
726:
727: if g_debug then
728: l_proc := g_package||'chk_ter_unique';
729: hr_utility.set_location('Entering:'||l_proc, 5);

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

725: g_debug := hr_utility.debug_enabled;
726:
727: if g_debug then
728: l_proc := g_package||'chk_ter_unique';
729: hr_utility.set_location('Entering:'||l_proc, 5);
730: end if;
731: --
732: -- check that ter is unique within the grouping
733: --

Line 741: hr_utility.set_message(809, 'HXC_EGC_TER_NOT_UNIQUE');

737: --
738: IF l_error IS NOT NULL
739: THEN
740: --
741: hr_utility.set_message(809, 'HXC_EGC_TER_NOT_UNIQUE');
742: hr_utility.raise_error;
743: --
744: END IF;
745: --

Line 742: hr_utility.raise_error;

738: IF l_error IS NOT NULL
739: THEN
740: --
741: hr_utility.set_message(809, 'HXC_EGC_TER_NOT_UNIQUE');
742: hr_utility.raise_error;
743: --
744: END IF;
745: --
746: if g_debug then

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

743: --
744: END IF;
745: --
746: if g_debug then
747: hr_utility.set_location('Leaving:'||l_proc, 20);
748: end if;
749: --
750: END chk_ter_unique;
751: --