DBA Data[Home] [Help]

APPS.PER_BULK_APP_ASG_CHANGE_PKG dependencies on HR_GENERAL

Line 44: and l_dummy_date = hr_general.end_of_time ) then

40: open c1 ;
41: fetch c1 into l_dummy_date ;
42: close c1 ;
43: if ( l_dummy_date is not null
44: and l_dummy_date = hr_general.end_of_time ) then
45: l_return_status := TRUE ;
46: else
47: l_return_status := FALSE ;
48: end if;

Line 123: if ( l_asg_max_end_date < hr_general.end_of_time ) then

119: open c1 ;
120: fetch c1 into l_asg_max_end_date ;
121: close c1 ;
122: --
123: if ( l_asg_max_end_date < hr_general.end_of_time ) then
124: hr_utility.set_message(801, 'HR_6751_APP_TERM_ALREADY');
125: hr_utility.raise_error;
126: end if;
127: --

Line 561: hr_general.end_of_time,

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,
563: null ) ;
564: --
565: update per_applications