DBA Data[Home] [Help]

APPS.PER_PMP_BUS dependencies on PER_POS_STRUCTURE_ELEMENTS

Line 1978: from per_pos_structure_elements pos

1974:
1975: -- Declare the cursor
1976: cursor csr_pos_id is
1977: select 'Y'
1978: from per_pos_structure_elements pos
1979: where pos.parent_position_id = p_top_position_id
1980: and (p_pos_structure_version_id IS null OR
1981: (p_pos_structure_version_id IS NOT null AND
1982: pos.pos_structure_version_id = p_pos_structure_version_id));