DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_API dependencies on BEN_ASG_UPD

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

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
1106: --
1107:
1108: if p_called_from = 'FORM' then

Line 1238: ben_asg_upd.upd

1234:
1235: end if;
1236:
1237:
1238: ben_asg_upd.upd
1239: (p_assignment_id => p_assignment_id
1240: ,p_effective_start_date => l_effective_start_date
1241: ,p_effective_end_date => l_effective_end_date
1242: ,p_business_group_id => l_business_group_id