Wednesday, 18 October 2017

TEST

 pqh_ss_workflow.get_item_type_and_key (
                p_ntfId    => ntf_id
               ,p_itemType => l_itemType
               ,p_itemKey  => l_itemKey );
  l_activityId      :=
             pqh_ss_workflow.get_notified_activity(
                p_itemType  =>  l_itemType
               ,p_itemKey   => l_itemKey
               ,p_ntfId     => ntf_id );
   wf_engine.setItemAttrText (
            itemtype =>  l_itemType
           ,itemkey  => l_itemKey
           ,aname    => 'NOTE_FROM_APPR'
           ,avalue   => p_note );

No comments:

Post a Comment