DBA Data[Home] [Help]

APPS.EAM_ASSET_NUM_IMPORT_PUB dependencies on DUAL

Line 274: select 'Y' into l_hr_exists from dual

270: else
271: l_hr_exists := 'N';
272:
273: begin
274: select 'Y' into l_hr_exists from dual
275: where exists
276: (select * from mtl_object_genealogy
277: where object_id = l_gen_object_id);
278: exception when no_data_found then