DBA Data[Home] [Help]

APPS.PER_POS_STRUCT_ELEMENTS_PKG2 dependencies on PER_POS_STRUCTURE_VERSIONS

Line 214: from per_pos_structure_versions

210: begin
211: begin
212: select position_structure_id
213: into l_Position_Structure_Id
214: from per_pos_structure_versions
215: where pos_structure_version_id = X_Pos_Structure_Version_Id;
216: exception when too_many_rows then
217: null;
218: end;