DBA Data[Home] [Help]

APPS.PER_FR_TERMINATION dependencies on HR_SOFT_CODING_KEYFLEX

Line 407: , hr_soft_coding_keyflex scl

403: , a.soft_coding_keyflex_id
404: , scl.segment4
405: , scl.segment2
406: from per_all_assignments_f a
407: , hr_soft_coding_keyflex scl
408: , per_assignment_status_types ast
409: where a.period_of_service_id = p_period_of_service_id
410: and p_actual_termination_date = a.effective_end_date
411: and a.assignment_status_type_id = ast.assignment_status_type_id

Line 563: , hr_soft_coding_keyflex scl

559: , a.soft_coding_keyflex_id
560: , scl.segment4
561: , scl.segment2
562: from per_all_assignments_f a
563: , hr_soft_coding_keyflex scl
564: where a.period_of_service_id = p_period_of_service_id
565: and p_actual_termination_date = a.effective_end_date
566: and a.soft_coding_keyflex_id = scl.soft_coding_keyflex_id (+);
567: --

Line 788: , hr_soft_coding_keyflex scl

784: , decode(effective_end_date
785: ,p_actual_termination_date,p_actual_termination_date
786: ,p_actual_termination_date+1) effective_date
787: from per_all_assignments_f a
788: , hr_soft_coding_keyflex scl
789: where period_of_service_id = p_period_of_service_id
790: and (effective_end_date = p_actual_termination_date
791: or effective_start_date = p_actual_termination_date+1
792: or (p_actual_termination_date >= effective_start_date and