DBA Data[Home] [Help]

APPS.HR_CN_EMPLOYEE_API dependencies on HR_CN_API

Line 171: hr_cn_api.set_location(g_trace, 'Entering:'|| l_proc, 10);

167: l_proc VARCHAR2(72) := g_package||'create_cn_employee';
168: --
169: BEGIN
170:
171: hr_cn_api.set_location(g_trace, 'Entering:'|| l_proc, 10);
172:
173: --
174: -- Validation IN addition to Row Handlers
175: --

Line 178: hr_cn_api.check_bus_grp (p_business_group_id, 'CN');

174: -- Validation IN addition to Row Handlers
175: --
176: -- Check that the specified business group is valid.
177: --
178: hr_cn_api.check_bus_grp (p_business_group_id, 'CN');
179:
180: hr_cn_api.set_location(g_trace, l_proc, 20);
181: --
182: -- Call the person business process

Line 180: hr_cn_api.set_location(g_trace, l_proc, 20);

176: -- Check that the specified business group is valid.
177: --
178: hr_cn_api.check_bus_grp (p_business_group_id, 'CN');
179:
180: hr_cn_api.set_location(g_trace, l_proc, 20);
181: --
182: -- Call the person business process
183: --
184: hr_employee_api.create_employee

Line 311: hr_cn_api.set_location(g_trace, 'Leaving:'|| l_proc, 30);

307: ,p_assign_payroll_warning => p_assign_payroll_warning
308: ,p_orig_hire_warning => p_orig_hire_warning);
309: --
310:
311: hr_cn_api.set_location(g_trace, 'Leaving:'|| l_proc, 30);
312:
313: --
314: -- Set g_trace to its default value.
315: IF g_trace THEN