DBA Data[Home] [Help]

APPS.PQH_RBC_STAGE dependencies on PER_POSITION_STRUCTURES

Line 70: from per_position_structures ph, per_pos_structure_versions phv

66: l_ph_name varchar2(240);
67: begin
68: select ph.name
69: into l_ph_name
70: from per_position_structures ph, per_pos_structure_versions phv
71: where ph.position_structure_id = phv.position_structure_id
72: and phv.pos_structure_version_id = p_pos_hier_ver_id;
73: return l_ph_name;
74: exception