1623: -- {Start Of Comments}
1624: --
1625: -- Description:
1626: -- Checks that the position structure id exists in the table
1627: -- PER_POSITION_STRUCTURES.
1628: --
1629: -- Prerequisites:
1630: -- None.
1631: --
1654: -- Declare the cursor
1655:
1656: cursor csr_pos_structure_id is
1657: select 'Y'
1658: from per_position_structures pps
1659: where pps.position_structure_id = p_position_structure_id;
1660:
1661: -- Declare local variables
1662: