DBA Data[Home] [Help]

APPS.BEN_ASG_INS dependencies on PER_ASG_BUS2

Line 480: per_asg_bus2.gen_date_probation_end

476: -- Rule CHK_DATE_PROBATION_END c,e and f
477: -- Rule CHK_PROBATION_PERIOD c
478: -- Rule CHK_PROBATION_UNIT d
479: --
480: per_asg_bus2.gen_date_probation_end
481: (p_assignment_id => p_rec.assignment_id
482: ,p_effective_date => P_effective_date
483: ,p_probation_unit => p_rec.probation_unit
484: ,p_probation_period => p_rec.probation_period

Line 889: per_asg_bus2.gen_assignment_sequence

885:
886: --
887: -- Generate Assignment Sequence
888: --
889: per_asg_bus2.gen_assignment_sequence
890: (p_assignment_type => p_rec.assignment_type
891: ,p_person_id => p_rec.person_id
892: ,p_assignment_sequence => p_rec.assignment_sequence
893: );