DBA Data[Home] [Help]

APPS.IEX_STRY_CUWF_PUB dependencies on IEX_STRATEGY_WORK_ITEMS

Line 461: from iex_strategy_work_items

457: --populate notification_resource
458: --sets the username to whom thenotification will be send
459: BEGIN
460: select resource_id into l_resource_id
461: from iex_strategy_work_items
462: where work_item_id =p_Custom_WF_rec.workitem_id;
463: EXCEPTION WHEN NO_DATA_FOUND THEN
464: l_resource_id := nvl(fnd_profile.value('IEX_STRY_DEFAULT_RESOURCE'),0);
465: END;