DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_API dependencies on PER_ASG_UPD

Line 1101: -- Call per_asg_upd.upd when p_called_from = 'FORM', (called from BENEBNAS.pld)

1097: -- Update assignment.
1098: --
1099:
1100: --
1101: -- Call per_asg_upd.upd when p_called_from = 'FORM', (called from BENEBNAS.pld)
1102: -- to update benefits assignment with HR api validations.
1103: --
1104: -- Call ben_asg_upd.upd when p_called_from is NULL, to update benefits assignment
1105: -- without HR api validations

Line 1109: per_asg_upd.upd

1105: -- without HR api validations
1106: --
1107:
1108: if p_called_from = 'FORM' then
1109: per_asg_upd.upd
1110: (p_assignment_id => p_assignment_id
1111: ,p_effective_start_date => l_effective_start_date
1112: ,p_effective_end_date => l_effective_end_date
1113: ,p_business_group_id => l_business_group_id