DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on PER_ASG_BUS1

Line 1171: per_asg_bus1.chk_frozen_single_pos

1167: --
1168: -- Before doing the update make sure that what we are doing is valid
1169: -- especially for positions.
1170: --
1171: per_asg_bus1.chk_frozen_single_pos
1172: (p_assignment_id => p_assignment_id,
1173: p_position_id => l_asg_rec.position_id,
1174: p_effective_date => p_start_date,
1175: p_assignment_type => l_asg_rec.assignment_type);

Line 1918: per_asg_bus1.chk_frozen_single_pos

1914: --
1915: -- Before doing the update make sure that what we are doing is valid
1916: -- especially for positions.
1917: --
1918: per_asg_bus1.chk_frozen_single_pos
1919: (p_assignment_id => p_assignment_id,
1920: p_position_id => l_asg_rec.position_id,
1921: p_effective_date => p_start_date);
1922: --

Line 2457: per_asg_bus1.chk_frozen_single_pos

2453: --
2454: -- Before doing the update make sure that what we are doing is valid
2455: -- especially for positions.
2456: --
2457: per_asg_bus1.chk_frozen_single_pos
2458: (p_assignment_id => p_assignment_id,
2459: p_position_id => l_asg_rec.position_id,
2460: p_effective_date => p_start_date);
2461: --

Line 3035: per_asg_bus1.chk_frozen_single_pos

3031: --
3032: -- Before doing the update make sure that what we are doing is valid
3033: -- especially for positions.
3034: --
3035: per_asg_bus1.chk_frozen_single_pos
3036: (p_assignment_id => p_new_primary_id,
3037: p_position_id => apl_asg_rec.position_id,
3038: p_effective_date => p_start_date,
3039: p_assignment_type => apl_asg_rec.assignment_type); -- 6356978

Line 4413: per_asg_bus1.chk_frozen_single_pos

4409: --
4410: -- Before doing the update make sure that what we are doing is valid
4411: -- especially for positions.
4412: --
4413: per_asg_bus1.chk_frozen_single_pos
4414: (p_assignment_id => p_assignment_id,
4415: p_position_id => apl_asg_rec.position_id,
4416: p_effective_date => p_start_date,
4417: p_assignment_type => emp_asg_rec.assignment_type); -- 7348032