DBA Data[Home] [Help]

APPS.PER_ZA_AO_ASS_SHD dependencies on DUAL

Line 172: dual;

168: PER_ZA_AREAS_OF_ASSESSMENT_S.nextval
169: into
170: p_area_of_assessment_id
171: from
172: dual;
173: --
174: exception
175: when others then
176: p_area_of_assessment_id := null;