DBA Data[Home] [Help]

APPS.HRHIRAPL dependencies on PER_ASG_BUS1

Line 1141: per_asg_bus1.chk_frozen_single_pos

1137: --
1138: -- Before doing the update make sure that what we are doing is valid
1139: -- especially for positions.
1140: --
1141: per_asg_bus1.chk_frozen_single_pos
1142: (p_assignment_id => p_assignment_id,
1143: p_position_id => l_asg_rec.position_id,
1144: p_effective_date => p_start_date,
1145: p_assignment_type => l_asg_rec.assignment_type);

Line 1816: per_asg_bus1.chk_frozen_single_pos

1812: --
1813: -- Before doing the update make sure that what we are doing is valid
1814: -- especially for positions.
1815: --
1816: per_asg_bus1.chk_frozen_single_pos
1817: (p_assignment_id => p_assignment_id,
1818: p_position_id => l_asg_rec.position_id,
1819: p_effective_date => p_start_date);
1820: --

Line 2353: per_asg_bus1.chk_frozen_single_pos

2349: --
2350: -- Before doing the update make sure that what we are doing is valid
2351: -- especially for positions.
2352: --
2353: per_asg_bus1.chk_frozen_single_pos
2354: (p_assignment_id => p_assignment_id,
2355: p_position_id => l_asg_rec.position_id,
2356: p_effective_date => p_start_date);
2357: --

Line 2809: per_asg_bus1.chk_frozen_single_pos

2805: --
2806: -- Before doing the update make sure that what we are doing is valid
2807: -- especially for positions.
2808: --
2809: per_asg_bus1.chk_frozen_single_pos
2810: (p_assignment_id => p_new_primary_id,
2811: p_position_id => apl_asg_rec.position_id,
2812: p_effective_date => p_start_date,
2813: p_assignment_type => apl_asg_rec.assignment_type); -- 6356978

Line 3843: per_asg_bus1.chk_frozen_single_pos

3839: --
3840: -- Before doing the update make sure that what we are doing is valid
3841: -- especially for positions.
3842: --
3843: per_asg_bus1.chk_frozen_single_pos
3844: (p_assignment_id => p_assignment_id,
3845: p_position_id => apl_asg_rec.position_id,
3846: p_effective_date => p_start_date,
3847: p_assignment_type => emp_asg_rec.assignment_type); -- 7348032