DBA Data[Home] [Help]

APPS.HXC_ARCHIVE_RESTORE_UTILS dependencies on WF_ENGINE

Line 640: wf_engine.SetItemAttrText(

636: where notification_id = l_notification_id
637: and name = 'TIMECARD';
638:
639: --Updating the Workflow Item Attributes.
640: wf_engine.SetItemAttrText(
641: itemtype => p_item_type,
642: itemkey => p_item_key,
643: aname => 'TIMECARD',
644: avalue => l_timecard_url);