DBA Data[Home] [Help]

APPS.HR_CWK_TERMINATION_SWI dependencies on HR_TERMINATION_SS

Line 1644: hr_utility.trace('Called hr_termination_ss.moveAllDirectReports from process_save');

1640: l_new_sup_asg_id is not null and
1641: l_login_person_id is not null
1642: ) then
1643:
1644: hr_utility.trace('Called hr_termination_ss.moveAllDirectReports from process_save');
1645:
1646: hr_termination_ss.moveAllDirectReports(
1647: p_validate => 'Y',
1648: p_item_type => p_item_type,

Line 1646: hr_termination_ss.moveAllDirectReports(

1642: ) then
1643:
1644: hr_utility.trace('Called hr_termination_ss.moveAllDirectReports from process_save');
1645:
1646: hr_termination_ss.moveAllDirectReports(
1647: p_validate => 'Y',
1648: p_item_type => p_item_type,
1649: p_item_key => p_item_key,
1650: p_old_sup_person_id => l_old_sup_person_id,

Line 2442: --l_proc := l_proc || ' hr_termination_ss.moveAllDirectReports';

2438: l_new_sup_asg_id is not null and
2439: l_login_person_id is not null
2440: ) then
2441:
2442: --l_proc := l_proc || ' hr_termination_ss.moveAllDirectReports';
2443:
2444: if ( p_validate ) then
2445: l_validate := 'Y';
2446: else

Line 2453: hr_termination_ss.moveAllDirectReports(

2449:
2450: hr_utility.trace('Called moveAllDirectReports from process_api');
2451:
2452: BEGIN
2453: hr_termination_ss.moveAllDirectReports(
2454: p_validate => l_validate,
2455: p_item_type => ItemType,
2456: p_item_key => ItemKey,
2457: p_old_sup_person_id => l_old_sup_person_id,