DBA Data[Home] [Help]

APPS.EAM_ASSET_NUM_IMPORT_PUB dependencies on DUAL

Line 280: select 'Y' into l_hr_exists from dual

276: else
277: l_hr_exists := 'N';
278:
279: begin
280: select 'Y' into l_hr_exists from dual
281: where exists
282: (select * from mtl_object_genealogy
283: where object_id = l_gen_object_id);
284: exception when no_data_found then