DBA Data[Home] [Help]

APPS.HR_MX_ASSIGNMENT_API dependencies on HR_UTILITY

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

182:
183: l_proc := g_package||'create_mx_secondary_emp_asg';
184:
185: if g_debug then
186: hr_utility.set_location('Entering:'|| l_proc, 10);
187: end if;
188:
189: -----------------------------------------------------------------
190: -- Initialise local variable

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

197: -----------------------------------------------------------------
198: l_business_group_id := hr_mx_utility.get_bg_from_person(p_person_id);
199:
200: if g_debug then
201: hr_utility.set_location(l_proc, 20);
202: end if;
203:
204: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
205:

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

203:
204: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
205:
206: if g_debug then
207: hr_utility.set_location(l_proc, 30);
208: end if;
209:
210: -----------------------------------------------------------------
211: -- Call create_secondary_emp_asg

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

365: ,p_hourly_salaried_warning => p_hourly_salaried_warning
366: ,p_gsp_post_process_warning => p_gsp_post_process_warning );
367:
368: if g_debug then
369: hr_utility.set_location('Leaving: '||l_proc, 40);
370: end if;
371:
372: END create_mx_secondary_emp_asg;
373:

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

503:
504: l_proc := g_package||'update_mx_emp_asg';
505:
506: if g_debug then
507: hr_utility.set_location('Entering:'|| l_proc, 10);
508: end if;
509:
510: -----------------------------------------------------------------
511: -- Check that the Business Group for the assignment is in 'MX'

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

512: -----------------------------------------------------------------
513: l_business_group_id := hr_mx_utility.get_bg_from_assignment(p_assignment_id);
514:
515: if g_debug then
516: hr_utility.set_location(l_proc, 20);
517: end if;
518:
519: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
520:

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

518:
519: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
520:
521: if g_debug then
522: hr_utility.set_location(l_proc, 30);
523: end if;
524:
525: -----------------------------------------------------------------
526: -- Truncate DATE variables

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

533: if p_ss_leaving_reason <> hr_api.g_varchar2 then -- Bug 3777663
534: per_mx_validations.check_SS_Leaving_Reason(p_ss_leaving_reason);
535:
536: if g_debug then
537: hr_utility.set_location(l_proc, 40);
538: end if;
539:
540: -----------------------------------------------------------------
541: -- Load the Leaving Reason onto the Global Variable.

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

660: ,p_gsp_post_process_warning => p_gsp_post_process_warning );
661:
662:
663: if g_debug then
664: hr_utility.set_location('Leaving: '||l_proc, 50);
665: end if;
666: --
667: End update_mx_emp_asg;
668:

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

753:
754: l_proc := g_package||'update_mx_emp_asg_criteria';
755:
756: if g_debug then
757: hr_utility.set_location('Entering:'|| l_proc, 10);
758: end if;
759:
760: -----------------------------------------------------------------
761: -- Initialise local variable

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

767: -----------------------------------------------------------------
768: l_business_group_id := hr_mx_utility.get_bg_from_assignment(p_assignment_id);
769:
770: if g_debug then
771: hr_utility.set_location(l_proc, 20);
772: end if;
773:
774: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
775:

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

773:
774: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
775:
776: if g_debug then
777: hr_utility.set_location(l_proc, 30);
778: end if;
779:
780: -----------------------------------------------------------------
781: -- Validate the Leaving Reason entered, if any.

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

782: -----------------------------------------------------------------
783: per_mx_validations.check_SS_Leaving_Reason(p_ss_leaving_reason);
784:
785: if g_debug then
786: hr_utility.set_location(l_proc, 40);
787: end if;
788:
789: -----------------------------------------------------------------
790: -- Load the Leaving Reason onto the Global Variable.

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

860: ,p_concatenated_segments => p_concatenated_segments
861: ,p_gsp_post_process_warning => p_gsp_post_process_warning );
862:
863: if g_debug then
864: hr_utility.set_location('Leaving: '||l_proc, 50);
865: end if;
866:
867: END update_mx_emp_asg_criteria;
868:

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

899:
900: l_proc := g_package||'mx_final_process_emp_asg';
901:
902: if g_debug then
903: hr_utility.set_location('Entering:'|| l_proc, 10);
904: end if;
905:
906: -----------------------------------------------------------------
907: -- Initialise local variable

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

913: -----------------------------------------------------------------
914: l_business_group_id := hr_mx_utility.get_bg_from_assignment(p_assignment_id);
915:
916: if g_debug then
917: hr_utility.set_location(l_proc, 20);
918: end if;
919:
920: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
921:

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

919:
920: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
921:
922: if g_debug then
923: hr_utility.set_location(l_proc, 30);
924: end if;
925:
926: -----------------------------------------------------------------
927: -- Validate the Leaving Reason entered.

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

928: -----------------------------------------------------------------
929: per_mx_validations.check_SS_Leaving_Reason(p_ss_leaving_reason);
930:
931: if g_debug then
932: hr_utility.set_location(l_proc, 40);
933: end if;
934:
935: -----------------------------------------------------------------
936: -- Load the Leaving Reason onto the Global Variable.

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

952: ,p_asg_future_changes_warning => p_asg_future_changes_warning
953: ,p_entries_changed_warning => p_entries_changed_warning );
954:
955: if g_debug then
956: hr_utility.set_location('Leaving: '||l_proc, 50);
957: end if;
958:
959: END mx_final_process_emp_asg;
960:

Line 962: g_debug := hr_utility.debug_enabled;

958:
959: END mx_final_process_emp_asg;
960:
961: BEGIN
962: g_debug := hr_utility.debug_enabled;
963: g_package := 'hr_mx_assignment_api.';
964:
965: END hr_mx_assignment_api;