DBA Data[Home] [Help]

APPS.PER_BULK_APP_ASG_CHANGE_PKG dependencies on PER_APPLICATIONS

Line 558: per_applications_pkg.maintain_ppt_term ( p_business_group_id,

554: p_person_id,
555: p_assignment_id,
556: p_effective_date ) ;
557: --
558: per_applications_pkg.maintain_ppt_term ( p_business_group_id,
559: p_person_id,
560: l_max_asg_end_date,
561: hr_general.end_of_time,
562: null,

Line 565: update per_applications

561: hr_general.end_of_time,
562: null,
563: null ) ;
564: --
565: update per_applications
566: set date_end = l_max_asg_end_date
567: where application_id = p_application_id ;
568:
569: -- Bug fix for 1222139