DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_API dependencies on PER_ASG_INS

Line 490: -- Call per_asg_ins.ins when p_called_from = 'FORM', (called from BENEBNAS.pld)

486: --
487: hr_utility.set_location(l_proc, 40);
488:
489: --
490: -- Call per_asg_ins.ins when p_called_from = 'FORM', (called from BENEBNAS.pld)
491: -- to create benefits assignment with HR api validations.
492: --
493: -- Call ben_asg_ins.ins when p_called_from is NULL, to create benefits assignment
494: -- without HR api validations

Line 498: per_asg_ins.ins

494: -- without HR api validations
495: --
496:
497: if p_called_from = 'FORM' then
498: per_asg_ins.ins
499: (p_business_group_id => l_business_group_id
500: ,p_effective_date => p_effective_date
501: ,p_assignment_status_type_id => l_assignment_status_type_id
502: ,p_person_id => p_person_id