DBA Data[Home] [Help]

APPS.HRI_OPL_ASGN_EVENTS dependencies on HRI_BPL_TERMINATION

Line 3282: hri_bpl_termination.get_separation_category

3278: -- The termination is voluntary if the assignment type is not 'E'
3279: -- or if the employee separation category is 'SEP_VOL'
3280: --
3281: IF (p_asg_change_tab(p_index_rec.asg_index_prev).type <> 'E' OR
3282: hri_bpl_termination.get_separation_category
3283: (p_asg_change_tab(p_index_rec.asg_index).leaving_reason_code) = 'SEP_VOL')
3284: THEN
3285: --
3286: p_indicator_rec.term_voluntary_ind := 1;

Line 4009: hri_bpl_termination.get_separation_category

4005: l_indicator_rec.term_involuntary_ind = 1))
4006: THEN
4007: --
4008: p_asgn_events_tab(l_row_count).separation_category :=
4009: hri_bpl_termination.get_separation_category
4010: (p_asg_change_tab(l_index_rec.asg_index).leaving_reason_code);
4011: --
4012: ELSE
4013: --