DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_API dependencies on BEN_ASG_UPD

Line 1077: -- Call ben_asg_upd.upd when p_called_from is NULL, to update benefits assignment

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
1079: --
1080:
1081: if p_called_from = 'FORM' then

Line 1211: ben_asg_upd.upd

1207:
1208: end if;
1209:
1210:
1211: ben_asg_upd.upd
1212: (p_assignment_id => p_assignment_id
1213: ,p_effective_start_date => l_effective_start_date
1214: ,p_effective_end_date => l_effective_end_date
1215: ,p_business_group_id => l_business_group_id