DBA Data[Home] [Help]

APPS.PER_PMP_BUS dependencies on PER_POS_STRUCTURE_VERSIONS

Line 1737: -- PER_POS_STRUCTURE_VERSIONS.

1733: -- {Start Of Comments}
1734: --
1735: -- Description:
1736: -- Checks that the position structure version id exists in the table
1737: -- PER_POS_STRUCTURE_VERSIONS.
1738: --
1739: -- Prerequisites:
1740: -- None.
1741: --

Line 1768: from per_pos_structure_versions ppv

1764: -- Declare the cursor
1765:
1766: cursor csr_pos_structure_version_id is
1767: select 'Y'
1768: from per_pos_structure_versions ppv
1769: where ppv.pos_structure_version_id = p_pos_structure_version_id;
1770:
1771: -- Declare local variables
1772:

Line 1877: from per_pos_structure_versions psv

1873: -- Declare the cursor
1874:
1875: cursor csr_pos_structure_version_id is
1876: select 'Y'
1877: from per_pos_structure_versions psv
1878: where psv.position_structure_id = p_position_structure_id
1879: and psv.pos_structure_version_id = p_pos_structure_version_id;
1880:
1881: -- Declare local variables