DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_API dependencies on PER_ASG_UPD

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

1070: -- Update assignment.
1071: --
1072:
1073: --
1074: -- Call per_asg_upd.upd when p_called_from = 'FORM', (called from BENEBNAS.pld)
1075: -- to update benefits assignment with HR api validations.
1076: --
1077: -- Call ben_asg_upd.upd when p_called_from is NULL, to update benefits assignment
1078: -- without HR api validations

Line 1082: per_asg_upd.upd

1078: -- without HR api validations
1079: --
1080:
1081: if p_called_from = 'FORM' then
1082: per_asg_upd.upd
1083: (p_assignment_id => p_assignment_id
1084: ,p_effective_start_date => l_effective_start_date
1085: ,p_effective_end_date => l_effective_end_date
1086: ,p_business_group_id => l_business_group_id