DBA Data[Home] [Help]

APPS.GHR_CPDF_STATRPT dependencies on PER_ASSIGNMENT_STATUS_TYPES

Line 1239: from PER_ASSIGNMENT_STATUS_TYPES ast

1235: -- assignments that are assigned to a valid person as of the report date.
1236: p_report_date between asg.effective_start_date and asg.effective_end_date
1237: AND asg.assignment_status_type_id in
1238: (select ast.assignment_status_type_id
1239: from PER_ASSIGNMENT_STATUS_TYPES ast
1240: where ast.per_system_status in ('ACTIVE_ASSIGN','SUSP_ASSIGN'))
1241: AND asg.assignment_type <> 'B'
1242: AND asg.position_id IS NOT NULL
1243: AND ghr_api.get_position_agency_code_pos(asg.position_id,asg.business_group_id) like p_agency