1461: -- Check there are no records in this business group that have the same
1462: -- position definition id - except for the current position
1463: cursor csr_ccid_unique is
1464: SELECT 'x'
1465: from dual
1466: where exists
1467: (select null
1468: from hr_all_positions_f pos
1469: where pos.business_group_id = p_business_group_id