DBA Data[Home] [Help]

APPS.HR_MX_EX_EMPLOYEE_API dependencies on HR_UTILITY

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

31:
32: l_proc := g_package||'mx_final_process_emp';
33:
34: if g_debug then
35: hr_utility.set_location('Entering:'|| l_proc, 10);
36: end if;
37:
38: -----------------------------------------------------------------
39: -- Fetch Business Group ID for the given Period of Service.

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

43:
44: IF csr_get_bg%NOTFOUND THEN
45:
46: if g_debug then
47: hr_utility.set_location(l_proc, 20);
48: end if;
49:
50: CLOSE csr_get_bg;
51: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');

Line 51: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');

47: hr_utility.set_location(l_proc, 20);
48: end if;
49:
50: CLOSE csr_get_bg;
51: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
52: hr_utility.raise_error;
53: END IF;
54: --
55: CLOSE csr_get_bg;

Line 52: hr_utility.raise_error;

48: end if;
49:
50: CLOSE csr_get_bg;
51: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
52: hr_utility.raise_error;
53: END IF;
54: --
55: CLOSE csr_get_bg;
56:

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

59: -----------------------------------------------------------------
60: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
61:
62: if g_debug then
63: hr_utility.set_location(l_proc, 30);
64: end if;
65:
66: --
67: -----------------------------------------------------------------

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

69: -----------------------------------------------------------------
70: per_mx_validations.check_SS_Leaving_Reason(p_ss_leaving_reason);
71:
72: if g_debug then
73: hr_utility.set_location(l_proc, 40);
74: end if;
75:
76: -----------------------------------------------------------------
77: -- Load the Leaving Reason onto the Global Variable.

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

91: ,p_entries_changed_warning => p_entries_changed_warning );
92:
93: --
94: if g_debug then
95: hr_utility.set_location('Leaving: '||l_proc, 50);
96: end if;
97: --
98: END mx_final_process_emp;
99:

Line 103: g_debug := hr_utility.debug_enabled;

99:
100: BEGIN
101:
102: g_package := 'hr_mx_ex_employee_api.';
103: g_debug := hr_utility.debug_enabled;
104:
105: END hr_mx_ex_employee_api;