DBA Data[Home] [Help]

APPS.HREMPTER dependencies on PAY_POG_ALL_ASSIGNMENTS_PKG

Line 304: the procedure pay_pog_all_assignments_pkg.after_delete

300: modified to query from per_person_type_usages_f table.
301: 115.55 27-jun-2005 njaladi Backed out changes done in 115.54 and this version
302: is same as 115.53.
303: 115.58 13-Jan-2006 ghshanka 4919804 Modified the procedure cancel_termination to call
304: the procedure pay_pog_all_assignments_pkg.after_delete
305: 115.58 16-jan-2006 ghshanka 4919804 Modified the call to pay_pog_all_assignments_pkg.after_delete
306: by passing the end of time value to p_effective_end_date parameter.
307: 115.58 17-Jan-2006 ghshanka 4919804 Modified the procedure cancel_termination to call
308: the procedure pay_pog_all_assignments_pkg.after_delete when

Line 305: 115.58 16-jan-2006 ghshanka 4919804 Modified the call to pay_pog_all_assignments_pkg.after_delete

301: 115.55 27-jun-2005 njaladi Backed out changes done in 115.54 and this version
302: is same as 115.53.
303: 115.58 13-Jan-2006 ghshanka 4919804 Modified the procedure cancel_termination to call
304: the procedure pay_pog_all_assignments_pkg.after_delete
305: 115.58 16-jan-2006 ghshanka 4919804 Modified the call to pay_pog_all_assignments_pkg.after_delete
306: by passing the end of time value to p_effective_end_date parameter.
307: 115.58 17-Jan-2006 ghshanka 4919804 Modified the procedure cancel_termination to call
308: the procedure pay_pog_all_assignments_pkg.after_delete when
309: Finalprocessdate is not null.

Line 308: the procedure pay_pog_all_assignments_pkg.after_delete when

304: the procedure pay_pog_all_assignments_pkg.after_delete
305: 115.58 16-jan-2006 ghshanka 4919804 Modified the call to pay_pog_all_assignments_pkg.after_delete
306: by passing the end of time value to p_effective_end_date parameter.
307: 115.58 17-Jan-2006 ghshanka 4919804 Modified the procedure cancel_termination to call
308: the procedure pay_pog_all_assignments_pkg.after_delete when
309: Finalprocessdate is not null.
310: 115.59 22-Mar-2006 LSilveir 4449472 Overloaded terminate_entries_and_alus and added
311: new ALU validation into delete_alus.
312: 115.60 04-Apr-2006 ghshanka 4457651 modified the function check_for_future_person_type

Line 3739: pay_pog_all_assignments_pkg.after_delete

3735: -- bug 5152164 added the following if condition
3736: --
3737: if l_per_system_status <> 'TERM_ASSIGN' then
3738:
3739: pay_pog_all_assignments_pkg.after_delete
3740: (p_effective_date => l_session_date
3741: ,p_datetrack_mode => 'DELETE_NEXT_CHANGE'
3742: ,p_validation_start_date => c_ass_rec.effective_START_DATE
3743: ,p_validation_end_date => c_ass_rec.effective_end_date

Line 3928: pay_pog_all_assignments_pkg.after_delete

3924: --
3925: if FPD_FLAG then
3926: --
3927: -- added the following call as per the bug 4919804
3928: pay_pog_all_assignments_pkg.after_delete
3929: (p_effective_date => l_session_date
3930: ,p_datetrack_mode => 'DELETE_NEXT_CHANGE'
3931: ,p_validation_start_date => c_ass_rec.effective_START_DATE
3932: ,p_validation_end_date => c_ass_rec.effective_end_date