DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_API dependencies on PER_ASG_INS

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

500: --
501: hr_utility.set_location(l_proc, 40);
502:
503: --
504: -- Call per_asg_ins.ins when p_called_from = 'FORM', (called from BENEBNAS.pld)
505: -- to create benefits assignment with HR api validations.
506: --
507: -- Call ben_asg_ins.ins when p_called_from is NULL, to create benefits assignment
508: -- without HR api validations

Line 512: per_asg_ins.ins

508: -- without HR api validations
509: --
510:
511: if p_called_from = 'FORM' then
512: per_asg_ins.ins
513: (p_business_group_id => l_business_group_id
514: ,p_effective_date => p_effective_date
515: ,p_assignment_status_type_id => l_assignment_status_type_id
516: ,p_person_id => p_person_id