DBA Data[Home] [Help]

APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_POSITION_ASSIGN_ELEMENT_V

Line 7541: FROM psb_position_assign_element_v

7537: FOR C_element_assignments_rec in
7538: (
7539: Select position_assignment_id,
7540: employee_id
7541: FROM psb_position_assign_element_v
7542: WHERE data_extract_id = p_data_extract_id
7543: AND position_id = employee_rec.position_id
7544: AND salary_flag = 'Y'
7545: )